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

chore(deps): bump quarkus.version from 3.8.5 to 3.10.2 #136

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 14, 2024

Bumps quarkus.version from 3.8.5 to 3.10.2.
Updates io.quarkus:quarkus-bom from 3.8.5 to 3.10.2

Release notes

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

3.10.2

Complete changelog

  • #40100 - Warning: RecomputeFieldValue.FieldOffset automatic substitution failed.
  • #40324 - REST Client @RestForm List<T> inside of a @BeanParam bean does not convert
  • #40482 - Bump org.bouncycastle:bc-fips from 1.0.2.4 to 1.0.2.5
  • #40642 - Bump org.bouncycastle:bctls-fips from 1.0.18 to 1.0.19 in /bom/application
  • #40644 - Bump testcontainers.version from 1.19.7 to 1.19.8
  • #40653 - Fix List form handling in REST Client bean params
  • #40660 - [3.10] Always record original default values
  • #40681 - Set correct config key when performing a native build from Gradle
  • #40685 - Fix OIDC ID token verification failure message
  • #40698 - Reinitialize shaded com.google.protobuf.UnsafeUtil class

3.10.1

Complete changelog

  • #19766 - Flyway / DevServices
  • #37323 - "IOException: Connection was closed" when retrying non-WebApplicationExceptions
  • #38807 - JPA entities containing LAZY loaded relations cannot be merged in another transaction
  • #39283 - SQLException: Unable to enlist connection to existing transaction when accessing multiple persistence units in the same transaction since 3.8.2
  • #39336 - We need an entry point guide for Messaging
  • #39854 - 'quarkus.log.console.format' '%i' Process ID fixed at build time
  • #40009 - Duplicated logs with Elastic APM Agent - Quarkus wrongly importing log4j2 configuration from agent
  • #40016 - Log file rotation for periods longer then day not working. Regression.
  • #40054 - Validate Tenant annotation is applied before authentication happened and fail if wrong tenant was used to authenticate the HTTP request
  • #40065 - 3.8.3 and Electron JDBC Security error - SRCFG00027: Could not find a mapping
  • #40123 - Quarkus Dev UI - Calling gRPC endpoint is not working
  • #40152 - Cannot mock GitInfo using @MockitoConfig(convertScopes = true)
  • #40153 - Many "Failed to index" warnings since 3.9.1
  • #40167 - Rest Client @RestForm does not serialize enums like other parameter types
  • #40175 - Update suggested command for busy port detection during the start
  • #40176 - Update codeblock to 1.0.13
  • #40178 - Turn beans from info extension into ApplicationScoped
  • #40230 - Bump hibernate-orm.version from 6.4.4.Final to 6.4.5.Final
  • #40264 - Bump hibernate-search.version from 7.1.0.Final to 7.1.1.Final
  • #40272 - Config: reflect a breaking change of package config in the docs
  • #40277 - Fix accidental config breakage of quarkus.package.decompiler.* properties
  • #40282 - Bump commons-io:commons-io from 2.16.0 to 2.16.1
  • #40283 - Bump hibernate-orm.version from 6.4.5.Final to 6.4.7.Final
  • #40299 - Native executable ignores config option quarkus.http.host if set in the application configuration file
  • #40301 - Use toString for serializing enum form params in REST Client
  • #40302 - Updates Infinispan to 15.0.2.Final
  • #40305 - Micrometer URI templating does not apply for Forbidden requests
  • #40307 - WebSocket + Role-based authentication stopped working with Quarkus 3.9.x: Security Identity is not available
  • #40308 - Always populate metrics uri in presence of auth failures
  • #40313 - Document how to use Flyway in reactive applications
  • #40321 - Bump org.eclipse.parsson:parsson from 1.1.5 to 1.1.6

... (truncated)

Commits
  • ffad614 [RELEASE] - Bump version to 3.10.2
  • 8c0ae01 Merge pull request #40746 from gsmet/3.10.2-backports-1
  • a7b06d7 Fix issue with Liquibase and H2 database
  • 009a7ef Fix user-friendly Quarkus REST and RESTEasy combination err msg
  • fd4a1c3 Reinitialize shaded com.google.protobuf.UnsafeUtil class
  • 10fe0df Use utf-8 instead of default charset decoding azure functions requests
  • 9a74f82 Adjust sync-web-site.sh for branch renaming of quarkusio repo
  • 64d0aaf Fix OIDC ID token verification failure message
  • c8a3558 Set correct config key when performing a native build from Gradle
  • a0dd8e4 Bump testcontainers.version from 1.19.7 to 1.19.8
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.8.5 to 3.10.2

Updates io.quarkus:quarkus-extension-processor from 3.8.5 to 3.10.2

Updates io.quarkus:quarkus-extension-maven-plugin from 3.8.5 to 3.10.2

Release notes

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

3.10.2

