Couchbase Quarkus Release Notes
Release notes for the Couchbase Quarkus Java Extension.
Couchbase Quarkus 1.1 Releases
New Features
-
Added a configuration item for
preferredServerGroup
to theapplication.properties
file.
Improvements
-
Upgraded Couchbase Java SDK from 3.7.7 → 3.8.0
-
Upgraded
metrics-micrometer
from 0.7.6 → 0.8.0 -
Upgraded Quarkus from 3.17.5 → 3.20.0
-
Upgraded
@ConfigMapping
to use the new@ConfigRoot
(removedAlegacyConfigRoot=true
compiler argument) -
Removed Graal compiler arguments from
native-image.properties
in favor of aBuildStep
.