keycloak-scim/adapters/oidc/adapter-core
Hynek Mlnarik 27f145969f KEYCLOAK-7936 Prevent registration of the same node
The root cause is that NodesRegistrationManagement.tryRegister can be
called from multiple threads on the same node, so it can require
registration of the same node multiple times. Hence once it turns to
tasks that invoke sendRegistrationEvent (called sequentially), the same
check has been added to that method to prevent multiple invocations on
server side, or invocation upon undeployment/termination.
2018-12-05 12:34:17 +01:00
..
src KEYCLOAK-7936 Prevent registration of the same node 2018-12-05 12:34:17 +01:00
pom.xml Prepare for 4.8.0.Final 2018-12-04 13:54:25 +01:00