Hyperfoil / Horreum

Benchmark results repository service
https://horreum.hyperfoil.io/
Apache License 2.0
34 stars 30 forks source link

Bump quarkus.version from 3.10.2 to 3.11.3 #1807

Closed dependabot[bot] closed 4 days ago

dependabot[bot] commented 1 week ago

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

Release notes

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

3.11.3

Complete changelog

  • #39909 - [3.2] [3.8] Empty welcome page on new projects for old versions of Quarkus
  • #40614 - HTTP Access Logs should allow ISO 8601 date format
  • #40851 - kafka metrics : label kafka_version=unknown in native mode
  • #40970 - Upgrade SmallRye BeanBag to 1.5.0
  • #41110 - Quarkus REST: various issues with lastModified dates
  • #41121 - Avoid using outdated OpenRewrite config in quarkus update
  • #41123 - Quarkus REST: Fix two Date issues regarding preconditions
  • #41146 - Add documentation about the Quarkus REST's @Separator
  • #41202 - Introduce finer version control for codestarts and use it
  • #41218 - Bump io.smallrye.beanbag:smallrye-beanbag-bom from 1.5.0 to 1.5.1
  • #41221 - Bump io.smallrye.beanbag:smallrye-beanbag-maven from 1.5.0 to 1.5.1
  • #41252 - Document DateTimeAttribute's %{time, form
  • #41254 - Fix index.html for compat before 3.9 and dynamic index
  • #41278 - Add kafka-version.properties as native image resource
  • #41287 - Upgrade SmallRye BeanBag to 1.5.2

3.11.2

Complete changelog

  • #40164 - Gradle quarkusDev fails with usage analytics enabled
  • #40502 - Remote development mode: access denied on /deployments files
  • #40536 - WebSockets Next: close the connection if the security identity has expired
  • #40648 - WebSockets Next: provide strategies to process unhandled failures
  • #40655 - WebSockets Next: provide strategies to process unhandled failures
  • #40657 - Prevent abort because of a throwable
  • #40848 - devmode breaks when updating pom.xml
  • #40852 - @CacheResult with method returning Uni makes cache exceed its maximum size
  • #40857 - WebSocket NEXT: automatically close connection when OIDC extension provides SecurityIdentity and token expires
  • #40914 - Clarify kafka commit strategy "latest" in documentation
  • #40916 - Improve OIDC warning when a session encryption key is generated
  • #40929 - open classes/files listed in devui in IDE
  • #40978 - Kafka commit strategy: clarify risk of message loss on latest
  • #40981 - Params need double URL-safe-encoding for use with WebSocketConnector
  • #40984 - Replace 'bare mortal' with a more idiomatic English expression
  • #40987 - NamedQuery inside repository
  • #40989 - Config doc - Don't enforce the height
  • #40991 - Misspelled url for an webjar resource thows exception instead of 404
  • #40992 - WebSockets Next client: encode path param values automatically
  • #41007 - Make sure quarkusXXXCompileOnlyConfiguration extends from platform configuration
  • #41008 - Add docs note about writing extension with Java and Maven
  • #41014 - Fix open-in-ide
  • #41018 - Fix invalid webjar to show 404
  • #41021 - Docs: Added missing annotation parameter name
  • #41023 - [3.11] Revert "Improve loading of classes in RunnerClassLoader"
  • #41025 - WebSocket Next Server-Side Streaming cancelation

... (truncated)

Commits
  • 10fd503 [RELEASE] - Bump version to 3.11.3
  • 1eef1c7 Merge pull request #41294 from gsmet/3.11.3-backports-2
  • 8b78a0c Upgrade SmallRye BeanBag to 1.5.2
  • a8acdcf Bump io.smallrye.beanbag:smallrye-beanbag-maven from 1.5.0 to 1.5.1
  • d9c35e6 Bump io.smallrye.beanbag:smallrye-beanbag-bom from 1.5.0 to 1.5.1
  • db8c9cb Upgrade SmallRye BeanBag to 1.5.0
  • 8bfc18c Add kafka-version.properties as native image resource
  • b5956f7 Document DateTimeAttribute's %{time, form
  • e6f876c Fix index.html for compat before 3.9 and dynamic index
  • 0d58d4c Fix two Date issues regarding preconditions
  • Additional commits viewable in compare view


Updates io.quarkus.platform:quarkus-maven-plugin from 3.10.2 to 3.11.3

Commits
  • d790eb9 [maven-release-plugin] prepare release 3.11.3
  • d2452e0 Merge pull request #1226 from gsmet/quarkus-3.11.3
  • c822a98 Upgrade to Quarkus 3.11.3
  • 2d26d3f [maven-release-plugin] prepare for next development iteration
  • d02281d [maven-release-plugin] prepare release 3.11.2
  • 5776b5b Merge pull request #1223 from gsmet/quarkus-3.11.2
  • 0b8ba57 Upgrade to Quarkus 3.11.2
  • a003d6e [maven-release-plugin] prepare for next development iteration
  • bc1eee0 [maven-release-plugin] prepare release 3.11.1
  • 085a21e Merge pull request #1218 from gsmet/quarkus-3.11.1
  • Additional commits viewable in compare view


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

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

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

Release notes

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

3.11.3

Complete changelog

  • #39909 - [3.2] [3.8] Empty welcome page on new projects for old versions of Quarkus
  • #40614 - HTTP Access Logs should allow ISO 8601 date format
  • #40851 - kafka metrics : label kafka_version=unknown in native mode
  • #40970 - Upgrade SmallRye BeanBag to 1.5.0
  • #41110 - Quarkus REST: various issues with lastModified dates
  • #41121 - Avoid using outdated OpenRewrite config in quarkus update
  • #41123 - Quarkus REST: Fix two Date issues regarding preconditions
  • #41146 - Add documentation about the Quarkus REST's @Separator
  • #41202 - Introduce finer version control for codestarts and use it
  • #41218 - Bump io.smallrye.beanbag:smallrye-beanbag-bom from 1.5.0 to 1.5.1
  • #41221 - Bump io.smallrye.beanbag:smallrye-beanbag-maven from 1.5.0 to 1.5.1
  • #41252 - Document DateTimeAttribute's %{time, form
  • #41254 - Fix index.html for compat before 3.9 and dynamic index
  • #41278 - Add kafka-version.properties as native image resource
  • #41287 - Upgrade SmallRye BeanBag to 1.5.2

3.11.2

Complete changelog

  • #40164 - Gradle quarkusDev fails with usage analytics enabled
  • #40502 - Remote development mode: access denied on /deployments files
  • #40536 - WebSockets Next: close the connection if the security identity has expired
  • #40648 - WebSockets Next: provide strategies to process unhandled failures
  • #40655 - WebSockets Next: provide strategies to process unhandled failures
  • #40657 - Prevent abort because of a throwable
  • #40848 - devmode breaks when updating pom.xml
  • #40852 - @CacheResult with method returning Uni makes cache exceed its maximum size
  • #40857 - WebSocket NEXT: automatically close connection when OIDC extension provides SecurityIdentity and token expires
  • #40914 - Clarify kafka commit strategy "latest" in documentation
  • #40916 - Improve OIDC warning when a session encryption key is generated
  • #40929 - open classes/files listed in devui in IDE
  • #40978 - Kafka commit strategy: clarify risk of message loss on latest
  • #40981 - Params need double URL-safe-encoding for use with WebSocketConnector
  • #40984 - Replace 'bare mortal' with a more idiomatic English expression
  • #40987 - NamedQuery inside repository
  • #40989 - Config doc - Don't enforce the height
  • #40991 - Misspelled url for an webjar resource thows exception instead of 404
  • #40992 - WebSockets Next client: encode path param values automatically
  • #41007 - Make sure quarkusXXXCompileOnlyConfiguration extends from platform configuration
  • #41008 - Add docs note about writing extension with Java and Maven
  • #41014 - Fix open-in-ide
  • #41018 - Fix invalid webjar to show 404
  • #41021 - Docs: Added missing annotation parameter name
  • #41023 - [3.11] Revert "Improve loading of classes in RunnerClassLoader"
  • #41025 - WebSocket Next Server-Side Streaming cancelation

... (truncated)

Commits
  • 10fd503 [RELEASE] - Bump version to 3.11.3
  • 1eef1c7 Merge pull request #41294 from gsmet/3.11.3-backports-2
  • 8b78a0c Upgrade SmallRye BeanBag to 1.5.2
  • a8acdcf Bump io.smallrye.beanbag:smallrye-beanbag-maven from 1.5.0 to 1.5.1
  • d9c35e6 Bump io.smallrye.beanbag:smallrye-beanbag-bom from 1.5.0 to 1.5.1
  • db8c9cb Upgrade SmallRye BeanBag to 1.5.0
  • 8bfc18c Add kafka-version.properties as native image resource
  • b5956f7 Document DateTimeAttribute's %{time, form
  • e6f876c Fix index.html for compat before 3.9 and dynamic index
  • 0d58d4c Fix two Date issues regarding preconditions
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-panache-common from 3.10.2 to 3.11.3

Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | io.quarkus.platform:quarkus-maven-plugin | [>= 3.9.a, < 3.10] | | io.quarkus:quarkus-bom | [>= 3.9.a, < 3.10] | | io.quarkus:quarkus-extension-maven-plugin | [>= 3.9.a, < 3.10] | | io.quarkus:quarkus-extension-processor | [>= 3.9.a, < 3.10] | | io.quarkus:quarkus-maven-plugin | [>= 3.9.a, < 3.10] |

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 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)
dependabot[bot] commented 4 days ago

Superseded by #1834.