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.1.0.Final to 3.1.1.Final #129

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 8, 2023

Bumps quarkus.version from 3.1.0.Final to 3.1.1.Final.
Updates quarkus-bom from 3.1.0.Final to 3.1.1.Final

Release notes

Sourced from quarkus-bom's releases.

3.1.1.Final

Complete changelog

  • #33846 - Update Jackson to 2.15.2
  • #33834 - Kafka serde discovery: handle channel names containing dot
  • #33821 - DEV UI: Prevent NPE in JsonRpc#route after Quarkus app reloaded
  • #33820 - DEV UI on reload logs NPE xception in JsonRpcRouter#route on line 200
  • #33815 - Redis Hostname provider - do not call getHosts() twice
  • #33811 - Only expose the Dev UI Routes if Vert.x HTTP is present
  • #33804 - Dev Mode fails with Quarkus 3.1 and Kafka client (no vert.x http extension on the classpath)
  • #33802 - Fix Dev UI v1 link in the guides
  • #33799 - Fix message typo in OIDCRecorder
  • #33769 - Fix detection of OpenTelemetry
  • #33763 - When using RestMulti, don't require @Produces
  • #33761 - Properly implement ClientRequestContext#setEntity
  • #33758 - Update security-keycloak-admin-client.adoc
  • #33756 - Prevent NPE in Jacoco report preparation when a workspace module has no sources
  • #33753 - Bump apicurio-registry.version from 2.4.2.Final to 2.4.3.Final
  • #33752 - Bump kotlinx-serialization-json from 1.5.0 to 1.5.1
  • #33746 - Quarkus 3.1 still throws an error if @Produces is not defined on a stream response
  • #33741 - io.quarkus:quarkus-jacoco cannot import pom module dependecy
  • #33738 - Quarkus 3.1 rest client uses wrong Messagewriter
  • #33735 - Make Elasticsearch Java Client's withJson(...) methods work in native mode
  • #33730 - Smallrye Reactive Messaging with Kafka Connector does not support channel names containing a dot
  • #33720 - Normalize podman vs. podman.exe and Podman Desktop
  • #33718 - Fix native query support in Hibernate Reactive
  • #33713 - NamedNativeQuery not working in native image
  • #33695 - Update rewrite-maven-plugin to 4.46.0
  • #33689 - DevTool-cli Clarify --errors help message
  • #33687 - Call after construct callbacks when creating outer instances/QuarkusTest
  • #33680 - Fix dropped exception on JSON stream cancellation
  • #33677 - Fix npe when vert.x delegate is called but not set yet
  • #33671 - Mark test failure in time for callbacks to know about it
  • #33670 - Guard against potential NPE in GrpcClientConfiguration
  • #33667 - Do not include the Kafka Dev UI beans during the native build
  • #33663 - Fix SSE response with legacy publisher in native mode
  • #33660 - Dev UI small fixes
  • #33659 - Add DevConsoleCORSFilter to Dev UI JsonRPC WebSocket
  • #33657 - Security JPA Reactive - catch non-unique result exception properly
  • #33652 - Endpoint with RestSseElementType doesn't produce events in native
  • #33651 - Refer to 'microprofile_jwt' scope in OIDC docs
  • #33649 - [Doc] Fix minor typo in devtool CLI
  • #33647 - Incorrect test status in QuarkusTestAfterTestExecutionCallback and QuarkusTestAfterEachCallback for failing test
  • #33645 - Ignore IndexDependencyBuildItem for missing dependencies
  • #33643 - RolesAllowed and OIDC broken in 2.16.0-Final and 3.0.4-Final with KeyCloak
  • #33639 - Upgrade to SmallRye Fault Tolerance 6.2.3
  • #33631 - Hibernate Storing multiple items with @IdClass in one transaction fails
  • #33627 - Do not bind the "grpc" container port when configured to use same server
  • #33623 - Regression - Unable to build native binary when using quarkus-kafka-client extension

... (truncated)

Commits
  • 481b0b7 [RELEASE] - Bump version to 3.1.1.Final
  • d68dd00 Merge pull request #33853 from gsmet/3.1.1-backports-2
  • 6b50326 Register PGobject subtypes for reflection
  • 04b2b8e Update Jackson to 2.15.2 in independent-projects
  • 15dcca8 set jackson-bom version to 2.15.2
  • cbe6b53 Bump apicurio-registry.version from 2.4.2.Final to 2.4.3.Final
  • b3866a1 Bump kotlinx-serialization-json from 1.5.0 to 1.5.1
  • 7552b20 Redis Hostname provider - do not call getHosts() twice
  • 226ff97 Fix Dev UI v1 link in the guides
  • 1bf7e7f Only expose the Dev UI Routes if Vert.x HTTP is present
  • Additional commits viewable in compare view

Updates quarkus-maven-plugin from 3.1.0.Final to 3.1.1.Final

Updates quarkus-extension-processor from 3.1.0.Final to 3.1.1.Final

Updates quarkus-extension-maven-plugin from 3.1.0.Final to 3.1.1.Final

Release notes

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

3.1.1.Final

Complete changelog

  • #33846 - Update Jackson to 2.15.2
  • #33834 - Kafka serde discovery: handle channel names containing dot
  • #33821 - DEV UI: Prevent NPE in JsonRpc#route after Quarkus app reloaded
  • #33820 - DEV UI on reload logs NPE xception in JsonRpcRouter#route on line 200
  • #33815 - Redis Hostname provider - do not call getHosts() twice
  • #33811 - Only expose the Dev UI Routes if Vert.x HTTP is present
  • #33804 - Dev Mode fails with Quarkus 3.1 and Kafka client (no vert.x http extension on the classpath)
  • #33802 - Fix Dev UI v1 link in the guides
  • #33799 - Fix message typo in OIDCRecorder
  • #33769 - Fix detection of OpenTelemetry
  • #33763 - When using RestMulti, don't require @Produces
  • #33761 - Properly implement ClientRequestContext#setEntity
  • #33758 - Update security-keycloak-admin-client.adoc
  • #33756 - Prevent NPE in Jacoco report preparation when a workspace module has no sources
  • #33753 - Bump apicurio-registry.version from 2.4.2.Final to 2.4.3.Final
  • #33752 - Bump kotlinx-serialization-json from 1.5.0 to 1.5.1
  • #33746 - Quarkus 3.1 still throws an error if @Produces is not defined on a stream response
  • #33741 - io.quarkus:quarkus-jacoco cannot import pom module dependecy
  • #33738 - Quarkus 3.1 rest client uses wrong Messagewriter
  • #33735 - Make Elasticsearch Java Client's withJson(...) methods work in native mode
  • #33730 - Smallrye Reactive Messaging with Kafka Connector does not support channel names containing a dot
  • #33720 - Normalize podman vs. podman.exe and Podman Desktop
  • #33718 - Fix native query support in Hibernate Reactive
  • #33713 - NamedNativeQuery not working in native image
  • #33695 - Update rewrite-maven-plugin to 4.46.0
  • #33689 - DevTool-cli Clarify --errors help message
  • #33687 - Call after construct callbacks when creating outer instances/QuarkusTest
  • #33680 - Fix dropped exception on JSON stream cancellation
  • #33677 - Fix npe when vert.x delegate is called but not set yet
  • #33671 - Mark test failure in time for callbacks to know about it
  • #33670 - Guard against potential NPE in GrpcClientConfiguration
  • #33667 - Do not include the Kafka Dev UI beans during the native build
  • #33663 - Fix SSE response with legacy publisher in native mode
  • #33660 - Dev UI small fixes
  • #33659 - Add DevConsoleCORSFilter to Dev UI JsonRPC WebSocket
  • #33657 - Security JPA Reactive - catch non-unique result exception properly
  • #33652 - Endpoint with RestSseElementType doesn't produce events in native
  • #33651 - Refer to 'microprofile_jwt' scope in OIDC docs
  • #33649 - [Doc] Fix minor typo in devtool CLI
  • #33647 - Incorrect test status in QuarkusTestAfterTestExecutionCallback and QuarkusTestAfterEachCallback for failing test
  • #33645 - Ignore IndexDependencyBuildItem for missing dependencies
  • #33643 - RolesAllowed and OIDC broken in 2.16.0-Final and 3.0.4-Final with KeyCloak
  • #33639 - Upgrade to SmallRye Fault Tolerance 6.2.3
  • #33631 - Hibernate Storing multiple items with @IdClass in one transaction fails
  • #33627 - Do not bind the "grpc" container port when configured to use same server
  • #33623 - Regression - Unable to build native binary when using quarkus-kafka-client extension

... (truncated)

Commits
  • 481b0b7 [RELEASE] - Bump version to 3.1.1.Final
  • d68dd00 Merge pull request #33853 from gsmet/3.1.1-backports-2
  • 6b50326 Register PGobject subtypes for reflection
  • 04b2b8e Update Jackson to 2.15.2 in independent-projects
  • 15dcca8 set jackson-bom version to 2.15.2
  • cbe6b53 Bump apicurio-registry.version from 2.4.2.Final to 2.4.3.Final
  • b3866a1 Bump kotlinx-serialization-json from 1.5.0 to 1.5.1
  • 7552b20 Redis Hostname provider - do not call getHosts() twice
  • 226ff97 Fix Dev UI v1 link in the guides
  • 1bf7e7f Only expose the Dev UI Routes if Vert.x HTTP is present
  • 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 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.0.Final to 3.1.1.Final.

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

Updates `quarkus-maven-plugin` from 3.1.0.Final to 3.1.1.Final

Updates `quarkus-extension-processor` from 3.1.0.Final to 3.1.1.Final

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

---
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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 8, 2023
@zhfeng zhfeng merged commit b082d7f into main Jun 8, 2023
@zhfeng zhfeng deleted the dependabot/maven/quarkus.version-3.1.1.Final branch June 8, 2023 08:31
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