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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: bump testcontainers from 1.16.0 to 1.16.2 #822

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2021

Bumps testcontainers from 1.16.0 to 1.16.2.

Release notes

Sourced from testcontainers's releases.

1.16.2

What's Changed

1.16.2 fixes a race condition that was inadvertently added in 1.16.1. This bug can potentially cause unstable builds in some environments, manifesting as port wait timeouts at container startup.

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

1.16.1

What's Changed

1.16.1 inadvertently introduced a race condition. This bug can potentially cause unstable builds in some environments, manifesting as port wait timeouts at container startup. We recommend upgrading to 1.16.2 or higher.

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.

public CosmosDBEmulatorContainer emulator = new CosmosDBEmulatorContainer(
        DockerImageName.parse("mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:latest")
</tr></table> 

... (truncated)

Commits

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)

Bumps [testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.16.0 to 1.16.2.
- [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.0...1.16.2)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added relates-to: build label for issues related to the build file or CI type: dependency-upgrade Upgrade a dependency labels Oct 25, 2021
@sdelamo sdelamo self-assigned this Oct 26, 2021
@sdelamo sdelamo merged commit 0077517 into master Oct 26, 2021
@sdelamo sdelamo deleted the dependabot/gradle/org.testcontainers-testcontainers-1.16.2 branch October 26, 2021 10:05
sdelamo added a commit that referenced this pull request Nov 23, 2021
* build: project version to 3.2.0-SNAPSHOT

* ci: github core branch to 3.2.x

* build: bump micronaut-gradle-plugins from 4.1.5 to 4.2.1 (#815)

Bumps [micronaut-gradle-plugins](https://github.com/micronaut-projects/micronaut-build) from 4.1.5 to 4.2.1.
- [Release notes](https://github.com/micronaut-projects/micronaut-build/releases)
- [Commits](micronaut-projects/micronaut-build@v4.1.5...v4.2.1)

---
updated-dependencies:
- dependency-name: io.micronaut.build.internal:micronaut-gradle-plugins
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build: bump reactor-test from 3.4.10 to 3.4.11 (#814)

Bumps [reactor-test](https://github.com/reactor/reactor-core) from 3.4.10 to 3.4.11.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.4.10...v3.4.11)

---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build: bump testcontainers from 1.16.0 to 1.16.2 (#822)

Bumps [testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.16.0 to 1.16.2.
- [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.0...1.16.2)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build: bump micronaut-gradle-plugins from 4.2.1 to 4.2.2 (#821)

Bumps [micronaut-gradle-plugins](https://github.com/micronaut-projects/micronaut-build) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/micronaut-projects/micronaut-build/releases)
- [Commits](micronaut-projects/micronaut-build@v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: io.micronaut.build.internal:micronaut-gradle-plugins
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: improve JWKS caching

Close: #771

* Update gradle.properties

* Update test

* build: micronaut gradle plugins to 4.2.3

* checkstyle: fix checkstyle

* add javadoc

* handle key rotation of authorization server

* fix checkstyle

* test no kid

* sort signature configuration based on kid match

* remove recursion

* add JWKS cache expiration

* simplify code

* better javadoc

* add nullability annotations

* Update security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/jwks/JwksCache.java

Co-authored-by: Steven Brown <[email protected]>

* Update security-jwt/src/main/java/io/micronaut/security/token/jwt/signature/jwks/JwksSignature.java

Co-authored-by: Steven Brown <[email protected]>

* javadoc: remove recursive call

* remove recursive mention from javadoc

* flag methods with synchronized and volatile fields

* better docs for default value

* Change method names. Remove synchronization. Remove use of streams (#853)

* fix checkstyle

* fix test

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steven Brown <[email protected]>
Co-authored-by: James Kleeh <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relates-to: build label for issues related to the build file or CI type: dependency-upgrade Upgrade a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant