You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Quarkus Platform and Group to v3.21.0 (#10606)
* Update Quarkus Platform and Group to v3.21.0
* adopt license-binary-dist
* Update Quarkus built-time configs for dev-mode
Fixes `quarkus.devservices.enabled is set to 'false' but it is build time fixed to 'true'. Did you change the property quarkus.devservices.enabled after building the application?`
* Add quarkus-vault* as independent deps to enable use of non-platform Quarkus bom
* (Non-platform) Quarkus requires AWSSDK `url-connection-client` as an explicit dependency
* Remove `@StaticInitSafe`
This is rather a workaround than a necessity.
It works around [Quarkus issue 47007](quarkusio/quarkus#47007), but also another one:
Mapped configs having `@StaticInitSafe` being rejected by Quarkus 3.21.0 (`SRCFG00027: Could not find a mapping for ...`) despite all properties having `@WithDefault` annotations.
There is no runtime impact on removing `@StaticInitSafe` even for `@RequestScoped` beans getting those configs injected - it's always the same mapped config bean instance (same Java object).
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Stupp <[email protected]>
Copy file name to clipboardexpand all lines: servers/quarkus-config/src/main/java/org/projectnessie/quarkus/config/QuarkusNessieAuthenticationConfig.java
Copy file name to clipboardexpand all lines: servers/quarkus-config/src/main/java/org/projectnessie/quarkus/config/QuarkusNessieAuthorizationConfig.java
0 commit comments