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.17.3 to 3.17.6 #189

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 8, 2025

Bumps quarkus.version from 3.17.3 to 3.17.6.
Updates io.quarkus:quarkus-bom from 3.17.3 to 3.17.6

Release notes

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

3.17.6

Complete changelog

  • #36688 - Unable to use Panache Sort.Direction enum as method parameter for GraphQL query
  • #39137 - RESTEasy resource with constructor or field injection failing with RESTEASY003190
  • #44550 - GraphQL Typesafe client with sources in a dependency
  • #44590 - Change the JsonRPC Service for OIDC to use recorder
  • #44929 - Error in secured post-multipart interface with large files
  • #44959 - Ensure request body is consumed so that multipart requests with large payloads never hang when exception happens before body is consumed
  • #44960 - Page count fails when using a sort specification in a Panache query with a SELECT DISTINCT statement in Quarkus 3.17
  • #45104 - Bump com.gradle:develocity-maven-extension from 1.22.2 to 1.23
  • #45199 - Bump gradle/develocity-actions from 1.2 to 1.3
  • #45204 - Uber-Jar file name suffix issue for disabling it
  • #45205 - Update Quarkus Parameter for Disabling Uber-JAR File Name Suffix
  • #45220 - Messaging RunOnVirtualThreads fix on class annotation
  • #45235 - Upgrade to Hibernate ORM 6.6.4 / Reactive 2.4.3
  • #45253 - Assorted @WithTestResource fixes
  • #45254 - Typo in Proxy Configuration Guidance
  • #45260 - Typo in ProxyConfig
  • #45261 - Update Develocity extension to 1.1.9
  • #45284 - Add gRPC capability
  • #45297 - RESTEasy - Mention you cannot inject @Context elements in constructors
  • #45298 - Add Panache Sort enums in index for SmallRye GraphQL
  • #45305 - Docs: Correct sentence in Simplified MongoDB with Panache
  • #45335 - swapi.dev is down, use swapi.tech
  • #45351 - Fixed an issue where annotations were not part of the Jandex index, if given in an external JAR
  • #45387 - Docs: Correct sentence in Using the MongoDB Client
  • #45390 - Fix typo in default LGTM dashboards
  • #45392 - Fix metric scale on dashboard
  • #45397 - Bump commons-codec:commons-codec from 1.17.1 to 1.17.2
  • #45401 - Use swapi.tech for The Star Wars API calls
  • #45402 - Update SmallRye Health to 4.1.1

3.17.5

Complete changelog

  • #44974 - Rest Client metrics show real value in uri attribute instead of path parameter placeholders when used with @Url
  • #44989 - REST Client not sending headers from shared configKey
  • #45002 - REST Client using configKey resolves wrong config
  • #45004 - Update documentation for handling proxies in native-mode
  • #45010 - Properly create REST Client template path when @Url is used
  • #45022 - Upgrade to quarkus-http 5.3.4
  • #45034 - Revert MariaDB driver to 3.4.1
  • #45044 - Priority of REST Client Config changed to Quarkus FQN, config key, simple name
  • #45066 - Update OIDC MTLS test to use generated certificates
  • #45072 - Prioritize OIDC mechanism when inclusive authentication is disabled to simplify using mTLS and OIDC together
  • #45084 - A NoSuchMethodException is raised when a REST resource is called with a single JsonObject argument in native build
  • #45095 - Generate certificates in the OIDC integration test

... (truncated)

Commits
  • 67fd1e8 [RELEASE] - Bump version to 3.17.6
  • 70ab873 Merge pull request #45422 from gsmet/3.17.6-backports-1
  • 35004c8 Fix metric scale
  • 20c703f Update SmallRye Health to 4.1.1
  • 81a0ce7 Bump commons-codec:commons-codec from 1.17.1 to 1.17.2
  • 7982a62 Use swapi.tech for The Star Wars API calls
  • ad82c95 Docs: Correct sentence in Using the MongoDB Client
  • ec320c8 Fix typo in default LGTM dashboard
  • 6675b80 Update Quarkus Parameter for Disabling Uber-JAR File Name Suffix
  • 327c66a fix(resteasy,rest): ensure request body is consumed to avoid hanging
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.17.3 to 3.17.6

Updates io.quarkus:quarkus-extension-processor from 3.17.3 to 3.17.6

