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.platform.version from 3.6.0 to 3.10.1 in /quarkus-workshop-super-heroes #522

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 May 16, 2024

Bumps quarkus.platform.version from 3.6.0 to 3.10.1.
Updates io.quarkus:quarkus-maven-plugin from 3.6.0 to 3.10.1

Updates io.quarkus:quarkus-bom from 3.6.0 to 3.10.1

Release notes

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

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
  • #40322 - Always register discovered services from SmallRye Config in STATIC INIT
  • #40337 - Only set quarkus.http.host as a default if not available
  • #40341 - [Doc] pseudo code in writing-extensions guide does not match the description
  • #40342 - Pseudo code in writing-extensions guide does not match the description
  • #40345 - Upgrade to SmallRye GraphQL 2.8.3
  • #40359 - Fix servlet error mapping
  • #40362 - Fix typo in init-tasks.adoc
  • #40365 - Add a temporary config property to allow multiple resources
  • #40366 - Qute-Templates cannot be found in tests if directory "src/test/resources/templates" exist
  • #40369 - Kubernetes extension crashes with NPE during build
  • #40371 - Quarkus Classloader in Test not returning all results
  • #40383 - Avoid classes with incomplete hierarchy in Hibernate Validator
  • #40384 - Allow ClassLoader to return multiple resources
  • #40385 - Don't close connection if response is sent
  • #40389 - Do not conflate quickstarts with codestarts

... (truncated)

Commits
  • 44ed1c0 [RELEASE] - Bump version to 3.10.1
  • 0275783 Merge pull request #40634 from gsmet/3.10.1-backports-2
  • d54eb0d Make parseVCSUri less brittle
  • 1bd39d1 Rework quarkus.transaction-manager.unsafe-multiple-last-resources to accept...
  • 002499f Fix DisableLoggingFeature in Narayana JTA
  • 69d5d3d Rework quarkus.transaction-manager.allow-unsafe-multiple-last-resources int...
  • 21abdf6 Document use of multiple datasources in a single transaction
  • 3f0fb61 Disable warnings from Narayana and print our own warning
  • 395c719 Add a temporary config property to allow multiple resources
  • 6c11a47 fix: pulsar doc, replace enableRetry with retryEnable
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-extension-processor from 3.8.1 to 3.10.1

Updates io.quarkus:quarkus-extension-maven-plugin from 3.8.1 to 3.10.1

Release notes

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

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
  • #40322 - Always register discovered services from SmallRye Config in STATIC INIT
  • #40337 - Only set quarkus.http.host as a default if not available
  • #40341 - [Doc] pseudo code in writing-extensions guide does not match the description
  • #40342 - Pseudo code in writing-extensions guide does not match the description
  • #40345 - Upgrade to SmallRye GraphQL 2.8.3
  • #40359 - Fix servlet error mapping
  • #40362 - Fix typo in init-tasks.adoc
  • #40365 - Add a temporary config property to allow multiple resources
  • #40366 - Qute-Templates cannot be found in tests if directory "src/test/resources/templates" exist
  • #40369 - Kubernetes extension crashes with NPE during build
  • #40371 - Quarkus Classloader in Test not returning all results
  • #40383 - Avoid classes with incomplete hierarchy in Hibernate Validator
  • #40384 - Allow ClassLoader to return multiple resources
  • #40385 - Don't close connection if response is sent
  • #40389 - Do not conflate quickstarts with codestarts

... (truncated)

Commits
  • 44ed1c0 [RELEASE] - Bump version to 3.10.1
  • 0275783 Merge pull request #40634 from gsmet/3.10.1-backports-2
  • d54eb0d Make parseVCSUri less brittle
  • 1bd39d1 Rework quarkus.transaction-manager.unsafe-multiple-last-resources to accept...
  • 002499f Fix DisableLoggingFeature in Narayana JTA
  • 69d5d3d Rework quarkus.transaction-manager.allow-unsafe-multiple-last-resources int...
  • 21abdf6 Document use of multiple datasources in a single transaction
  • 3f0fb61 Disable warnings from Narayana and print our own warning
  • 395c719 Add a temporary config property to allow multiple resources
  • 6c11a47 fix: pulsar doc, replace enableRetry with retryEnable
  • 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.platform.version` from 3.6.0 to 3.10.1.

Updates `io.quarkus:quarkus-maven-plugin` from 3.6.0 to 3.10.1

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

Updates `io.quarkus:quarkus-extension-processor` from 3.8.1 to 3.10.1

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

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-bom
  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] <support@github.com>
Copy link

😭 Deploy PR Preview failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants