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

Bump quarkus.version from 3.8.0 to 3.8.2 #577

Merged
merged 1 commit into from Mar 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2024

Bumps quarkus.version from 3.8.0 to 3.8.2.
Updates io.quarkus:quarkus-bom from 3.8.0 to 3.8.2

Release notes

Sourced from io.quarkus:quarkus-bom's releases.

3.8.1

Complete changelog

  • #5314 - Subresouce init resource failed when using ResourceContext.getResource
  • #36427 - Keycloak admin client fail with "authHeader" is null when using classic extensions
  • #37065 - Azure Functions Http: missing HTTP method definitions for delete and patch
  • #37779 - No healthcheck for default Agroal datasource if quarkus.datasource.db-kind is not set
  • #37962 - Can't specify custom quarkus.profile when running tests
  • #38557 - Overwriting application configuration does not work with .env File
  • #38798 - Using custom header in REST client together with @NotBody annotated argument results in warning from EndpointIndexer
  • #38880 - CronJob deployment doesn't work due to selector field
  • #38881 - Remove selector field if it's empty from manifest
  • #38891 - Reduce message log level
  • #38895 - Make VertxGrpcExporter more robust
  • #38899 - Fix Keycloak Admin Client Classic when used with the RESTEasy JSON-B and REST Client JSON-B extensions
  • #38901 - OidcProvider throws NPE when certificate chain is configured with OIDC server which has no JWK keys at the startup
  • #38909 - Bump org.postgresql:postgresql from 42.7.1 to 42.7.2
  • #38923 - Allow all HTTP methods in Azure functions
  • #38925 - Improve shutdown of VertxHttpExporter and VertxGrpcExporter
  • #38927 - Use supplier in order to properly have mutiny retry
  • #38928 - quarkus-quartz: CDIAwareJob destroys instance of Quartz Job too early when Job is a @Dependent bean
  • #38932 - Fix NPE when OIDC token must be verified with the chain with OIDC server returning no JWKs
  • #38934 - Agroal Data Source Health check failing for reactive data source
  • #38935 - Upgrade to Mutiny 2.5.7
  • #38938 - Propagate user.dir to Gradle worker
  • #38944 - Bump smallrye-open-api.version from 3.9.0 to 3.10.0
  • #38949 - Postgresql bump causing detection of instance Random/SplittableRandom
  • #38952 - Properly pass errors from JsonRPC backends to Dev UI
  • #38953 - Unwrap the actual failure from JsonRPC if it's wrapped
  • #38955 - Try to get more disk space
  • #38957 - Quartz - fix @Dependent job creation/destruction when there is a re-fire
  • #38958 - Runtime reinitialize org.postgresql.util.PasswordUtil$SecureRandomHolder
  • #38959 - Agroal - Only generate health checks for JDBC datasources
  • #38978 - Bump org.mariadb.jdbc:mariadb-java-client from 3.3.2 to 3.3.3
  • #38979 - Propagate quarkus.test.profile to Gradle worker
  • #38986 - Add missing brace in property expression
  • #38990 - Quarkus 3.7.4 java.lang.ClassNotFoundException when running devsevices with gradle
  • #38995 - Take client methods into account in server endpoint indexer
  • #38997 - Add hint about exporter collector protocol on generic gRPC error
  • #38999 - Remove JetBrains @Nullable from RESTEasy Reactive code
  • #39006 - Bump Keycloak version to 23.0.7
  • #39020 - Make VertxHttpExporter more robust
  • #39022 - JAVA_APP_DIR should be set for container images
  • #39024 - Set JAVA_APP_DIR env var when necessary
  • #39028 - Make Sub Resources unremovable beans
  • #39029 - Update to Brotli 1.14.0
  • #39031 - Add commons-codec to Dev Services dependencies
Commits
  • 8b37d71 [RELEASE] - Bump version to 3.8.2
  • 002a0ed Merge pull request #39219 from gsmet/3.8.2-backports-2
  • e8fed18 Bump quarkus-http.version from 5.2.0.Final to 5.2.1.Final
  • cea9a61 Fix typo in testing Getting Started guide
  • 6eb2419 feat: prevent conflicts when switching deployment kinds
  • 0191094 refactor: use a common DeploymnetResourceKind enum
  • 16c11df Merge pull request #39198 from gsmet/3.8.2-backports-1
  • b47f807 Do not fail on resolve kafka streams topics when topics check disabled
  • c7e39ee Skip analysis of plugin executions with phases post quarkus:dev preparing for...
  • bca80eb ArC: fix BeanConfiguratorBase#read()
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.8.0 to 3.8.2

Updates io.quarkus:quarkus-extension-processor from 3.8.0 to 3.8.2

Updates io.quarkus:quarkus-extension-maven-plugin from 3.8.0 to 3.8.2

Release notes

Sourced from io.quarkus:quarkus-extension-maven-plugin's releases.

3.8.1