Updates io.quarkus:quarkus-extension-maven-plugin from 3.17.3 to 3.17.6

Release notes

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

3.17.6

Complete changelog

  • #36688 - Unable to use Panache Sort.Direction enum as method parameter for GraphQL query
  • #39137 - RESTEasy resource with constructor or field injection failing with RESTEASY003190
  • #44550 - GraphQL Typesafe client with sources in a dependency
  • #44590 - Change the JsonRPC Service for OIDC to use recorder
  • #44929 - Error in secured post-multipart interface with large files
  • #44959 - Ensure request body is consumed so that multipart requests with large payloads never hang when exception happens before body is consumed
  • #44960 - Page count fails when using a sort specification in a Panache query with a SELECT DISTINCT statement in Quarkus 3.17
  • #45104 - Bump com.gradle:develocity-maven-extension from 1.22.2 to 1.23
  • #45199 - Bump gradle/develocity-actions from 1.2 to 1.3
  • #45204 - Uber-Jar file name suffix issue for disabling it
  • #45205 - Update Quarkus Parameter for Disabling Uber-JAR File Name Suffix
  • #45220 - Messaging RunOnVirtualThreads fix on class annotation
  • #45235 - Upgrade to Hibernate ORM 6.6.4 / Reactive 2.4.3
  • #45253 - Assorted @WithTestResource fixes
  • #45254 - Typo in Proxy Configuration Guidance
  • #45260 - Typo in ProxyConfig
  • #45261 - Update Develocity extension to 1.1.9
  • #45284 - Add gRPC capability
  • #45297 - RESTEasy - Mention you cannot inject @Context elements in constructors
  • #45298 - Add Panache Sort enums in index for SmallRye GraphQL
  • #45305 - Docs: Correct sentence in Simplified MongoDB with Panache
  • #45335 - swapi.dev is down, use swapi.tech
  • #45351 - Fixed an issue where annotations were not part of the Jandex index, if given in an external JAR
  • #45387 - Docs: Correct sentence in Using the MongoDB Client
  • #45390 - Fix typo in default LGTM dashboards
  • #45392 - Fix metric scale on dashboard
  • #45397 - Bump commons-codec:commons-codec from 1.17.1 to 1.17.2
  • #45401 - Use swapi.tech for The Star Wars API calls
  • #45402 - Update SmallRye Health to 4.1.1

3.17.5

Complete changelog

  • #44974 - Rest Client metrics show real value in uri attribute instead of path parameter placeholders when used with @Url
  • #44989 - REST Client not sending headers from shared configKey
  • #45002 - REST Client using configKey resolves wrong config
  • #45004 - Update documentation for handling proxies in native-mode
  • #45010 - Properly create REST Client template path when @Url is used
  • #45022 - Upgrade to quarkus-http 5.3.4
  • #45034 - Revert MariaDB driver to 3.4.1
  • #45044 - Priority of REST Client Config changed to Quarkus FQN, config key, simple name
  • #45066 - Update OIDC MTLS test to use generated certificates
  • #45072 - Prioritize OIDC mechanism when inclusive authentication is disabled to simplify using mTLS and OIDC together
  • #45084 - A NoSuchMethodException is raised when a REST resource is called with a single JsonObject argument in native build
  • #45095 - Generate certificates in the OIDC integration test

... (truncated)

Commits
  • 67fd1e8 [RELEASE] - Bump version to 3.17.6
  • 70ab873 Merge pull request #45422 from gsmet/3.17.6-backports-1
  • 35004c8 Fix metric scale
  • 20c703f Update SmallRye Health to 4.1.1
  • 81a0ce7 Bump commons-codec:commons-codec from 1.17.1 to 1.17.2
  • 7982a62 Use swapi.tech for The Star Wars API calls
  • ad82c95 Docs: Correct sentence in Using the MongoDB Client
  • ec320c8 Fix typo in default LGTM dashboard
  • 6675b80 Update Quarkus Parameter for Disabling Uber-JAR File Name Suffix
  • 327c66a fix(resteasy,rest): ensure request body is consumed to avoid hanging
  • 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.17.3 to 3.17.6.

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.17.3 to 3.17.6

Updates `io.quarkus:quarkus-extension-processor` from 3.17.3 to 3.17.6

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

---
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 Jan 8, 2025
@dependabot dependabot bot requested a review from a team as a code owner January 8, 2025 18:08
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