-
Keycloak - Spring Security on Java 14/15
Keycloak - Spring Security on Java 14/15 by switching to Undertow.
-
Upgrading Keycloak - Spring Security setup from Keycloak 4.8.3.Final to Keycloak 8.0.1
Upgrading Keycloak - Spring Security setup from Keycloak 4.8.3.Final to Keycloak 8.0.2.
-
Integrating Keycloak and Spring Security with Basic Authentication
Integrating Keycloak and Spring Security with Basic Authentication.
-
Registering a Custom UserType with Hibernate 5 Without @Type Annotations Everywhere
When you have a custom
UserType
but do not want to specify@Type
at every usage, you can register the type with Hibernate. -
Lombok - Jackson (de)serializing immutable (@Value) objects
Current Jackson version (2.9.7) and Lombok version (1.18.2) allow (de)serializing immutable objects from Java version 8 when using the Java 8 named parameters option. This is a compiler flag for javac
-parameters
which makes method parameter names available via reflection. -
Accessing Build Properties at Runtime with Spring Boot
Access build properties at runtime.