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.2.Final to 3.2.3.Final #1527

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

3.2.3.Final

Complete changelog

  • #35131 - Unlist Security JPA Common
  • #35130 - Also support Universe BOM
  • #35129 - Support user methods with @Transactional in REST Data with Panache ORM
  • #35120 - Upgrade to Hibernate Search 6.2.0.Final in Quarkus 3.2
  • #35119 - Properly resolve @TestProfile when using nested tests in base classes
  • #35114 - Keep META-INF/MANIFEST.MF in the bootstrap Gradle resolver artifact
  • #35112 - Testing - fix MockitoConfig(convertScopes = true)
  • #35107 - User methods requiring a transaction in Hibernate ORM does not work for interfaces of Panache REST Data extension
  • #35104 - @Nested tests in a superclass do not work with test profiles
  • #35101 - Docs: fix typo in duplicated context guide
  • #35087 - Take into account container element constraints in config mapping validation
  • #35081 - Email validator on collection element not found after upgrade to Quarkus 3
  • #35080 - Mocking Singleton does not work even when using @MockitoConfig(convertScopes = true)
  • #35067 - Set analytics filter logs to debug
  • #35061 - Fix join message in websocket quickstart
  • #35060 - Add clear error message when Reactive REST Client used outside of Quarkus
  • #35059 - Stylistic Loggin guide tweaks
  • #35057 - Update graal-sdk to 23.0.1 to enable Java 11 compatibility
  • #35054 - Upgrade graal-sdk version to 23.0.1
  • #35040 - Fix Keycloak token address in OIDC DevUI script
  • #35029 - Keycloak dev services uses wrong token url for client_credentials grant type
  • #35022 - Fixing and adding missing abstracts in the Logging guide
  • #35015 - Limit List transformation in Spring DI module
  • #35013 - Fix sidecars resource requirements properties in Kubernetes
  • #35011 - @ConfigProperty injection semantics change when quarkus-spring-di is present and @Inject is used (regression in Quarkus 3)
  • #35009 - Upgrade to SmallRye Fault Tolerance 6.2.6
  • #35006 - quarkus-kubernetes Extension ignores multiple sidecars properties
  • #35005 - Fix OIDC token verification failure message
  • #34999 - Allow to exclude classes in REST Data with Panache with annotations
  • #34997 - Document HttpServerOptionsCustomizer
  • #34994 - OIDC UserInfo request must not be made if the token verification fails
  • #34993 - OIDC UserInfo endpoint is called even if the token verification fails
  • #34992 - Document usage of HttpServerOptionsCustomizer
  • #34991 - Upgrade to Hibernate ORM 6.2.7.Final and Hibernate Reactive 2.0.4.Final
  • #34987 - Ensure Kubernetes manifests are generated in the project location
  • #34986 - Quarkus is affected by criteria query issue in Hibernate
  • #34952 - Logging configuration stylistic review
  • #34951 - Improve Javadoc of @CustomSerialization
  • #34948 - Apply JavaPlugin on the deployment project
  • #34945 - Fix Openshift deployments when using a custom output directory
  • #34944 - Backport: Add option to produce PIE native binaries
  • #34938 - @UnlessBuildProperty is ignored on PanacheEntityResource
  • #34936 - Update RabbitMQ DevServices container to 3.12
  • #34917 - Fix issue of e.getCause() returns null
  • #34906 - Allow the use of HTTP2 in programmatically created REST Client
  • #34904 - Dev UI Scheduler: Fix screen height

... (truncated)

Commits
  • 0725349 [RELEASE] - Bump version to 3.2.3.Final
  • e8ce818 Merge pull request #35149 from gsmet/3.2.3-backports-2
  • 7a94383 Also support Universe BOM
  • 1ab8bea Keep META-INF/MANIFEST.MF in the bootstrap Gradle resolver artifact
  • d42d14c Unlist Security JPA Common
  • 6129f7f Support user methods with @​Transactional in REST Data with Panache ORM
  • 0604be0 Properly resolve @TestProfile when using nested tests in base classes
  • 8d6578a Hibernate Reactive Panache: open session on demand for repositories
  • cf7630a Testing - fix MockitoConfig(convertScopes = true)
  • e8cb64a Docs: fix typo in duplicated ctx guide
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.2.2.Final to 3.2.3.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 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 dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 2, 2023
@MikeEdgar MikeEdgar added this to the 3.5.1 milestone Aug 3, 2023
@MikeEdgar MikeEdgar enabled auto-merge (squash) August 3, 2023 10:42
@dependabot dependabot bot force-pushed the dependabot/maven/quarkus.platform.version-3.2.3.Final branch from 5248491 to df4b963 Compare August 3, 2023 10:42
Bumps `quarkus.platform.version` from 3.2.2.Final to 3.2.3.Final.

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.2.2.Final to 3.2.3.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 force-pushed the dependabot/maven/quarkus.platform.version-3.2.3.Final branch from df4b963 to 7c32edb Compare August 3, 2023 10:53
@MikeEdgar MikeEdgar merged commit 89e6a50 into main Aug 3, 2023
6 checks passed
@dependabot dependabot bot deleted the dependabot/maven/quarkus.platform.version-3.2.3.Final branch August 3, 2023 11:11
@sonarcloud
Copy link

sonarcloud bot commented Aug 3, 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.19) 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

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