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.6.9 to 3.8.0 #83

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2024

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

Release notes

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

3.8.0.CR1

Complete changelog

3.7.3

Complete changelog

  • #36341 - The API method KafkaStreams#cleanUp() is not applicable when use @Produces to build the topology
  • #37091 - Fix VertxGrpcExporter reponse status handling
  • #37911 - Store since JavaDoc tag in the configuration metadata, so that Quarkiverse projects can render it in their documentation if they like
  • #38055 - Make annotation app.quarkus.io/vcs-uri optional in Kubernetes extension
  • #38079 - Make OidcTestSecurityIdentityAugmentor faster by making privateKey's generation final and static
  • #38196 - Use Vert.x pool with Jackson
  • #38477 - Add disabled workflow to deploy snapshots in Quarkiverse extensions
  • #38489 - OIDC authentication.extra-params not added to dev-services auth request
  • #38602 - QuarkusComponentTest: @TestConfigProperties not applicable to method (override multiple config properties)
  • #38607 - Gradle: fix IllegalStateException when resolving project deps
  • #38613 - RabbitMQ Health Checks cannot be disabled from 3.7+
  • #38615 - Updates to Infinispan 14.0.24.Final
  • #38619 - Pass extra authentication params in the OIDC DevUI code flow redirect URL
  • #38626 - Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2
  • #38650 - UI doesn't work correct with umlauts
  • #38653 - Enforce Dev UI charset to UTF-8
  • #38655 - Allow for multiple TestConfigProperty annotations on methods
  • #38656 - Upgrade the Mutiny Vert.x bindings to 3.9.0
  • #38658 - Configure a REST Client ClientLogger vía CDI
  • #38662 - Bump io.smallrye.config:smallrye-config-source-yaml from 3.5.2 to 3.5.4 in /devtools/gradle
  • #38663 - ContainerRequestContext.getUriInfo().getMatchedURIs() IndexOutOfBoundsException
  • #38664 - Bump Smallrye RM from 4.16.0 to 4.16.1
  • #38670 - Make ClientLogger beans unremovable
  • #38671 - Redis Client: improve documentation for sentinel and cluster
  • #38672 - Remove WATCH Command in absence of Optimistic Locking
  • #38673 - Fix OidcRequestFiler typo in security docs
  • #38674 - Improve flaky test
  • #38675 - Correct example generated yaml in extension metadata docs
  • #38676 - OpenAPI does not fill roles in SecurityScheme in schema
  • #38680 - Log how Keycloak devservice maps resources
  • #38681 - Upgrade to Hibernate ORM 6.4.4.Final / bytebuddy 1.14.11
  • #38686 - Make GraphQL Metrics End when Exceptional
  • #38692 - Bump com.gradle:gradle-enterprise-maven-extension from 1.20 to 1.20.1
  • #38693 - Bump commons-codec:commons-codec from 1.16.0 to 1.16.1
  • #38694 - OpenAPI: remove check that avoids running auto-security at build
  • #38703 - RESTEasy Reactive Multipart struggles with non-file binary uploads
  • #38705 - Kafka Streams fire event after created and before scheduling the start
  • #38706 - Elasticsearch container reuse creates a new container on each run
  • #38709 - Don't provide empty paths when using a root prefix
  • #38710 - Avoid Vert.x GraphQL deprecation warning
  • #38712 - Bump Smallrye RM from 4.16.1 to 4.16.2
  • #38713 - Only configure shared network for Elasticsearch/OpenSearch containers where necessary

... (truncated)

Commits
  • d4a1d0a [RELEASE] - Bump version to 3.8.0
  • bc84000 Merge pull request #38864 from gsmet/3.7.4-backports-1
  • 4611ba6 Attempt to fix flaky DependentBeanJobTest
  • 943784b Ignore ValidationSchema that results in registering all models
  • 4d54338 SmallRye Health: terminate request context properly
  • d4e9086 Disable messaging observation by default for backwards compatibility
  • bdac5c7 Log resolved OIDC tenant id and how the bearer token is found
  • f1ab295 Update commons-compress version to mitigate CVE-2024-25710
  • 45c86cc Quartz - prevent memory leak when Job instance is a @​Dependent bean
  • ca7c1bd Check the code flow access token after ID token
  • Additional commits viewable in compare view

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

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

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

Release notes

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

3.8.0.CR1

Complete changelog

3.7.3

Complete changelog

  • #36341 - The API method KafkaStreams#cleanUp() is not applicable when use @Produces to build the topology
  • #37091 - Fix VertxGrpcExporter reponse status handling
  • #37911 - Store since JavaDoc tag in the configuration metadata, so that Quarkiverse projects can render it in their documentation if they like
  • #38055 - Make annotation app.quarkus.io/vcs-uri optional in Kubernetes extension
  • #38079 - Make OidcTestSecurityIdentityAugmentor faster by making privateKey's generation final and static
  • #38196 - Use Vert.x pool with Jackson
  • #38477 - Add disabled workflow to deploy snapshots in Quarkiverse extensions
  • #38489 - OIDC authentication.extra-params not added to dev-services auth request
  • #38602 - QuarkusComponentTest: @TestConfigProperties not applicable to method (override multiple config properties)
  • #38607 - Gradle: fix IllegalStateException when resolving project deps
  • #38613 - RabbitMQ Health Checks cannot be disabled from 3.7+
  • #38615 - Updates to Infinispan 14.0.24.Final
  • #38619 - Pass extra authentication params in the OIDC DevUI code flow redirect URL
  • #38626 - Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2
  • #38650 - UI doesn't work correct with umlauts
  • #38653 - Enforce Dev UI charset to UTF-8
  • #38655 - Allow for multiple TestConfigProperty annotations on methods
  • #38656 - Upgrade the Mutiny Vert.x bindings to 3.9.0
  • #38658 - Configure a REST Client ClientLogger vía CDI
  • #38662 - Bump io.smallrye.config:smallrye-config-source-yaml from 3.5.2 to 3.5.4 in /devtools/gradle
  • #38663 - ContainerRequestContext.getUriInfo().getMatchedURIs() IndexOutOfBoundsException
  • #38664 - Bump Smallrye RM from 4.16.0 to 4.16.1
  • #38670 - Make ClientLogger beans unremovable
  • #38671 - Redis Client: improve documentation for sentinel and cluster
  • #38672 - Remove WATCH Command in absence of Optimistic Locking
  • #38673 - Fix OidcRequestFiler typo in security docs
  • #38674 - Improve flaky test
  • #38675 - Correct example generated yaml in extension metadata docs
  • #38676 - OpenAPI does not fill roles in SecurityScheme in schema
  • #38680 - Log how Keycloak devservice maps resources
  • #38681 - Upgrade to Hibernate ORM 6.4.4.Final / bytebuddy 1.14.11
  • #38686 - Make GraphQL Metrics End when Exceptional
  • #38692 - Bump com.gradle:gradle-enterprise-maven-extension from 1.20 to 1.20.1
  • #38693 - Bump commons-codec:commons-codec from 1.16.0 to 1.16.1
  • #38694 - OpenAPI: remove check that avoids running auto-security at build
  • #38703 - RESTEasy Reactive Multipart struggles with non-file binary uploads
  • #38705 - Kafka Streams fire event after created and before scheduling the start
  • #38706 - Elasticsearch container reuse creates a new container on each run
  • #38709 - Don't provide empty paths when using a root prefix
  • #38710 - Avoid Vert.x GraphQL deprecation warning
  • #38712 - Bump Smallrye RM from 4.16.1 to 4.16.2
  • #38713 - Only configure shared network for Elasticsearch/OpenSearch containers where necessary

... (truncated)

Commits
  • d4a1d0a [RELEASE] - Bump version to 3.8.0
  • bc84000 Merge pull request #38864 from gsmet/3.7.4-backports-1
  • 4611ba6 Attempt to fix flaky DependentBeanJobTest
  • 943784b Ignore ValidationSchema that results in registering all models
  • 4d54338 SmallRye Health: terminate request context properly
  • d4e9086 Disable messaging observation by default for backwards compatibility
  • bdac5c7 Log resolved OIDC tenant id and how the bearer token is found
  • f1ab295 Update commons-compress version to mitigate CVE-2024-25710
  • 45c86cc Quartz - prevent memory leak when Job instance is a @​Dependent bean
  • ca7c1bd Check the code flow access token after ID token
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
io.quarkus:quarkus-bom [>= 3.7.a, < 3.8]
io.quarkus:quarkus-extension-maven-plugin [>= 3.7.a, < 3.8]
io.quarkus:quarkus-extension-processor [>= 3.7.a, < 3.8]
io.quarkus:quarkus-maven-plugin [>= 3.7.a, < 3.8]

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.6.9 to 3.8.0.

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

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 21, 2024
@mkouba
Copy link
Contributor

mkouba commented Feb 26, 2024

@dependabot ignore this minor version

@dependabot dependabot bot closed this Feb 26, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 26, 2024

OK, I won't notify you about version 3.8.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/maven/quarkus.version-3.8.0 branch February 26, 2024 07:36
mcruzdev added a commit to mcruzdev/quarkus-qute-web that referenced this pull request Oct 9, 2024
…uarkus.version-3.14.3

Bump quarkus.version from 3.14.1 to 3.14.3
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.

1 participant