quarkiverse / quarkus-mockk

Mockk Quarkus Extension
Apache License 2.0
22 stars 11 forks source link

Bump quarkus.version from 3.6.5 to 3.8.1 #271

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps quarkus.version from 3.6.5 to 3.8.1. Updates io.quarkus:quarkus-bom from 3.6.5 to 3.8.1

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

3.8.0

... (truncated)

Commits
  • 2453391 [RELEASE] - Bump version to 3.8.1
  • 3a4e21d Merge pull request #39034 from gsmet/3.8.1-backports-2
  • e42a281 Make Sub Resources unremovable beans
  • b080758 Update to Brotli 1.14.0
  • 6b62516 Set JAVA_APP_DIR env var when necessary
  • f28c605 Allow all HTTP methods in Azure functions
  • 7128d76 Make VertxHttpExporter more robust
  • 26a089a Add commons-codec to Dev Services dependencies
  • 3859b5a Propagate quarkus.test.profile to Gradle worker
  • 1175950 Bump Keycloak version to 23.0.7
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-maven-plugin from 3.6.5 to 3.8.1

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 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)
dependabot[bot] commented 3 months ago

Superseded by #274.