This repository was archived by the owner on Oct 11, 2023. It is now read-only.
Update all non-major dependencies #3
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.6.0->1.7.01.18.22->1.18.301.21-e4784ab->1.41-96f7f111.13-954cab0->1.20-1ed031a1.16.2->1.19.11.16.2->1.19.142.2.24->42.6.05.2.3->5.2.41.0.9->1.0.20Release Notes
projectlombok/lombok (org.projectlombok:lombok)
v1.18.30Compare Source
v1.18.28Compare Source
v1.18.26v1.18.24testcontainers/testcontainers-java (org.testcontainers:kafka)
v1.19.1Compare Source
Testcontainers for Java 1.19.1
Core
Modules
Redpanda
What's Changed
☠️ Deprecations
📖 Documentation
copyFileAPI (#4661) @kiview📦 Dependency updates
7 changes
v1.19.0Compare Source
Testcontainers for Java 1.19.0
Core
ComposeContainer(#5608) @eddumelendezWait.forListeningPorts(ports)(#7402) @eddumelendezSelinuxContext.SHAREDby default (#7187) @jeroen-vd-nlCreateContainerCmd(#7421) @eddumelendezModules
ClickHouse
ClickHouseContainerimplementation (#7403) @eddumelendezElasticsearch
DB2
GCloud
BigQueryEmulatorContainer(#7324) @eddumelendezDatastoreEmulatorContainer(#7328) @eddumelendezJUnit Jupiter
@Testcontainers(parallel = true)(#7394) @eddumelendezKafka
See https://java.testcontainers.org/modules/kafka/
MS SQL Server
QuestDB
Redpanda
See https://java.testcontainers.org/modules/redpanda/
Solace
Spock
What's Changed
☠️ Deprecations
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
14 changes
v1.18.3Compare Source
Testcontainers for Java 1.18.2 introduced new strategies to detect the
docker.sock. There was an issue reported, see #7082. It's is highly recommended to use version 1.18.3.What's Changed
🧹 Housekeeping
v1.18.2Compare Source
Highlights ✨
testcontainers/ryukversion to 0.5.1 (#7054) @eddumelendez🐛 Bug Fixes
🚀 Features & Enhancements
TestcontainersHostPropertyClientStrategy(#7053) @eddumelendez📖 Documentation
🧹 Housekeeping
v1.18.1Compare Source
What's Changed
@Containerto be used as a meta-annotation (#6914) @eddumelendez🚀 Features & Enhancements
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
v1.18.0Compare Source
Core module
MySQLContainerare now automatically compatible with their corresponding images with thelibraryprefixtestcontainers/vnchas been bumped to version 1.3.0, which brings ARM support.tcprefix has been added to display all container logs ortc.<image-name:tag>for a specific one. Check the logging docs.WaitStrategy,ShellStrategy. It can also be used by callingWait.forSuccessfulCommand(<command>)New integration
Jib has been integrated to Testcontainers in order to take advantage of the nice API it provides to create containers
New modules 🆕
CrateDB module
In order to use
CrateDBContainer, declare the dependency in your pom.xml/build.gradletestImplementation "org.testcontainers:cratedb:1.18.0"Choose a crate image version and use it as declared below with your postgres driver
Solace Module
In order to use
SolaceContainer, declare the dependency in your pom.xml/build.gradletestImplementation "org.testcontainers:solace:1.18.0"Now, you can use a Solace PubSub running in a container and connecting via AMQP by doing the following:
More information about
SolaceContainercan be found in the documentation.Container modules
CockroachDB
Starting with
cockroachdb/cockroach:22.1.0, there is support for setting the username, password and database name via environment variables. Now, the Testcontainers module provides convenient setters:GCloud module
Google has released a new image which supports ARM and therefore
BigtableEmulatorContainer,DatastoreEmulatorContainer,FirestoreEmulatorContainer,PubSubEmulatorContainernow support it as well.So, if previously you were doing something like
Now, you can simply do
JUnit Jupiter Module
@Testcontainersoffers a new attributeparallel, which start those containers classes annotated by@ContainerKafka Module
Self-managed or Kraft mode (a.k.a Zookeeperless) support has been added
LocalStack Module
SERVICESenvironment variable became optional in version 0.13.0 and instead LocalStack will initialize a service once the first request is served. So, nowadaysLocalStackContainercan be used just like this:Also, LocalStack module supports version 2.0. It is highly recommended to use the latest version of LocalStack images.
Last but not least, dependency on AWS SDK V1 was dropped. So, that means by upgrading to version 1.18.0, the dependency can be removed if not used directly.
MongoDB Module
MongoDBContainerby default has been enabling ReplicaSet mode. Starting in this version, sharding has been added.Selenium Module
Selenium 4 has built-in support for Microsoft Edge (which is based on Chromium) and now it is supported by
BrowserWebDriverContaineras well:More
🚀 Features & Enhancements
☠️ Deprecations
🐛 Bug Fixes
allowInsecure()onHttpWaitStrategyfor non-localhost Docker daemon (#6314) @kiviewv1.17.6Compare Source
What's Changed
Highlights
This release has been made possible through the efforts of 20 contributors. The Testcontainers does not cease to amaze us, thanks to everyone of you and thanks for the ongoing support and collaboration 🥰.
This release brings a lot of database love with 2 new modules, and as always a couple of bug fixes and improvements
New Module: QuestDB (#5995) @Vangreen
QuestDB, is a high-performance, open-source SQL database for applications in financial services, IoT, machine learning, DevOps and observability.
New Module: YugabyteDB (#4372) @srinivasa-vasu
YugabyteDB, is a modern distributed SQL database for transactional cloud native applications. PostgreSQL compatible. It offers two APIs, SQL and CQL.
🚀 Features & Enhancements
🐛 Bug Fixes
📖 Documentation
setCustomContentandwithCustomContentatNginxContainer(#5997) @eddumelendez🧹 Housekeeping
setCustomContentandwithCustomContentatNginxContainer(#5997) @eddumelendezgradle/gradle-build-action(#6121) @eddumelendez📦 Dependency updates
9 changes
* Ignore updates for org.neo4j:neo4j (#6112) @eddumelendez * Combined dependencies PR (#6210) @eddumelendez * Combined dependencies PR (#6205) @eddumelendez * Combined dependencies PR (#6173) @eddumelendez * Combined dependencies PR (#6153) @eddumelendez * Combined dependencies PR (#6150) @eddumelendezv1.17.5Compare Source
What's Changed
📖 Documentation
📦 Dependency updates
v1.17.4Compare Source
What's Changed
Highlights
This release has been made possible through the efforts of whopping 23 contributors, wow! 🤯
Besides 3 new modules, this release brings a couple of bugfixes, improved compatibility and resilience in certain scenarios, better defaults and more configurability.
You might also notice many PRs related to the documentation, templates for PRs and issues, and automation regarding OSS contributions. Testcontainers has always been a project with a lot of involvement by the community and we are very proud of this. That’s why want to make contributing to Testcontainers a great experience, no matter if you raise an issue, submit a PR or initiate a discussion in GitHhub Discussions.
🐼 New Module: Redpanda (#5740) @eddumelendez
Redpanda, a Kafka-compatible streaming platform, recently added a special
dev-containermode to their container image, that allows even faster startup times. A great reason to work in a Testcontainers module that leverages this flag by default to give you a great integration testing experience when using Redpanda. And of course, using Redpanda with Testcontainers is as easy and convenient as you are used to:You can check out the docs to learn more.
New Module: TiDB (#5511) @Icemap
With TiDB, we are adding support for a new database module. As with other databases that can be accessed via JDBC, you can leverage Testcontainers’ special JDBC URL integration:
New Module: Hashicorp Consul (#4683) @julb
Consul
🚀 Features & Enhancements
Transferable.of(String, int)(#5741) @eddumelendezDockerComposeContainerconfigurable (#5588) @henri-tremblay🐛 Bug Fixes
📖 Documentation
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.