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

Update Quarkus to v2.13.0.Final #108

Merged
merged 1 commit into from
Oct 3, 2022
Merged

Update Quarkus to v2.13.0.Final #108

merged 1 commit into from
Oct 3, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 3, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.quarkus:quarkus-maven-plugin 2.12.2.Final -> 2.13.0.Final age adoption passing confidence
io.quarkus:quarkus-universe-bom 2.12.2.Final -> 2.13.0.Final age adoption passing confidence

Release Notes

quarkusio/quarkus

v2.13.0.Final

Compare Source

Complete changelog
  • #​28105 - Remove leftover error messages from CSRF Reactive filter
  • #​28101 - Allow to change Keycloak start command and show its logs
  • #​28084 - Drop "deployment" dependency on org.graalvm.nativeimage.impl package
  • #​28081 - Fix codestart properties with yaml null key
  • #​28062 - Ignore RESTEasy Classic providers found on classpath
  • #​28061 - With disabled proactive sec., only create sec. identity when required
  • #​28059 - Add more OIDC debug messages
  • #​28056 - Include null value in the mget and hmget command responses
  • #​28055 - ArC - fix behavior of List injection with io.quarkus.arc.All qualifier
  • #​28051 - Qute - support whitespace characters in literals for bracket notation
  • #​28050 - Bump smallrye-jwt version to 3.5.4
  • #​28049 - Redis client filters the null values with the mget command
  • #​28047 - Promote Spring Data REST to stable
  • #​28045 - Bump log4j from 2.18.0 to 2.19.0
  • #​28044 - Relax testing constraints on certain dates tests
  • #​28041 - RESTEasy Reactive - Prefer application-supplied provider over a pre-packaged one
  • #​28040 - RR treat providers from class path differently than REST Easy classic
  • #​28038 - OpenShift - Fix missing path to JAR that breaks app start
  • #​28037 - OpenShift - Fix missing JAR path
  • #​28030 - Link Keycloak API documentation
  • #​28025 - Introduce enableRecovery in Nayarana extension
  • #​28023 - OIDC: Preserve the refresh token if no new refresh token is returned
  • #​28020 - QDOCS-31: Fix image sizing - draft 2
  • #​28003 - Don't merge - Revert "Improve Narayana recovery manager service and integrate it with agroal"
  • #​28002 - WIP - Revert Narayana recovery manager service
  • #​27998 - Remove keycloak-admin-client dep from the keycloak-authorization test
  • #​27993 - Filter out log lines coming from Narayana recovery service startup
  • #​27991 - Native image generation failure for integration-tests/keycloak-authorization in resteasy-reactive
  • #​27987 - New Info Log Messages since 2.13.0.CR1
  • #​27982 - Unused Narayana is started upon application start
  • #​27981 - Detect MessageBodyReader/Writer from META-INF/services/javax.ws.rs.ext.Providers
  • #​27973 - Stable Funqy Knative Events
  • #​27972 - QDOCS-31: Fix image sizing and alignment
  • #​27970 - CloudEvent deserialization does not work with quarkus-resteasy-reactive
  • #​27968 - Improve OIDC code flow tests
  • #​27961 - Ensure that @​ClientHeaderParam works when the rest client contains a method with a primitive return type
  • #​27960 - Replace usage of NeverInline in jdbc-pgsql
  • #​27959 - OIDC scenarion with authorization using @ClientHeaderParam doesn't work after move to reactive
  • #​27925 - Resteasy Rest Client: Fix truststore password issue with Vert.x
  • #​27922 - Update to proton-j 0.34.0
  • #​27921 - Adjust 'challenge' selection so that custom auth mechanism is called
  • #​27920 - Point to configuration of popular email services
  • #​27917 - Enable the registration of @​LoggingFilter classes via CDI
  • #​27915 - Bump Dekorate to 2.11.3
  • #​27873 - kafka-panache-reactive-quickstart fails after #​27802
  • #​27840 - Add first version of the guide for writing REST microservices using virtual threads
  • #​27791 - JPAFunctionalityInGraalITCase.verifyJdkXmlParsersHavebeenEcludedFromNative test fails with GraalVM 22.3.0-dev
  • #​27753 - quarkus-oidc loses a refresh token if the provider does not recycle it during the refresh token grant
  • #​27432 - Docs: Optimized introduction of OIDC Bearer Token Authorization document
  • #​27316 - quarkus.http.auth.proactive = false and @​PermitAll still trigger custom auth
  • #​27180 - Unable to Overwrite Response using Security-JPA & RestEasy-Classic
  • #​26892 - Quarkus NativeImageBuildStep fails with perm denied with docker rootless
  • #​26890 - Quarkus NativeImageBuildStep fails with perm denied with docker rootless
  • #​26369 - Generate Quarkus Maven Plugin Config Docs
  • #​1204 - Quarkus maven extension - list of available targets + details

v2.12.3.Final

Compare Source

Complete changelog
  • #​28069 - Fix some minor issues in rabbitmq-reference.adoc
  • #​28048 - Make com.ibm.icu:icu4j parent first
  • #​28043 - Add guide in webjar locator
  • #​28036 - Add a specific codec for byte arrays
  • #​28029 - Redis GET with byte[] as type leads to unmarshaling exception
  • #​28008 - Fix the broken link in security-oidc-client.adoc
  • #​28000 - DevMojo add only properties from the quarkus namespace
  • #​27989 - Upgrade to Hibernate Search 6.1.7.Final
  • #​27965 - Fixed maven commands in kafka-reactive-getting-started.adoc
  • #​27916 - Change visibility of GeoSearchArgs.fromMember(...) to public
  • #​27914 - ArC - fix @​TransientReference destruction
  • #​27913 - quarkus-redis-client: 'fromCoordinate(double, double)' has private access in 'io.quarkus.redis.datasource.geo.GeoSearchArgs' blocking my usage of geosearch FROMLONLAT
  • #​27906 - @​TransientReference results in @​Dispose method being called multiple times
  • #​27898 - Properly support generic bounds for ParamConverterProvider classes
  • #​27896 - Ensure that Mongo DNS lookup does not happen on the event loop
  • #​27892 - resteasy-reactive: ParamConverter+Kotlin+ResteasyReactice+List leads to java.lang.ClassNotFoundException on startup (Regression since 2.12)
  • #​27885 - Fix request context leak in the Funqy Knative runtime
  • #​27884 - quarkus-config: Maven-Property conflicts with 'prefix' (Regression since Quarkus 2.12)
  • #​27627 - MongoDB driver failing DNS Lookup
quarkusio/quarkus-platform

v2.13.0.Final

Compare Source

v2.12.3.Final

Compare Source


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@JohT JohT merged commit 9e7b309 into master Oct 3, 2022
@JohT JohT deleted the renovate/quarkus branch October 3, 2022 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant