Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2025

Bumps org.testcontainers:testcontainers-bom from 1.21.3 to 2.0.1.

Release notes

Sourced from org.testcontainers:testcontainers-bom's releases.

2.0.1

What's Changed

🐛 Bug Fixes

  • Add MySQLR2DBCDatabaseContainer compatible with org.testcontainers.mysql.MySQLContainer (#11119) @​eddumelendez
  • Add MariaDBR2DBCDatabaseContainer compatible with org.testcontainers.mariadb.MariaDBContainer (#11117) @​eddumelendez
  • Add MSSQLR2DBCDatabaseContainer compatible with org.testcontainers.mssqlserver.MSSQLServerContainer (#11118) @​eddumelendez
  • Add PostgreSQLR2DBCDatabaseContainer compatible with org.testcontainers.postgresql.PostgreSQLContainer (#11120) @​eddumelendez

📖 Documentation

🧹 Housekeeping

2.0.0

Testcontainers 2.0.0

Main changes

  • Removed JUnit 4 support
  • Updated transitive dependencies
  • All modules are now prefixed with testcontainers-. For example, org.testcontainers:mysql is now org.testcontainers:testcontainers-mysql
  • Container classes relocated to org.testcontainers.<module-name> package. For example, new MySQLContainer class is under org.testcontainers.mysql

What's Changed

... (truncated)

Changelog

Sourced from org.testcontainers:testcontainers-bom's changelog.

Change Log

All notable changes to this project will be documented in this file.

MOVED

After version 1.8.3 all future releases will only be documented in the Releases section of the GitHub repository. This changelog file will eventually be removed.

[1.8.3] - 2018-08-05

Fixed

  • Fixed with* methods of CouchbaseContainer (#810)
  • Fix problem with gzip encoded streams (e.g. copy file from container), by adding decompression support to netty exec factory (#817, fixes #681, relates to docker-java/docker-java#1079)

[1.8.2] - 2018-07-31

Fixed

  • Add support for transparently using local images with docker-compose (#798, fixes #674)
  • Fix bug with Dockerfile image creation with Docker for Mac 18.06-ce (#808, fixes #680)

Changed

  • Update Visible Assertions to 2.1.1 (#779).
  • KafkaContainer optimization (group.initial.rebalance.delay.ms=0) (#782).

[1.8.1] - 2018-07-10

Fixed

  • Linux/Mac: Added support for docker credential helpers so that images may be pulled from private registries. See #729, #647 and #567.
  • Ensure that the COMPOSE_FILE environment variable is populated with all relevant compose file names when running docker-compose in local mode #755.
  • Fixed issue whereby specified command in MariaDB image was not being applied. (#534)
  • Changed Oracle thin URL to support both Oracle 11 and 12 XE (#769)
  • Ensure that full JDBC URL query string is passed to JdbcDatabaseDelegate during initscript invocation (#741; fixes #727)
  • Ensure that necessary transitive dependency inclusions are applied to generated project POMs (#772; fixes #753 and #652)

Changed

  • Update Apache Pulsar module to 2.0.1 #760.
  • Make JdbcDatabaseContainer#getDriverClassName public #743.
  • enable copyFileToContainer feature during container startup #742.
  • avoid using file mounting in KafkaContainer #775.
  • Added Apache Cassandra module #776.

[1.8.0] - 2018-06-14

Fixed

  • Fixed JDBC URL Regex Pattern to ensure all supported Database URL's are accepted (#596)
  • Filtered out TestContainer parameters (TC_*) from query string before passing to database (#345)
  • Use latest tag as default image tag (#676)

... (truncated)

Commits
  • da52524 Remove dynalite documentation
  • 527a969 Fix Pinecone's description
  • a0df99d Add MySQLR2DBCDatabaseContainer compatible with org.testcontainers.mysql.MySQ...
  • ca450d0 Fix artifact coordinates listed in docs (#11121)
  • 1f3b9be Remove lombok from OracleR2DBCDatabaseContainer (#11116)
  • 09aefb2 Add MariaDBR2DBCDatabaseContainer compatible with org.testcontainers.mariadb....
  • c32d811 Add MSSQLR2DBCDatabaseContainer compatible with org.testcontainers.mssqlserve...
  • a8b0f5c Add PostgreSQLR2DBCDatabaseContainer compatible with org.testcontainers.postg...
  • 546fa4a Fix exclusion of testcontainers-jdbc-test from publication (#11115)
  • 376642b Fix doc about Testcontainers JUnit Jupiter coordinates (#11113)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the version-upgrade Upgrade version of a dependency label Oct 16, 2025
@edeandrea
Copy link
Contributor

I'd like to get in #19 before merging this

@edeandrea
Copy link
Contributor

@dependabot recreate

Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.21.3 to 2.0.1.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.21.3...2.0.1)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/org.testcontainers-testcontainers-bom-2.0.1 branch from f2c2c22 to 59778d2 Compare October 16, 2025 20:22
@edeandrea edeandrea enabled auto-merge (squash) October 16, 2025 20:23
@edeandrea
Copy link
Contributor

This will be taken care of by #21

@ThomasVitale
Copy link
Contributor

@edeandrea I can see we're not allowed to use the dependabot/fetch-metadata action:

The action dependabot/fetch-metadata@v2 is not allowed in docling-project/docling-java because all actions must be from a repository owned by docling-project, created by GitHub, or match one of the patterns: DavidAnson/markdownlint-cli2-action@v16, astral-sh/setup-uv@v5, astral-sh/setup-uv@v6, codecov/codecov-action@v2, codecov/codecov-action@v5, demodrive-ai/llms-txt-action@ad720693843126e6a73910a667d0eba37c1dea4b, denoland/setup-deno@*, docker/*, docker/setup-qemu-action@v3, msys2/setup-msys2@v2, pypa/gh-action-pypi-publish@release/v1, redhat-actions/buildah-build@*, redhat-actions/push-to-registry@*, sigstore/gh-action-sigstore-python@v3.0.0, softprops/action-gh-release@v2.

@edeandrea
Copy link
Contributor

@dolfim-ibm can we have a conversation about GitHub actions? There are going to be some actions that, as a java-based project, we are going to need. This dependabot one being one of them.

@edeandrea edeandrea changed the title Bump org.testcontainers:testcontainers-bom from 1.21.3 to 2.0.1 chore: Bump org.testcontainers:testcontainers-bom from 1.21.3 to 2.0.1 Oct 20, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 20, 2025

Looks like org.testcontainers:testcontainers-bom is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 20, 2025
auto-merge was automatically disabled October 20, 2025 14:05

Pull request was closed

@dependabot dependabot bot deleted the dependabot/gradle/org.testcontainers-testcontainers-bom-2.0.1 branch October 20, 2025 14:05
@edeandrea
Copy link
Contributor

@dolfim-ibm can we have a conversation about GitHub actions? There are going to be some actions that, as a java-based project, we are going to need. This dependabot one being one of them.

@dolfim-ibm Could you please comment on this? We really need to be able to use the dependabot actions.

@dolfim-ibm
Copy link
Member

@dolfim-ibm can we have a conversation about GitHub actions? There are going to be some actions that, as a java-based project, we are going to need. This dependabot one being one of them.

@dolfim-ibm Could you please comment on this? We really need to be able to use the dependabot actions.

This is now activated.

@edeandrea
Copy link
Contributor

Thank you @dolfim-ibm !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

version-upgrade Upgrade version of a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants