This repository has been archived by the owner on Oct 28, 2021. It is now read-only.
Update dependency org.testcontainers:testcontainers-bom to v1.16.2 #209
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.16.0
->1.16.2
Release Notes
testcontainers/testcontainers-java
v1.16.2
Compare Source
What's Changed
🚀 Features & Enhancements
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
v1.16.1
Compare Source
What's Changed
Testcontainers 1.16.1 has been released! 🎉
This release brings a lot of eagerly awaited new features and fixes, such as:
🔮 Better Oracle Database support
Thanks to the engagement of the community and @gvenzl's new Docker images for Oracle Database Express Edition we were able to update our
OracleContainer
module to ensure its compatibility with a wide range of Oracle XE versions.And at the same time, thanks to the new images, we were able to re-integrate the Oracle module into our CI. This means we can verify compatibility for using Testcontainers with Oracle Database going forward.
☁️ New Azure Cosmos DB module
With the new Azure Comos DB module we finally added Azure to our list of cloud service testing facilities.
It is based on Microsoft's Azure Cosmos DB-Emulator and provides you with a way to do your integration testing without the need for an actual Azure service.
Please check out the module docs to learn how to use it for your integration testing needs.
⛴ Host port access for containers
For further improving the developer experience of our users, we added a new API to make hosts ports accessible to containers:
You still need to use
exposeHostPorts
, as per the docs, but this can now be done after the container has started, thereby allowing new usage patterns in your tests.🌪 Faster Cassandra startup
By making clever use of the configuration settings available in Cassandra,
CassandraContainer
will now start up to 3 times faster.It is now also configured to be less resource hungry out of the box.
✨ Better startup performance for all containers
We found a couple of ways to improve the container startup performance for our users, no matter the Testcontainers module you use.
This comes through some internal changes with regards to how Testcontainers checks for open ports during container startup and will shave up to a couple of seconds from your test suite.
We are grateful for the ongoing support of our community and users and thank each of our awesome contributors!
🚀 Features & Enhancements
OracleContainer
and re-activate on CI (#4298) @kiview & (#4402) @KyleAurewithCopyFileToContainer
(#2957) @findepiEnvironmentAndSystemPropertyClientProviderStrategy
through Testcontainers (#4387) @kiviewBrowserWebDriverContainer
(#4315) @kiview🐛 Bug Fixes
📖 Documentation
--tls=false
to docker-in-docker to avoid startup delays (#4573) @ulrichwinter🧹 Housekeeping
@ClassRule
container inKafkaContainerTest
and usecp-kafka:6.2.1
as default (#4564) @kiviewhttpclient5_test
(#4562) @bsideupJUnitPlatform
for Spock tests (#4568) @kiviewAuthenticatedImagePullTest
(#4560) @bsideupCmdModifierTest#testMemoryLimitModified
in cgroup2 environment. (#4375) @cac03PublicBinaryAPITest
forDynamicPollInterval
(#4353) @kiview📦 Dependency updates
docker-java
3.2.12 (#4459) @bsideupClick to expand...
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻ 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.