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

build(deps): Bump quarkus.version from 2.16.3.Final to 2.16.4.Final #151

Merged
merged 1 commit into from
Mar 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps quarkus.version from 2.16.3.Final to 2.16.4.Final.
Updates quarkus-bom from 2.16.3.Final to 2.16.4.Final

Release notes

Sourced from quarkus-bom's releases.

2.16.4.Final

Complete changelog

  • #31510 - Add logging to CompiledJavaVersionBuildStep
  • #31507 - Adjust API in transaction.adoc code snippet
  • #31498 - Added a note to get correct OpenAPI documentation
  • #31486 - smallrye-openapi generates wrong definition for grouped parameters
  • #31483 - Fix documentation for quarkus.hibernate-orm.enabled
  • #31477 - Qute generated value resolvers - fix varArgs methods with 1 argument
  • #31471 - [2.16] Make sure parent modules are loaded into workspace before those that depend on them
  • #31467 - Don't run kubernetes-client Dev Services transitively
  • #31465 - Propagate Quarkus related failsafe system properties
  • #31462 - Do not append single '&' with empty query params in Resteasy Reactive
  • #31449 - Qute: VarArgs processing error with 1 element
  • #31447 - SmallRye GraphQL 1.9.3, test for Deprecated annotation
  • #31422 - Fix client jackson body writer to propagate the client context
  • #31418 - Fix doc generation for quarkus.hibernate-orm.enabled
  • #31416 - Fix copy paste error in qute docs
  • #31405 - Propagate SystemProperties set in Failsafe plugin to the Test launcher
  • #31394 - Fix afterEach callback for integration tests
  • #31393 - Integration Test AfterEach callbacks are not called
  • #31355 - [Regression] Very slow startup in dev mode when the Kubernetes extension is present
  • #31350 - Also set io.netty.noUnsafe at runtime when set at build time
  • #31349 - Netty complaining about access to heap buffer in native
  • #31347 - Adjust image name substitution for Elasticsearch Dev Services
  • #31339 - Improve logging in DevServicesKubernetesProcessor
  • #31336 - Pass --userns=keep-id to podman only when in rootless mode
  • #31331 - Use idiomatic RESTEasy Reactive filter declaration for OpenTelemetry
  • #31316 - Improve CSRF documentation
  • #31302 - Updated OpenAPI mp.openapi.extensions.smallrye.openapi key mapping
  • #31300 - Support UUID serialization in REST Client multipart bodies
  • #31298 - RESTEasy Reactive doesn't support java.util.UUID
  • #31291 - Bump org.jetbrains.annotations from 17.0.0 to the latest(24.0.0)
  • #31289 - Return a null InputStream from REST Client when response is 204
  • #31280 - Bump SQL Server JDBC driver to 12.2.0
  • #31276 - Bump protobuf from 3.21.9 to 3.22.0
  • #31274 - Try to solve disk space issues on GitHub Actions
  • #31261 - Bump Microsoft SQL Server JDBC driver to 12.2.0
  • #31260 - Make OIDC connection error log messages more visible
  • #31250 - Clarify in keycloak-authorization doc when it should be used
  • #31249 - Empty array of values in WebTargetImpl.queryParam method is added to the final URI as an &
  • #31245 - [Regression in 2.16.3] NullPointerException: Cannot invoke "org.jboss.resteasy.reactive.server.SimpleResourceInfo.getResourceClass()" because "this.resourceInfo" is null
  • #31240 - protobuf code generated w/ 3.22.0 broken w/ Quarkus
  • #31236 - Bump postgresql from 42.5.3 to 42.5.4
  • #31234 - Bump mermaid from 9.1.1 to 9.4.0
  • #31231 - RESTEasy reactive returns an empty InputStream instead of null on 204 - No Content response
  • #31211 - Fix the non-default constructor mechanism of bytecode recording [2.16]
  • #31209 - Another fix for the Redis Search aggregation test
  • #31186 - Show how to enable all origins in HTTP CORS section

... (truncated)

Commits
  • 2751714 [RELEASE] - Bump version to 2.16.4.Final
  • cba422c Updated grouped parameter example and added a comment
  • 718765e Add logging to CompiledJavaVersionBuildStep
  • 9aa3c2d patch a code snippet on transaction API
  • efb3d5b Fix documentation for quarkus.hibernate-orm.enabled
  • a920e91 Handle strong in JavaDocParser
  • ce974cf Merge pull request #31471 from aloubyansky/2.16-load-parent-modules-first
  • 2e54147 Merge pull request #31447 from jmartisk/2.16-srqgql-1.9.3
  • 56492af Merge pull request #31357 from michelle-purcell/port-doc-contributor-updates
  • bd5873b SmallRye GraphQL 1.9.3, test for Deprecated annotation
  • Additional commits viewable in compare view

Updates quarkus-maven-plugin from 2.16.3.Final to 2.16.4.Final

Updates quarkus-extension-processor from 2.16.3.Final to 2.16.4.Final

Updates quarkus-extension-maven-plugin from 2.16.3.Final to 2.16.4.Final

Release notes

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

2.16.4.Final

Complete changelog

  • #31510 - Add logging to CompiledJavaVersionBuildStep
  • #31507 - Adjust API in transaction.adoc code snippet
  • #31498 - Added a note to get correct OpenAPI documentation
  • #31486 - smallrye-openapi generates wrong definition for grouped parameters
  • #31483 - Fix documentation for quarkus.hibernate-orm.enabled
  • #31477 - Qute generated value resolvers - fix varArgs methods with 1 argument
  • #31471 - [2.16] Make sure parent modules are loaded into workspace before those that depend on them
  • #31467 - Don't run kubernetes-client Dev Services transitively
  • #31465 - Propagate Quarkus related failsafe system properties
  • #31462 - Do not append single '&' with empty query params in Resteasy Reactive
  • #31449 - Qute: VarArgs processing error with 1 element
  • #31447 - SmallRye GraphQL 1.9.3, test for Deprecated annotation
  • #31422 - Fix client jackson body writer to propagate the client context
  • #31418 - Fix doc generation for quarkus.hibernate-orm.enabled
  • #31416 - Fix copy paste error in qute docs
  • #31405 - Propagate SystemProperties set in Failsafe plugin to the Test launcher
  • #31394 - Fix afterEach callback for integration tests
  • #31393 - Integration Test AfterEach callbacks are not called
  • #31355 - [Regression] Very slow startup in dev mode when the Kubernetes extension is present
  • #31350 - Also set io.netty.noUnsafe at runtime when set at build time
  • #31349 - Netty complaining about access to heap buffer in native
  • #31347 - Adjust image name substitution for Elasticsearch Dev Services
  • #31339 - Improve logging in DevServicesKubernetesProcessor
  • #31336 - Pass --userns=keep-id to podman only when in rootless mode
  • #31331 - Use idiomatic RESTEasy Reactive filter declaration for OpenTelemetry
  • #31316 - Improve CSRF documentation
  • #31302 - Updated OpenAPI mp.openapi.extensions.smallrye.openapi key mapping
  • #31300 - Support UUID serialization in REST Client multipart bodies
  • #31298 - RESTEasy Reactive doesn't support java.util.UUID
  • #31291 - Bump org.jetbrains.annotations from 17.0.0 to the latest(24.0.0)
  • #31289 - Return a null InputStream from REST Client when response is 204
  • #31280 - Bump SQL Server JDBC driver to 12.2.0
  • #31276 - Bump protobuf from 3.21.9 to 3.22.0
  • #31274 - Try to solve disk space issues on GitHub Actions
  • #31261 - Bump Microsoft SQL Server JDBC driver to 12.2.0
  • #31260 - Make OIDC connection error log messages more visible
  • #31250 - Clarify in keycloak-authorization doc when it should be used
  • #31249 - Empty array of values in WebTargetImpl.queryParam method is added to the final URI as an &
  • #31245 - [Regression in 2.16.3] NullPointerException: Cannot invoke "org.jboss.resteasy.reactive.server.SimpleResourceInfo.getResourceClass()" because "this.resourceInfo" is null
  • #31240 - protobuf code generated w/ 3.22.0 broken w/ Quarkus
  • #31236 - Bump postgresql from 42.5.3 to 42.5.4
  • #31234 - Bump mermaid from 9.1.1 to 9.4.0
  • #31231 - RESTEasy reactive returns an empty InputStream instead of null on 204 - No Content response
  • #31211 - Fix the non-default constructor mechanism of bytecode recording [2.16]
  • #31209 - Another fix for the Redis Search aggregation test
  • #31186 - Show how to enable all origins in HTTP CORS section

... (truncated)

Commits
  • 2751714 [RELEASE] - Bump version to 2.16.4.Final
  • cba422c Updated grouped parameter example and added a comment
  • 718765e Add logging to CompiledJavaVersionBuildStep
  • 9aa3c2d patch a code snippet on transaction API
  • efb3d5b Fix documentation for quarkus.hibernate-orm.enabled
  • a920e91 Handle strong in JavaDocParser
  • ce974cf Merge pull request #31471 from aloubyansky/2.16-load-parent-modules-first
  • 2e54147 Merge pull request #31447 from jmartisk/2.16-srqgql-1.9.3
  • 56492af Merge pull request #31357 from michelle-purcell/port-doc-contributor-updates
  • bd5873b SmallRye GraphQL 1.9.3, test for Deprecated annotation
  • 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 2.16.3.Final to 2.16.4.Final.

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

Updates `quarkus-maven-plugin` from 2.16.3.Final to 2.16.4.Final

Updates `quarkus-extension-processor` from 2.16.3.Final to 2.16.4.Final

Updates `quarkus-extension-maven-plugin` from 2.16.3.Final to 2.16.4.Final
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@2.16.3.Final...2.16.4.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 Mar 6, 2023
@michael-simons
Copy link
Collaborator

@dependabot squash and merge

@dependabot dependabot bot merged commit d4452e9 into main Mar 6, 2023
@dependabot dependabot bot deleted the dependabot/maven/quarkus.version-2.16.4.Final branch March 6, 2023 09:25
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