keycloak-scim/services
Robert Schuh 843bbf1bb3 KEYCLOAK-18852 Prevent NPE in case of missing truststore
even though the "return null" at the top of the method is called if no truststore is set, the finally block is still executed. And since the keystore is not there an NPE is thrown when calling the remove method.
2021-07-21 14:13:22 +02:00
..
src KEYCLOAK-18852 Prevent NPE in case of missing truststore 2021-07-21 14:13:22 +02:00
pom.xml Set version to 15.0.0-SNAPSHOT 2021-06-18 10:42:27 +02:00