Complete changelog

  • #40100 - Warning: RecomputeFieldValue.FieldOffset automatic substitution failed.
  • #40324 - REST Client @RestForm List<T> inside of a @BeanParam bean does not convert
  • #40482 - Bump org.bouncycastle:bc-fips from 1.0.2.4 to 1.0.2.5
  • #40642 - Bump org.bouncycastle:bctls-fips from 1.0.18 to 1.0.19 in /bom/application
  • #40644 - Bump testcontainers.version from 1.19.7 to 1.19.8
  • #40653 - Fix List form handling in REST Client bean params
  • #40660 - [3.10] Always record original default values
  • #40681 - Set correct config key when performing a native build from Gradle
  • #40685 - Fix OIDC ID token verification failure message
  • #40698 - Reinitialize shaded com.google.protobuf.UnsafeUtil class

3.10.1

Complete changelog

  • #19766 - Flyway / DevServices
  • #37323 - "IOException: Connection was closed" when retrying non-WebApplicationExceptions
  • #38807 - JPA entities containing LAZY loaded relations cannot be merged in another transaction
  • #39283 - SQLException: Unable to enlist connection to existing transaction when accessing multiple persistence units in the same transaction since 3.8.2
  • #39336 - We need an entry point guide for Messaging
  • #39854 - 'quarkus.log.console.format' '%i' Process ID fixed at build time
  • #40009 - Duplicated logs with Elastic APM Agent - Quarkus wrongly importing log4j2 configuration from agent
  • #40016 - Log file rotation for periods longer then day not working. Regression.
  • #40054 - Validate Tenant annotation is applied before authentication happened and fail if wrong tenant was used to authenticate the HTTP request
  • #40065 - 3.8.3 and Electron JDBC Security error - SRCFG00027: Could not find a mapping
  • #40123 - Quarkus Dev UI - Calling gRPC endpoint is not working
  • #40152 - Cannot mock GitInfo using @MockitoConfig(convertScopes = true)
  • #40153 - Many "Failed to index" warnings since 3.9.1
  • #40167 - Rest Client @RestForm does not serialize enums like other parameter types
  • #40175 - Update suggested command for busy port detection during the start
  • #40176 - Update codeblock to 1.0.13
  • #40178 - Turn beans from info extension into ApplicationScoped
  • #40230 - Bump hibernate-orm.version from 6.4.4.Final to 6.4.5.Final
  • #40264 - Bump hibernate-search.version from 7.1.0.Final to 7.1.1.Final
  • #40272 - Config: reflect a breaking change of package config in the docs
  • #40277 - Fix accidental config breakage of quarkus.package.decompiler.* properties
  • #40282 - Bump commons-io:commons-io from 2.16.0 to 2.16.1
  • #40283 - Bump hibernate-orm.version from 6.4.5.Final to 6.4.7.Final
  • #40299 - Native executable ignores config option quarkus.http.host if set in the application configuration file
  • #40301 - Use toString for serializing enum form params in REST Client
  • #40302 - Updates Infinispan to 15.0.2.Final
  • #40305 - Micrometer URI templating does not apply for Forbidden requests
  • #40307 - WebSocket + Role-based authentication stopped working with Quarkus 3.9.x: Security Identity is not available
  • #40308 - Always populate metrics uri in presence of auth failures
  • #40313 - Document how to use Flyway in reactive applications
  • #40321 - Bump org.eclipse.parsson:parsson from 1.1.5 to 1.1.6

... (truncated)

Commits
  • ffad614 [RELEASE] - Bump version to 3.10.2
  • 8c0ae01 Merge pull request #40746 from gsmet/3.10.2-backports-1
  • a7b06d7 Fix issue with Liquibase and H2 database
  • 009a7ef Fix user-friendly Quarkus REST and RESTEasy combination err msg
  • fd4a1c3 Reinitialize shaded com.google.protobuf.UnsafeUtil class
  • 10fe0df Use utf-8 instead of default charset decoding azure functions requests
  • 9a74f82 Adjust sync-web-site.sh for branch renaming of quarkusio repo
  • 64d0aaf Fix OIDC ID token verification failure message
  • c8a3558 Set correct config key when performing a native build from Gradle
  • a0dd8e4 Bump testcontainers.version from 1.19.7 to 1.19.8
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
io.quarkus:quarkus-bom [>= 3.3.a, < 3.4]
io.quarkus:quarkus-extension-maven-plugin [>= 3.3.a, < 3.4]
io.quarkus:quarkus-extension-processor [>= 3.3.a, < 3.4]
io.quarkus:quarkus-maven-plugin [>= 3.3.a, < 3.4]
io.quarkus:quarkus-bom [>= 3.11.a, < 3.12]
io.quarkus:quarkus-extension-maven-plugin [>= 3.11.a, < 3.12]
io.quarkus:quarkus-extension-processor [>= 3.11.a, < 3.12]
io.quarkus:quarkus-maven-plugin [>= 3.11.a, < 3.12]

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.8.5 to 3.10.2.

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.8.5 to 3.10.2

Updates `io.quarkus:quarkus-extension-processor` from 3.8.5 to 3.10.2

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

---
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 added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 20, 2024

Superseded by #137.

@dependabot dependabot bot closed this Jun 20, 2024
@dependabot dependabot bot deleted the dependabot/maven/quarkus.version-3.10.2 branch June 20, 2024 10:51
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