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.2.3.Final to 3.2.4.Final #1536

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2023

Bumps quarkus.platform.version from 3.2.3.Final to 3.2.4.Final.
Updates io.quarkus:quarkus-bom from 3.2.3.Final to 3.2.4.Final

Release notes

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

3.2.4.Final

Complete changelog

  • #35300 - Fix jandex-gradle-plugin-version in CDI Reference
  • #35296 - Upgrade H2 to 2.2.220
  • #35258 - CDI Reference 1.1 has incomplete information for gradle
  • #35255 - Quartz: QuarkusMSSQLDelegate should extends MSSQLDelegate
  • #35211 - Document Maven config options that may be relevant when running tests
  • #35203 - Pass Maven user settings when initializing artifact resolver
  • #35193 - OpenTelemetry service name should have higher priority than app name when no resource attributes are set
  • #35189 - Quarkus CLI fixes
  • #35188 - SmallRyeGraphQLOverWebSocketHandler: use order value > Integer.MIN_VALUE
  • #35181 - REST Data with Panache should not produce links when hal is disabled
  • #35174 - Ensure the narayana-jta extension fully shuts down the recovery manager
  • #35172 - Kafka Streams: restore the feature name at Quarkus startup
  • #35171 - kafka-streams: feature not listed on startup
  • #35165 - Propagate all user methods in REST Data with Panache
  • #35160 - Properly use internal links to point to other guides
  • #35140 - ArC: fix deadlock when calling guarded methods on the same thread
  • #35136 - Deadlock while calling write-locked method from read-locked method
  • #34908 - @RouteFilter stopped working with WebSocket requests Quarkus 3.2.0.Final
  • #34875 - Quarkus build does not work since 3.2.0 with teamcity/plexus launcher
  • #34713 - Option to track build configuration for changes between builds
  • #34576 - Live reload stopped working on 3.2 when using XA transactions
  • #34514 - Support @WithUnnamedKey in documentation
  • #34065 - Add support for project Java version update based on extensions
  • #33317 - OpenTelemetry SDK autoconfiguration ignores OTEL service name in favor of Quarkus app name
  • #15461 - Quarkus tests fails mTLS authentication against internal Maven repository
Commits
  • 06908fa [RELEASE] - Bump version to 3.2.4.Final
  • 328abbc Merge pull request #35297 from gsmet/3.2.4-backports-1
  • 45dd9e7 Dev UI: Change log stream test to use less common logger
  • b48be6c Pass Maven user settings when initializing artifact resolver
  • 3747c0d An option to record and dump all used build time config options and a
  • 1b9a4c4 Fix jandex-gradle-plugin-version in CDI Reference
  • 8022a3f Upgrade H2 to 2.2.220
  • 63c7aa5 Higher timeouts for native CI
  • 63bff4e Quartz: QuarkusMSSQLDelegate should extends MSSQLDelegate
  • 799c2d9 Fix OpenTelemetry svc name precedence and improve test covergae
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.2.3.Final to 3.2.4.Final

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.2.3.Final to 3.2.4.Final.

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.2.3.Final to 3.2.4.Final

---
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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 11, 2023
@sonarcloud
Copy link

sonarcloud bot commented Aug 11, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

warning The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

@MikeEdgar MikeEdgar added this to the 3.5.1 milestone Aug 11, 2023
@MikeEdgar MikeEdgar merged commit 71f7c1e into main Aug 11, 2023
8 checks passed
@dependabot dependabot bot deleted the dependabot/maven/quarkus.platform.version-3.2.4.Final branch August 11, 2023 23:06
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.

None yet

1 participant