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
<micrometer.version>1.14.4</micrometer.version><!-- keep in sync with hdrhistogram: https://central.sonatype.com/artifact/io.micrometer/micrometer-core -->
35
+
<micrometer.version>1.14.5</micrometer.version><!-- keep in sync with hdrhistogram: https://central.sonatype.com/artifact/io.micrometer/micrometer-core -->
36
36
<hdrhistogram.version>2.2.2</hdrhistogram.version><!-- keep in sync with micrometer -->
37
37
<google-auth.version>0.22.0</google-auth.version>
38
38
<graphql-java.version>22.2</graphql-java.version> <!-- keep in sync with smallrye-graphql -->
@@ -177,7 +177,7 @@
177
177
<mockito.version>5.15.2</mockito.version>
178
178
<jna.version>5.8.0</jna.version><!-- should satisfy both testcontainers and mongodb -->
<apicurio-common-rest-client.version>0.1.18.Final</apicurio-common-rest-client.version> <!-- must be the version Apicurio Registry uses -->
198
-
<testcontainers.version>1.20.5</testcontainers.version> <!-- Make sure to also update docker-java.version to match its needs -->
198
+
<testcontainers.version>1.20.6</testcontainers.version> <!-- Make sure to also update docker-java.version to match its needs -->
199
199
<docker-java.version>3.4.1</docker-java.version> <!-- must be the version Testcontainers use: https://central.sonatype.com/artifact/org.testcontainers/testcontainers -->
200
200
<!-- Check the compatibility matrix (https://github.com/opensearch-project/opensearch-testcontainers) before upgrading: -->
When the result the `userPublic` method is serialized, the `id` field will not be contained in the response as the `Public` view does not include it.
1627
+
When the result of the `userPublic` method is serialized, the `id` field will not be contained in the response as the `Public` view does not include it.
1628
1628
The result of `userPrivate` however will include the `id` as expected when serialized.
<1> For `keycloak.version`, ensure the version is `26.0.7` or later.
322
+
<1> For `keycloak.version`, ensure the version is `26.1.3` or later.
324
323
<2> For Keycloak keystore, use the `keycloak-keystore.jks` file located at https://github.com/quarkusio/quarkus-quickstarts/blob/main/security-keycloak-authorization-quickstart/config/keycloak-keystore.jks[quarkus-quickstarts/security-keycloak-authorization-quickstart/config].
0 commit comments