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.1.Final to 3.1.2.Final #328

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

Sourced from quarkus-bom's releases.

3.1.2.Final

Complete changelog

  • #34041 - Fix endpoint address in the OpenShift guide
  • #34039 - Cleanup after REST Client multipart request
  • #34028 - Revert Liquibase to 4.20
  • #34024 - Avoid indefinite Uni wait in OIDC recorders
  • #34020 - Ensure Panache class transformers run before Arc's static method transformers
  • #34014 - Fix resolving custom ObjectMapper at deserialization in Resteasy Reactive
  • #34012 - Revert Liquibase to v4.20.0
  • #34008 - RESTEasy Reactive: ContextResolver not called/used
  • #34005 - Panache tries to (and fails to) transform classes even if disabled
  • #34003 - ArC: fix InvocationContext#setParameters()
  • #34001 - AroundInvoke Interceptors can only modify parameters if first in chain
  • #33993 - Quarkus startup hangs in OidcRecorder
  • #33988 - Fix minor grammar mistake in config-reference.adoc
  • #33986 - Resource leak: Multipart HTTP-Requests leave Attr_ temporary files not deleted
  • #33983 - Make sure our recipes are visible as a dependency when updating
  • #33978 - Generated docs should generate mvn create app command with Quarkus version and not stream version
  • #33971 - Protect include/exclude test commands against NPE
  • #33970 - Qute: skip generation of resources if a validation error occurs
  • #33968 - Update to Vert.x 4.4.3 and Netty 4.1.93.Final
  • #33966 - Quarkus crashing with dev-mode with Qute (on a specific situation)
  • #33965 - Don't include startup probe for KNative manifests
  • #33962 - Use JavaBinFinder when launching decompiler
  • #33961 - :dev terminal test commands don't work anymore (testSupport.include is null)
  • #33958 - Replace IfBuildProfile in UnlessBuildProfile javadoc
  • #33954 - UnlessBuildProfile Annotation Javadoc
  • #33948 - Manage org.glassfish.jaxb:txw2 at the same version as jaxb-core and jaxb-runtime
  • #33944 - Kubernetes + Smallrye Health Extensions: Knative deployment fails due to presence of startupProbe
  • #33940 - Manage net.java.dev.jna:jna-platform at the same version as net.java.dev.jna:jna
  • #33939 - Downgrade maven-shade-plugin to 3.2.1
  • #33934 - Bump SmallRye GraphQL to 2.2.1
  • #33930 - Decompiler fails when there's no java in path
  • #33912 - Bump Vert.x Mutiny Bindings to version 3.4.2
  • #33910 - Change redirection from /q/dev to /q/dev-ui to be FOUND instead of MOVED_PERMANENTLY
  • #33904 - Gradle plugin "confused" with parent-first vs removed vs optional artifacts
  • #33903 - ArC: beans injected into All List injection points should be unremovable
  • #33901 - Gradle-plugin: properly handle read-only files
  • #33893 - Bump jboss-logging from 3.5.0.Final to 3.5.1.Final
  • #33891 - Bump mariadb-java-client from 3.1.3 to 3.1.4
  • #33884 - Quarkus 3.1.1 causes Npe when using configinterceptor
  • #33878 - Upgrade to Maven 3.9.2 and Maven resolver 1.9.10
  • #33873 - Launch Liquibase and Flyway operations only when Arc is ready
  • #33872 - Add more documentation to @RestHeader
  • #33870 - Gradle plugin does not copy all files correctly, when having parent-first-artifacts
  • #33867 - Upgrade smallrye-health to 4.0.2
  • #33861 - Name resolution fails with @RestHeader annotation under certain condition
  • #33843 - AppCDS failed if mongodb-liquibase extension present

... (truncated)

Commits
  • 18ac3ba [RELEASE] - Bump version to 3.1.2.Final
  • 10f058e Revert "Bump liquibase.version from 4.20.0 to 4.21.0"
  • 67b7259 fix: detection of project root in qcli
  • 6aab4f1 Minor adjustments to deploying-to-openshift.adoc
  • ee4b5bf Fix endpoint address in the OpenShift guide
  • 1ff379c Cleanup after REST Client multipart request
  • d5e1a9f Fix resolving custom ObjectMapper at deserialization in Resteasy Reactive
  • 0c16302 Merge pull request #34033 from gsmet/3.1.2-backports-1
  • b5b582a ArC: fix InvocationContext#setParameters()
  • aaaeea4 Ensure Panache class transformers run before Arc's static method transformers
  • Additional commits viewable in compare view

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

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

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

Release notes

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

3.1.2.Final

Complete changelog

  • #34041 - Fix endpoint address in the OpenShift guide
  • #34039 - Cleanup after REST Client multipart request
  • #34028 - Revert Liquibase to 4.20
  • #34024 - Avoid indefinite Uni wait in OIDC recorders
  • #34020 - Ensure Panache class transformers run before Arc's static method transformers
  • #34014 - Fix resolving custom ObjectMapper at deserialization in Resteasy Reactive
  • #34012 - Revert Liquibase to v4.20.0
  • #34008 - RESTEasy Reactive: ContextResolver not called/used
  • #34005 - Panache tries to (and fails to) transform classes even if disabled
  • #34003 - ArC: fix InvocationContext#setParameters()
  • #34001 - AroundInvoke Interceptors can only modify parameters if first in chain
  • #33993 - Quarkus startup hangs in OidcRecorder
  • #33988 - Fix minor grammar mistake in config-reference.adoc
  • #33986 - Resource leak: Multipart HTTP-Requests leave Attr_ temporary files not deleted
  • #33983 - Make sure our recipes are visible as a dependency when updating
  • #33978 - Generated docs should generate mvn create app command with Quarkus version and not stream version
  • #33971 - Protect include/exclude test commands against NPE
  • #33970 - Qute: skip generation of resources if a validation error occurs
  • #33968 - Update to Vert.x 4.4.3 and Netty 4.1.93.Final
  • #33966 - Quarkus crashing with dev-mode with Qute (on a specific situation)
  • #33965 - Don't include startup probe for KNative manifests
  • #33962 - Use JavaBinFinder when launching decompiler
  • #33961 - :dev terminal test commands don't work anymore (testSupport.include is null)
  • #33958 - Replace IfBuildProfile in UnlessBuildProfile javadoc
  • #33954 - UnlessBuildProfile Annotation Javadoc
  • #33948 - Manage org.glassfish.jaxb:txw2 at the same version as jaxb-core and jaxb-runtime
  • #33944 - Kubernetes + Smallrye Health Extensions: Knative deployment fails due to presence of startupProbe
  • #33940 - Manage net.java.dev.jna:jna-platform at the same version as net.java.dev.jna:jna
  • #33939 - Downgrade maven-shade-plugin to 3.2.1
  • #33934 - Bump SmallRye GraphQL to 2.2.1
  • #33930 - Decompiler fails when there's no java in path
  • #33912 - Bump Vert.x Mutiny Bindings to version 3.4.2
  • #33910 - Change redirection from /q/dev to /q/dev-ui to be FOUND instead of MOVED_PERMANENTLY
  • #33904 - Gradle plugin "confused" with parent-first vs removed vs optional artifacts
  • #33903 - ArC: beans injected into All List injection points should be unremovable
  • #33901 - Gradle-plugin: properly handle read-only files
  • #33893 - Bump jboss-logging from 3.5.0.Final to 3.5.1.Final
  • #33891 - Bump mariadb-java-client from 3.1.3 to 3.1.4
  • #33884 - Quarkus 3.1.1 causes Npe when using configinterceptor
  • #33878 - Upgrade to Maven 3.9.2 and Maven resolver 1.9.10
  • #33873 - Launch Liquibase and Flyway operations only when Arc is ready
  • #33872 - Add more documentation to @RestHeader
  • #33870 - Gradle plugin does not copy all files correctly, when having parent-first-artifacts
  • #33867 - Upgrade smallrye-health to 4.0.2
  • #33861 - Name resolution fails with @RestHeader annotation under certain condition
  • #33843 - AppCDS failed if mongodb-liquibase extension present

... (truncated)

Commits
  • 18ac3ba [RELEASE] - Bump version to 3.1.2.Final
  • 10f058e Revert "Bump liquibase.version from 4.20.0 to 4.21.0"
  • 67b7259 fix: detection of project root in qcli
  • 6aab4f1 Minor adjustments to deploying-to-openshift.adoc
  • ee4b5bf Fix endpoint address in the OpenShift guide
  • 1ff379c Cleanup after REST Client multipart request
  • d5e1a9f Fix resolving custom ObjectMapper at deserialization in Resteasy Reactive
  • 0c16302 Merge pull request #34033 from gsmet/3.1.2-backports-1
  • b5b582a ArC: fix InvocationContext#setParameters()
  • aaaeea4 Ensure Panache class transformers run before Arc's static method transformers
  • 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.1.Final to 3.1.2.Final.

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

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

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

Updates `quarkus-extension-maven-plugin` from 3.1.1.Final to 3.1.2.Final
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.1.1.Final...3.1.2.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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 16, 2023
@zhfeng zhfeng merged commit 486a24c into master Jun 16, 2023
1 check passed
@zhfeng zhfeng deleted the dependabot/maven/quarkus.version-3.1.2.Final branch June 16, 2023 13:01
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.

None yet

1 participant