Complete changelog

  • #5314 - Subresouce init resource failed when using ResourceContext.getResource
  • #36427 - Keycloak admin client fail with "authHeader" is null when using classic extensions
  • #37065 - Azure Functions Http: missing HTTP method definitions for delete and patch
  • #37779 - No healthcheck for default Agroal datasource if quarkus.datasource.db-kind is not set
  • #37962 - Can't specify custom quarkus.profile when running tests
  • #38557 - Overwriting application configuration does not work with .env File
  • #38798 - Using custom header in REST client together with @NotBody annotated argument results in warning from EndpointIndexer
  • #38880 - CronJob deployment doesn't work due to selector field
  • #38881 - Remove selector field if it's empty from manifest
  • #38891 - Reduce message log level
  • #38895 - Make VertxGrpcExporter more robust
  • #38899 - Fix Keycloak Admin Client Classic when used with the RESTEasy JSON-B and REST Client JSON-B extensions
  • #38901 - OidcProvider throws NPE when certificate chain is configured with OIDC server which has no JWK keys at the startup
  • #38909 - Bump org.postgresql:postgresql from 42.7.1 to 42.7.2
  • #38923 - Allow all HTTP methods in Azure functions
  • #38925 - Improve shutdown of VertxHttpExporter and VertxGrpcExporter
  • #38927 - Use supplier in order to properly have mutiny retry
  • #38928 - quarkus-quartz: CDIAwareJob destroys instance of Quartz Job too early when Job is a @Dependent bean
  • #38932 - Fix NPE when OIDC token must be verified with the chain with OIDC server returning no JWKs
  • #38934 - Agroal Data Source Health check failing for reactive data source
  • #38935 - Upgrade to Mutiny 2.5.7
  • #38938 - Propagate user.dir to Gradle worker
  • #38944 - Bump smallrye-open-api.version from 3.9.0 to 3.10.0
  • #38949 - Postgresql bump causing detection of instance Random/SplittableRandom
  • #38952 - Properly pass errors from JsonRPC backends to Dev UI
  • #38953 - Unwrap the actual failure from JsonRPC if it's wrapped
  • #38955 - Try to get more disk space
  • #38957 - Quartz - fix @Dependent job creation/destruction when there is a re-fire
  • #38958 - Runtime reinitialize org.postgresql.util.PasswordUtil$SecureRandomHolder
  • #38959 - Agroal - Only generate health checks for JDBC datasources
  • #38978 - Bump org.mariadb.jdbc:mariadb-java-client from 3.3.2 to 3.3.3
  • #38979 - Propagate quarkus.test.profile to Gradle worker
  • #38986 - Add missing brace in property expression
  • #38990 - Quarkus 3.7.4 java.lang.ClassNotFoundException when running devsevices with gradle
  • #38995 - Take client methods into account in server endpoint indexer
  • #38997 - Add hint about exporter collector protocol on generic gRPC error
  • #38999 - Remove JetBrains @Nullable from RESTEasy Reactive code
  • #39006 - Bump Keycloak version to 23.0.7
  • #39020 - Make VertxHttpExporter more robust
  • #39022 - JAVA_APP_DIR should be set for container images
  • #39024 - Set JAVA_APP_DIR env var when necessary
  • #39028 - Make Sub Resources unremovable beans
  • #39029 - Update to Brotli 1.14.0
  • #39031 - Add commons-codec to Dev Services dependencies
Commits
  • 8b37d71 [RELEASE] - Bump version to 3.8.2
  • 002a0ed Merge pull request #39219 from gsmet/3.8.2-backports-2
  • e8fed18 Bump quarkus-http.version from 5.2.0.Final to 5.2.1.Final
  • cea9a61 Fix typo in testing Getting Started guide
  • 6eb2419 feat: prevent conflicts when switching deployment kinds
  • 0191094 refactor: use a common DeploymnetResourceKind enum
  • 16c11df Merge pull request #39198 from gsmet/3.8.2-backports-1
  • b47f807 Do not fail on resolve kafka streams topics when topics check disabled
  • c7e39ee Skip analysis of plugin executions with phases post quarkus:dev preparing for...
  • bca80eb ArC: fix BeanConfiguratorBase#read()
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 `quarkus.version` from 3.8.0 to 3.8.2.

Updates `io.quarkus:quarkus-bom` from 3.8.0 to 3.8.2
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.8.0...3.8.2)

Updates `io.quarkus:quarkus-maven-plugin` from 3.8.0 to 3.8.2

Updates `io.quarkus:quarkus-extension-processor` from 3.8.0 to 3.8.2

Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.8.0 to 3.8.2
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.8.0...3.8.2)

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 7, 2024
@gsmet gsmet merged commit 38df501 into main Mar 7, 2024
5 checks passed
@gsmet gsmet deleted the dependabot/maven/quarkus.version-3.8.2 branch March 7, 2024 20:57
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant