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.16.3 to 3.18.1 #387

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2025

Bumps quarkus.version from 3.16.3 to 3.18.1.
Updates io.quarkus:quarkus-bom from 3.16.3 to 3.18.1

Release notes

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

3.18.1

Complete changelog

  • #44484 - Quarkus Build with Maven Artefact Resolver Configuration Options
  • #45358 - quarkus-smallrye-openapi generates unused schemas
  • #45359 - Ensure there are no jdbc spans if otel sdk is disabled
  • #45489 - DevUI: Add search for Arc tables
  • #45562 - Consistent report of unknown properties between JVM and Native mode
  • #45650 - ClassNotFound during static init build step corrupts delayed logging
  • #45708 - OpenAPI schema adding "enum" : [ null ] when field description is added
  • #45771 - Qute: fix template global class generation in the dev mode
  • #45774 - LGTM tests are stalling (or are too slow for the timeout, I don't know)
  • #45783 - Redis cache implementation should not use KEYS command
  • #45794 - Maven Resolver: initialize Maven properly, especially the local repository
  • #45799 - Fix PathTreeClassPathElement#toString() implementation
  • #45801 - Fix documentation for connecting to multiple devservice databases
  • #45802 - Bump smallrye-open-api.version from 4.0.6 to 4.0.7
  • #45803 - Bump com.gradle:develocity-maven-extension from 1.23 to 1.23.1
  • #45810 - Update default openapi version in doc
  • #45813 - Update URL of swapi-graphql.netlify.app GraphQL endpoint
  • #45815 - Properly order tests annotated with @WithTestResource
  • #45819 - Improve docs for Hibernate ORM with Kafka to suggest more efficient approaches
  • #45822 - Adjust timeouts for LGTM container and tests
  • #45828 - Redis Cache: replace the KEYS command with SCAN in invalidation
  • #45829 - Upgrade to Vert.x 4.5.12 and Netty 4.1.117.Final
  • #45835 - Fix static file path decoding in vertx-http
  • #45838 - PermissionChecker makes RestMulti builder being ignored
  • #45841 - Bump mongo-client.version from 5.3.0 to 5.3.1
  • #45842 - Unable to build native image on Macbook Pro M4 Pro
  • #45848 - Quarkus REST: Run security checks that require method arguments in a non-blocking manner before secured methods are invoked
  • #45850 - Reviewed enable_build_properties information
  • #45851 - Use explicit String.concat in OTelDurationConverter
  • #45858 - Update OpenAPI documentation with default version 3.1.0
  • #45860 - quarkus main build fails on windows
  • #45861 - gRPC: Perform authentication when gRPC server runs on the same server and root path is different than '/'
  • #45863 - 3.18 regression: quarkus.uuid is the same for every run in native images
  • #45864 - Ensure that quarkus.uuid is not determined at native image build time
  • #45876 - Pass container-runtime-options to native-image --version as well
  • #45878 - 3.18 regression Quarkus quarkus-maven-plugin with failsafe and quarkus.test.arg-line
  • #45880 - Upgrade to SmallRye GraphQL 2.12.1
  • #45888 - Consider quarkus.test.arg-line as a string
  • #45890 - Disable kubernetes-service-binding testing on Windows
  • #45894 - Dev UI does not open if http is disabled
  • #45911 - Make sure console shortcuts use https when http is disabled
  • #45913 - Fix generate ca command in tls guide

3.18.0

Complete changelog

... (truncated)

Commits
  • 44bc4a9 [RELEASE] - Bump version to 3.18.1
  • 15f50d3 Merge pull request #45928 from gsmet/3.18.1-backports-1
  • 24a33c1 Disable kubernetes-service-binding testing on Windows
  • f5bd7d3 Consistent report of unknown properties between JVM and Native mode
  • db5dd0e DevUI: Add search for Arc tables
  • 25a7f53 Make sure console shortcuts use https when http is disabled
  • c08100c Fix generate ca command in tls guide
  • be5d66a Pass container-runtime-options to native-image --version as well
  • c1d35cc Consider quarkus.test.arg-line as a string
  • a57952a SmallRye GraphQL 2.12.1
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.16.3 to 3.18.1

Updates io.quarkus:quarkus-extension-processor from 3.16.3 to 3.18.1

