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.18.0 to 3.18.2 #301

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2025

Bumps quarkus.version from 3.18.0 to 3.18.2.
Updates io.quarkus:quarkus-bom from 3.18.0 to 3.18.2

Release notes

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

3.18.2

Complete changelog

  • #44569 - SmallRye OpenAPI outputs Chinese garbled characters in Json
  • #44645 - NullPointerException from Hibernate ORM when there is a problem establishing a connection
  • #45385 - IllegalArgumentException when parsing Accept Header
  • #45776 - Bump to Mutiny 2.8.0 and the Mutiny Vert.x bindings 3.18.0
  • #45789 - [resteasy-reactive] [3.8.6] Header not reset between request
  • #45847 - Netty metric with dynamic tag cause time series leak
  • #45868 - QuarkusTestResource not working with QuarkusMainLauncher
  • #45877 - Replace the id label with a name label for Netty allocator
  • #45910 - Clarify usage of quarkus-keycloak-admin-rest-client and quarkus-keycloak-admin-resteasy-client
  • #45926 - Release the Config from the TCCL when setting the Quarkus config
  • #45933 - Native tests fail in Gradle-based Quarkus project when module has no classes in src/main/java
  • #45934 - Dev UI: make sure add button works when log is open
  • #45935 - Clear SystemProperties set by QuarkusMainIntegrationTestExtension
  • #45938 - Be more defensive about sources Path in integration tests
  • #45943 - OpenApiFilter without Runstage causes NPE
  • #45945 - Properly get default value when handling OpenApiFilters
  • #45950 - Correctly handle REST field injection
  • #45956 - Improve content about running the application in the JWT guide
  • #45967 - Use Maven log in quarkus:run
  • #45971 - Fix incorrect response code when media type is invalid
  • #45976 - Add remote address to gRPC spans
  • #45985 - BlockingNotAllowedException when using rest client since quarkus 3.18.1
  • #45991 - Bump com.gradle.plugin-publish from 1.3.0 to 1.3.1 in /devtools/gradle
  • #45992 - [REGRESSION] - quarkus.rest.jackson.optimization.enable-reflection-free-serializers=true broken in 3.18
  • #45993 - Bump smallrye-open-api.version from 4.0.7 to 4.0.8
  • #45996 - ConfigMapping broken for extensions with smallrye-config-crypto since 3.9.1
  • #45999 - Quarkus 3.18 and Flyway 11: Bring back cleanOnValidationError
  • #46002 - Fix generated Jackson deserializer for a record with an empty constructor
  • #46006 - Don't prematurely close an InputStream returned by the REST Client
  • #46008 - QuarkusIntegrationTest: publishing a random port in the started container no longer works
  • #46009 - Updates to Infinispan 15.0.13.Final
  • #46016 - Quarkus 3.18.1 does not allow overwriting lists from application.yaml with lists supplied in environment variables
  • #46018 - integration-tests/hibernate-reactive-mssql is not being run (and does not build)
  • #46020 - Runtime values from mapping without expansion
  • #46031 - Fix Javadoc/MD syntax issues
  • #46032 - Update SmallRye Config to 3.11.2
  • #46033 - Implement 'cleanOnValidationError' for Flyway 11
  • #46036 - In container build output is not executable anymore
  • #46041 - Upgrade Hibernate ORM to 6.6.6.Final
  • #46043 - Fix and restore hibernate-reactive-mssql tests
  • #46044 - Recalculate config property names during tests
  • #46049 - Bump io.smallrye.config:smallrye-config-source-yaml from 3.11.1 to 3.11.2 in /devtools/gradle
  • #46055 - Ensure that the copied native executable has the executable permission when copied from the host to the container image.

3.18.1

... (truncated)

Commits
  • 86697ee [RELEASE] - Bump version to 3.18.2
  • be39917 Merge pull request #46081 from gsmet/3.18.2-backports-1
  • 254cdae Ensure that the copied native executable has the executable permission when c...
  • 0cba8e1 Update SmallRye Config to 3.11.2
  • c7ba1fd Implement 'cleanOnValidationError' for Flyway 11
  • ec92a71 Recalculate config property names during tests
  • 1292be5 Bump io.smallrye.config:smallrye-config-source-yaml in /devtools/gradle
  • ecb3936 Upgrade Hibernate ORM to 6.6.6.Final
  • a322625 Run hibernate-reactive-mssql integration tests as part of the build
  • 0c78956 Fix hibernate-reactive-mssql tests
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-extension-processor from 3.18.0 to 3.18.2

Updates io.quarkus:quarkus-extension-maven-plugin from 3.18.0 to 3.18.2

Release notes

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

3.18.2

Complete changelog

  • #44569 - SmallRye OpenAPI outputs Chinese garbled characters in Json
  • #44645 - NullPointerException from Hibernate ORM when there is a problem establishing a connection
  • #45385 - IllegalArgumentException when parsing Accept Header
  • #45776 - Bump to Mutiny 2.8.0 and the Mutiny Vert.x bindings 3.18.0
  • #45789 - [resteasy-reactive] [3.8.6] Header not reset between request
  • #45847 - Netty metric with dynamic tag cause time series leak
  • #45868 - QuarkusTestResource not working with QuarkusMainLauncher
  • #45877 - Replace the id label with a name label for Netty allocator
  • #45910 - Clarify usage of quarkus-keycloak-admin-rest-client and quarkus-keycloak-admin-resteasy-client
  • #45926 - Release the Config from the TCCL when setting the Quarkus config
  • #45933 - Native tests fail in Gradle-based Quarkus project when module has no classes in src/main/java
  • #45934 - Dev UI: make sure add button works when log is open
  • #45935 - Clear SystemProperties set by QuarkusMainIntegrationTestExtension
  • #45938 - Be more defensive about sources Path in integration tests
  • #45943 - OpenApiFilter without Runstage causes NPE
  • #45945 - Properly get default value when handling OpenApiFilters
  • #45950 - Correctly handle REST field injection
  • #45956 - Improve content about running the application in the JWT guide
  • #45967 - Use Maven log in quarkus:run
  • #45971 - Fix incorrect response code when media type is invalid
  • #45976 - Add remote address to gRPC spans
  • #45985 - BlockingNotAllowedException when using rest client since quarkus 3.18.1
  • #45991 - Bump com.gradle.plugin-publish from 1.3.0 to 1.3.1 in /devtools/gradle
  • #45992 - [REGRESSION] - quarkus.rest.jackson.optimization.enable-reflection-free-serializers=true broken in 3.18
  • #45993 - Bump smallrye-open-api.version from 4.0.7 to 4.0.8
  • #45996 - ConfigMapping broken for extensions with smallrye-config-crypto since 3.9.1
  • #45999 - Quarkus 3.18 and Flyway 11: Bring back cleanOnValidationError
  • #46002 - Fix generated Jackson deserializer for a record with an empty constructor
  • #46006 - Don't prematurely close an InputStream returned by the REST Client
  • #46008 - QuarkusIntegrationTest: publishing a random port in the started container no longer works
  • #46009 - Updates to Infinispan 15.0.13.Final
  • #46016 - Quarkus 3.18.1 does not allow overwriting lists from application.yaml with lists supplied in environment variables
  • #46018 - integration-tests/hibernate-reactive-mssql is not being run (and does not build)
  • #46020 - Runtime values from mapping without expansion
  • #46031 - Fix Javadoc/MD syntax issues
  • #46032 - Update SmallRye Config to 3.11.2
  • #46033 - Implement 'cleanOnValidationError' for Flyway 11
  • #46036 - In container build output is not executable anymore
  • #46041 - Upgrade Hibernate ORM to 6.6.6.Final
  • #46043 - Fix and restore hibernate-reactive-mssql tests
  • #46044 - Recalculate config property names during tests
  • #46049 - Bump io.smallrye.config:smallrye-config-source-yaml from 3.11.1 to 3.11.2 in /devtools/gradle
  • #46055 - Ensure that the copied native executable has the executable permission when copied from the host to the container image.

3.18.1

... (truncated)

Commits
  • 86697ee [RELEASE] - Bump version to 3.18.2
  • be39917 Merge pull request #46081 from gsmet/3.18.2-backports-1
  • 254cdae Ensure that the copied native executable has the executable permission when c...
  • 0cba8e1 Update SmallRye Config to 3.11.2
  • c7ba1fd Implement 'cleanOnValidationError' for Flyway 11
  • ec92a71 Recalculate config property names during tests
  • 1292be5 Bump io.smallrye.config:smallrye-config-source-yaml in /devtools/gradle
  • ecb3936 Upgrade Hibernate ORM to 6.6.6.Final
  • a322625 Run hibernate-reactive-mssql integration tests as part of the build
  • 0c78956 Fix hibernate-reactive-mssql tests
  • 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 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.18.0 to 3.18.2.

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

Updates `io.quarkus:quarkus-extension-processor` from 3.18.0 to 3.18.2

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

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  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 requested a review from a team as a code owner February 6, 2025 06:47
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 6, 2025
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants