Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump junit-jupiter from 1.16.3 to 1.17.1 #592

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2022

Bumps junit-jupiter from 1.16.3 to 1.17.1.

Release notes

Sourced from junit-jupiter's releases.

1.17.1

What's Changed

馃悰 Bug Fixes

馃摉 Documentation

1.17.0

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) @鈥媃annickWeber

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:

@Container
HiveMQContainer hivemq = new HiveMQContainer(DockerImageName.parse("hivemq/hivemq-ce:2021.3"));
hivemq.start();
Mqtt5BlockingClient client = Mqtt5Client.builder()
.serverPort(hivemqCe.getMqttPort())
.serverHost(hivemqCe.getHost())
.buildBlocking();
client.connect();

Check out the docs to learn more about its many features!

馃拃 Ryuk JVM mode (#4959) (#4960) @鈥媌sideup

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

... (truncated)

Commits
  • 66e4be2 Fix StackOverflowError in DockerClientFactory#client (#5262)
  • cec4934 Update release docs to contain milestone rename step
  • af83569 Update images and theme for testcontainers.org (#5258)
  • 17407ef Increase default client ping timeout from 5 to 10 seconds (#5254)
  • d93dcea Allow to create a file in container from a Transferable (#3814) (#3815)
  • c7449ed Elasticsearch: Ensure Elasticsearch 8 works OOTB secure as default (#5099)
  • 53e80aa Fix incorrect path for RABBITMQ_CONFIG_FILE (#5184)
  • 734678f Deperecate getContainerIpAddress (#5247)
  • aed4476 Merge pull request #5248 from testcontainers/combined-pr-branch
  • ae6bc93 Merge remote-tracking branch 'origin/dependabot/github_actions/actions/checko...
  • 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 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 dependencies Pull requests that update a dependency file label Apr 14, 2022
@Brutus5000
Copy link
Member

@dependabot rebase

Bumps [junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.16.3 to 1.17.1.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.16.3...1.17.1)

---
updated-dependencies:
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/org.testcontainers-junit-jupiter-1.17.1 branch from f3b6ff6 to 6b5d919 Compare April 17, 2022 05:50
@codecov
Copy link

codecov bot commented Apr 17, 2022

Codecov Report

Merging #592 (6b5d919) into develop (f8c009c) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             develop     #592   +/-   ##
==========================================
  Coverage      75.85%   75.85%           
  Complexity      1141     1141           
==========================================
  Files            239      239           
  Lines           3612     3612           
  Branches         231      231           
==========================================
  Hits            2740     2740           
  Misses           776      776           
  Partials          96       96           

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update f8c009c...6b5d919. Read the comment docs.

@Brutus5000 Brutus5000 merged commit 3f8d476 into develop Apr 17, 2022
@Brutus5000 Brutus5000 deleted the dependabot/gradle/org.testcontainers-junit-jupiter-1.17.1 branch April 17, 2022 05:54
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 17, 2022

Looks like this PR has already been merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant