Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2025

This PR contains the following updates:

Package Change Age Confidence
org.testcontainers:testcontainers (source) 1.21.3 -> 2.0.3 age confidence

Release Notes

testcontainers/testcontainers-java (org.testcontainers:testcontainers)

v2.0.3

Compare Source

What's Changed

🐛 Bug Fixes

📖 Documentation

📦 Dependency updates

7 changes

v2.0.2

Compare Source

What's Changed
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates

v2.0.1

Compare Source

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

v2.0.0

Compare Source

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

⚠️ Breaking API changes

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

46 changes

v1.21.4

Compare Source

This release makes version 1.21.x works with recent Docker Engine changes.


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/Havana, Automerge - "before 4am on the first day of the month" in timezone America/Havana.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from yacosta738 as a code owner December 2, 2025 23:17
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 2, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 2, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@github-actions
Copy link
Contributor

github-actions bot commented Dec 2, 2025

Qodana for JVM

68 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 42
Invalid YAML configuration 🔶 Warning 5
Unstable API Usage 🔶 Warning 4
Duplicated code fragment ◽️ Notice 9
Unknown HTTP header ◽️ Notice 5
Multi-dollar interpolation can be used in string literals (available since 2.1) ◽️ Notice 1
If-Null return/break/... foldable to '?:' ◽️ Notice 1
Vulnerable declared dependency ◽️ Notice 1

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@github-actions
Copy link
Contributor

github-actions bot commented Dec 3, 2025

Test Results

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit 1bfc5f2.

♻️ This comment has been updated with latest results.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Dec 3, 2025

Deploying cvix with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1bfc5f2
Status: ✅  Deploy successful!
Preview URL: https://1f7b6ac1.cvix.pages.dev
Branch Preview URL: https://renovate-major-testcontainer-aeat.cvix.pages.dev

View logs

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Dec 3, 2025

Deploying cvix-app with  Cloudflare Pages  Cloudflare Pages

Latest commit: b3a8150
Status: ✅  Deploy successful!
Preview URL: https://e22db4f2.cvix-app.pages.dev
Branch Preview URL: https://renovate-major-testcontainer-yyym.cvix-app.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/major-testcontainers-java-monorepo branch 17 times, most recently from 330a912 to ebe8a72 Compare December 5, 2025 11:23
@github-actions
Copy link
Contributor

github-actions bot commented Dec 5, 2025

Qodana for JVM

79 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 43
Invalid YAML configuration 🔶 Warning 6
Potentially ambiguous 'kotlin.coroutine.coroutineContext' usage 🔶 Warning 4
Unstable API Usage 🔶 Warning 4
Unresolved reference in KDoc 🔶 Warning 2
Redundant qualifier name 🔶 Warning 2
Unknown HTTP header ◽️ Notice 10
Duplicated code fragment ◽️ Notice 2
Unnecessary type argument ◽️ Notice 2
Multi-dollar interpolation can be used in string literals (available since 2.1) ◽️ Notice 1
String concatenation that can be converted to string template ◽️ Notice 1
If-Null return/break/... foldable to '?:' ◽️ Notice 1
Vulnerable declared dependency ◽️ Notice 1

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@renovate renovate bot force-pushed the renovate/major-testcontainers-java-monorepo branch 5 times, most recently from 6d540be to cbc121e Compare December 6, 2025 08:17
@renovate renovate bot force-pushed the renovate/major-testcontainers-java-monorepo branch 10 times, most recently from 238e46a to 145aba0 Compare December 24, 2025 14:43
@renovate renovate bot changed the title fix(deps): update dependency org.testcontainers:testcontainers to v2 chore(deps): update dependency org.testcontainers:testcontainers to v2 Dec 24, 2025
@renovate renovate bot force-pushed the renovate/major-testcontainers-java-monorepo branch 16 times, most recently from bfbe07f to bc27029 Compare December 25, 2025 16:19
@renovate renovate bot force-pushed the renovate/major-testcontainers-java-monorepo branch from bc27029 to 1bfc5f2 Compare December 25, 2025 16:28
@sonarqubecloud
Copy link

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant