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

chore(deps): bump quarkus.version from 3.1.2.Final to 3.4.0 #177

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2023

Bumps quarkus.version from 3.1.2.Final to 3.4.0.
Updates io.quarkus:quarkus-bom from 3.1.2.Final to 3.4.0

Release notes

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

3.4.0.CR1

Major changes

  • #35400 - Implement support for Redis 7.2
  • #23906 - OpenSearch dev-services

Complete changelog

  • #35756 - Revert "Switch Vert.x HTTP to @ConfigMapping"
  • #35753 - Disable build scan for more utility commands
  • #35752 - Only publish latest docs for preview
  • #35740 - Fix invalid logging pattern
  • #35735 - Update to SmallRye-GraphQL 2.4.0
  • #35731 - Guard against null headers when converting a provided Response
  • #35727 - Update dependabot to look for mvnpm releases
  • #35719 - QuarkusComponentTest: register additional annotations transformers
  • #35712 - Upgrade vaadin and importmap and add caching
  • #35708 - Ignore reflection warnings for built-in Kotlin classes
  • #35700 - Update to Vert.x 4.4.5 and Netty 4.1.97
  • #35698 - Remove unused gavs from build parent
  • #35687 - Do not convert OIDC DevUI id and secret fields to lower case
  • #35681 - Elasticsearch guide - Fix FruitResource example and docker run command
  • #35675 - Make minor improvements to CDI handling of AsyncHealthCheckFactory
  • #35670 - Fix DevUI fix serialization error on Throwable
  • #35653 - Ungraceful continuous testing failure in dev mode due to (unhandled?) Jackson serialization error when communicating with dev ui
  • #35650 - OpenShiftClientProducer tests
  • #35649 - Bump Wiremock to 3.0.0
  • #35648 - Bump Wiremock to 3.0.0
  • #35646 - Unwrap AssertionError from InvocationTargetException during Quarkus JUnit5 callbacks
  • #35632 - Add minor clarifications and cleanup to CreateMockitoSpiesCallback
  • #35629 - Add the @generated annotation $$accessor classes
  • #35628 - Remove Jose from the bot pings
  • #35625 - Dev UI: Change to use composite vaadin
  • #35624 - Map deprecated quarkus.http.cors to ensure recording
  • #35617 - Update bytebuddy as we need a version working with Java 21
  • #35616 - Add virtual thread support to the resteasy reactive scoring system
  • #35614 - LogManager error of type FORMAT_FAILURE: Formatting error
  • #35611 - Upgrade to Jandex 3.1.3
  • #35606 - Mockito testing - manually activate req. context when creating Mockito spies
  • #35601 - Add a @Generated annotation on all generated code
  • #35590 - Warn about missing JSON extension when using REST Client
  • #35588 - Add note for logging request times in HTTP reference guide
  • #35587 - Use OpenSearch 2.8 instead of 2.6 in HibernateSearchOpenSearchDevServicesConfiguredExplicitlyTest
  • #35586 - warn/error for missing quarkus-rest-client-reactive-jackson|jsonb|jaxb
  • #35585 - Integrate @RunOnVirtualThread with the @ConsumeEvent
  • #35581 - @InjectSpy in combination with @RequestScope beans in @Nested test classes
  • #35573 - Bump wildfly-elytron.version from 2.2.1.Final to 2.2.2.Final
  • #35570 - Improve Quarkus Bot labeling rules for cache
  • #35563 - Disable scan and local cache for update-version.sh
  • #35561 - Various build scan/cache enhancements

... (truncated)

Commits
  • 88898ea [RELEASE] - Bump version to 3.4.0
  • ff4033d Merge pull request #35898 from gsmet/3.4.0-backports-1
  • c285890 Restore missing parameters in OIDC Dev UI client cred and password SwaggerUI/...
  • b2743cb Improve matching of config properties to a root
  • e55991b Do not include in the list of property names Kubernetes config fallbacks
  • 032a9ec Use default Vert.x client settings in OTel exporters
  • db37174 Add remote address NPE check
  • 17ac0c2 Fix potential NPE in HTTP proxying
  • 2715552 Only remove OTLP trace services when otlp is not configured
  • cff52ff Improve description of the duration format in configuration documentation
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-extension-maven-plugin from 3.1.2.Final to 3.4.0

Release notes

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

3.4.0.CR1

Major changes

  • #35400 - Implement support for Redis 7.2
  • #23906 - OpenSearch dev-services

Complete changelog

  • #35756 - Revert "Switch Vert.x HTTP to @ConfigMapping"
  • #35753 - Disable build scan for more utility commands
  • #35752 - Only publish latest docs for preview
  • #35740 - Fix invalid logging pattern
  • #35735 - Update to SmallRye-GraphQL 2.4.0
  • #35731 - Guard against null headers when converting a provided Response
  • #35727 - Update dependabot to look for mvnpm releases
  • #35719 - QuarkusComponentTest: register additional annotations transformers
  • #35712 - Upgrade vaadin and importmap and add caching
  • #35708 - Ignore reflection warnings for built-in Kotlin classes
  • #35700 - Update to Vert.x 4.4.5 and Netty 4.1.97
  • #35698 - Remove unused gavs from build parent
  • #35687 - Do not convert OIDC DevUI id and secret fields to lower case
  • #35681 - Elasticsearch guide - Fix FruitResource example and docker run command
  • #35675 - Make minor improvements to CDI handling of AsyncHealthCheckFactory
  • #35670 - Fix DevUI fix serialization error on Throwable
  • #35653 - Ungraceful continuous testing failure in dev mode due to (unhandled?) Jackson serialization error when communicating with dev ui
  • #35650 - OpenShiftClientProducer tests
  • #35649 - Bump Wiremock to 3.0.0
  • #35648 - Bump Wiremock to 3.0.0
  • #35646 - Unwrap AssertionError from InvocationTargetException during Quarkus JUnit5 callbacks
  • #35632 - Add minor clarifications and cleanup to CreateMockitoSpiesCallback
  • #35629 - Add the @generated annotation $$accessor classes
  • #35628 - Remove Jose from the bot pings
  • #35625 - Dev UI: Change to use composite vaadin
  • #35624 - Map deprecated quarkus.http.cors to ensure recording
  • #35617 - Update bytebuddy as we need a version working with Java 21
  • #35616 - Add virtual thread support to the resteasy reactive scoring system
  • #35614 - LogManager error of type FORMAT_FAILURE: Formatting error
  • #35611 - Upgrade to Jandex 3.1.3
  • #35606 - Mockito testing - manually activate req. context when creating Mockito spies
  • #35601 - Add a @Generated annotation on all generated code
  • #35590 - Warn about missing JSON extension when using REST Client
  • #35588 - Add note for logging request times in HTTP reference guide
  • #35587 - Use OpenSearch 2.8 instead of 2.6 in HibernateSearchOpenSearchDevServicesConfiguredExplicitlyTest
  • #35586 - warn/error for missing quarkus-rest-client-reactive-jackson|jsonb|jaxb
  • #35585 - Integrate @RunOnVirtualThread with the @ConsumeEvent
  • #35581 - @InjectSpy in combination with @RequestScope beans in @Nested test classes
  • #35573 - Bump wildfly-elytron.version from 2.2.1.Final to 2.2.2.Final
  • #35570 - Improve Quarkus Bot labeling rules for cache
  • #35563 - Disable scan and local cache for update-version.sh
  • #35561 - Various build scan/cache enhancements

... (truncated)

Commits
  • 88898ea [RELEASE] - Bump version to 3.4.0
  • ff4033d Merge pull request #35898 from gsmet/3.4.0-backports-1
  • c285890 Restore missing parameters in OIDC Dev UI client cred and password SwaggerUI/...
  • b2743cb Improve matching of config properties to a root
  • e55991b Do not include in the list of property names Kubernetes config fallbacks
  • 032a9ec Use default Vert.x client settings in OTel exporters
  • db37174 Add remote address NPE check
  • 17ac0c2 Fix potential NPE in HTTP proxying
  • 2715552 Only remove OTLP trace services when otlp is not configured
  • cff52ff Improve description of the duration format in configuration documentation
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.1.2.Final to 3.4.0

Updates io.quarkus:quarkus-extension-processor from 3.1.2.Final to 3.4.0

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.1.2.Final to 3.4.0.

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

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.1.2.Final to 3.4.0

Updates `io.quarkus:quarkus-extension-processor` from 3.1.2.Final to 3.4.0

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  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
- 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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 14, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 21, 2023

Superseded by #178.

@dependabot dependabot bot closed this Sep 21, 2023
@dependabot dependabot bot deleted the dependabot/maven/quarkus.version-3.4.0 branch September 21, 2023 11:00
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.

0 participants