-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency org.testcontainers:testcontainers-bom to v1.17.0 #2586
Update dependency org.testcontainers:testcontainers-bom to v1.17.0 #2586
Conversation
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
Codecov Report
@@ Coverage Diff @@
## master #2586 +/- ##
============================================
+ Coverage 74.85% 75.76% +0.90%
- Complexity 418 429 +11
============================================
Files 120 122 +2
Lines 1909 1972 +63
Branches 58 60 +2
============================================
+ Hits 1429 1494 +65
+ Misses 469 467 -2
Partials 11 11
Continue to review full report at Codecov.
|
3c811f9
to
9a781fd
Compare
Code Climate has analyzed commit 9a781fd and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed!
|
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed!
|
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
This PR contains the following updates:
1.16.3
->1.17.0
Release Notes
testcontainers/testcontainers-java
v1.17.0
Compare Source
What's Changed
Highlights
This new version of Testcontainers comes packed with many new features and quality-of-life improvements, so we appropriately bumped the version to
1.17.0
.🐝 New Module: HiveMQ (#4797) @YannickWeber
Having started its Open Source life as its own 3rd-party Testcontainers library, we are very happy to welcome HiveMQ into the main repository.
Now, using HiveMQ as part of your integration tests is as simple as a couple of lines of Java code:
Check out the docs to learn more about its many features!
💀 Ryuk JVM mode (#4959) (#4960) @bsideup
Many Testcontainers user love the convenience Ryuk brings to Testcontainers: No matter what you do in your integration tests, Ryuk has got you covered and will cleanup all Docker resources created by Testcontainers after your test run is finished.
But some users operate Testcontainers in environments which do not support our container-based Ryuk implementation. So far their only option was to disable Ryuk alltogether.
Coming with this release, Testcontainers will now fallback to a JVM based resource-cleanup implementation in case of Ryuk being disabled.
While this won't be as robust as the Ryuk container based implementation in all circumstances, it is nevertheless a great addition and acts as a useful compromise.
🚀 Features & Enhancements
getContainerIpAddress
(#5247) @kiviewcheckAndPullImage
withRemoteDockerImage
(#5148) @bsideupgetTestHostIpAddress
andgetContainerIpAddress
(#5149) @bsideup🐛 Bug Fixes
📖 Documentation
Byzer
. (#5125) @hellozeppINCUBATING
note from CockroachDB module docs (#4963) @kiview🧹 Housekeeping
📦 Dependency updates
Click to expand...
docker-java
3.2.13 (#5045) @bsideupConfiguration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.