Updates io.quarkus:quarkus-extension-maven-plugin from 3.16.3 to 3.18.1

Release notes

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

3.18.1

Complete changelog

  • #44484 - Quarkus Build with Maven Artefact Resolver Configuration Options
  • #45358 - quarkus-smallrye-openapi generates unused schemas
  • #45359 - Ensure there are no jdbc spans if otel sdk is disabled
  • #45489 - DevUI: Add search for Arc tables
  • #45562 - Consistent report of unknown properties between JVM and Native mode
  • #45650 - ClassNotFound during static init build step corrupts delayed logging
  • #45708 - OpenAPI schema adding "enum" : [ null ] when field description is added
  • #45771 - Qute: fix template global class generation in the dev mode
  • #45774 - LGTM tests are stalling (or are too slow for the timeout, I don't know)
  • #45783 - Redis cache implementation should not use KEYS command
  • #45794 - Maven Resolver: initialize Maven properly, especially the local repository
  • #45799 - Fix PathTreeClassPathElement#toString() implementation
  • #45801 - Fix documentation for connecting to multiple devservice databases
  • #45802 - Bump smallrye-open-api.version from 4.0.6 to 4.0.7
  • #45803 - Bump com.gradle:develocity-maven-extension from 1.23 to 1.23.1
  • #45810 - Update default openapi version in doc
  • #45813 - Update URL of swapi-graphql.netlify.app GraphQL endpoint
  • #45815 - Properly order tests annotated with @WithTestResource
  • #45819 - Improve docs for Hibernate ORM with Kafka to suggest more efficient approaches
  • #45822 - Adjust timeouts for LGTM container and tests
  • #45828 - Redis Cache: replace the KEYS command with SCAN in invalidation
  • #45829 - Upgrade to Vert.x 4.5.12 and Netty 4.1.117.Final
  • #45835 - Fix static file path decoding in vertx-http
  • #45838 - PermissionChecker makes RestMulti builder being ignored
  • #45841 - Bump mongo-client.version from 5.3.0 to 5.3.1
  • #45842 - Unable to build native image on Macbook Pro M4 Pro
  • #45848 - Quarkus REST: Run security checks that require method arguments in a non-blocking manner before secured methods are invoked
  • #45850 - Reviewed enable_build_properties information
  • #45851 - Use explicit String.concat in OTelDurationConverter
  • #45858 - Update OpenAPI documentation with default version 3.1.0
  • #45860 - quarkus main build fails on windows
  • #45861 - gRPC: Perform authentication when gRPC server runs on the same server and root path is different than '/'
  • #45863 - 3.18 regression: quarkus.uuid is the same for every run in native images
  • #45864 - Ensure that quarkus.uuid is not determined at native image build time
  • #45876 - Pass container-runtime-options to native-image --version as well
  • #45878 - 3.18 regression Quarkus quarkus-maven-plugin with failsafe and quarkus.test.arg-line
  • #45880 - Upgrade to SmallRye GraphQL 2.12.1
  • #45888 - Consider quarkus.test.arg-line as a string
  • #45890 - Disable kubernetes-service-binding testing on Windows
  • #45894 - Dev UI does not open if http is disabled
  • #45911 - Make sure console shortcuts use https when http is disabled
  • #45913 - Fix generate ca command in tls guide

3.18.0

Complete changelog

... (truncated)

Commits
  • 44bc4a9 [RELEASE] - Bump version to 3.18.1
  • 15f50d3 Merge pull request #45928 from gsmet/3.18.1-backports-1
  • 24a33c1 Disable kubernetes-service-binding testing on Windows
  • f5bd7d3 Consistent report of unknown properties between JVM and Native mode
  • db5dd0e DevUI: Add search for Arc tables
  • 25a7f53 Make sure console shortcuts use https when http is disabled
  • c08100c Fix generate ca command in tls guide
  • be5d66a Pass container-runtime-options to native-image --version as well
  • c1d35cc Consider quarkus.test.arg-line as a string
  • a57952a SmallRye GraphQL 2.12.1
  • 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.16.3 to 3.18.1.

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.16.3 to 3.18.1

Updates `io.quarkus:quarkus-extension-processor` from 3.16.3 to 3.18.1

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

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  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
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 30, 2025 11:52
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 30, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants