|
Change Parameter Type cache : Cache<String,SessionEntity> to cache : Cache<String,SessionEntityWrapper> in method protected doRunCacheCommand(session KeycloakSession, cache Cache<String,SessionEntityWrapper>) : void in class org.keycloak.testsuite.util.cli.AbstractSessionCacheCommand.RemoveCommand |
From |
To |
|
Change Parameter Type cache : Cache<String,SessionEntity> to cache : Cache<String,SessionEntityWrapper> in method protected doRunCacheCommand(session KeycloakSession, cache Cache<String,SessionEntityWrapper>) : void in class org.keycloak.testsuite.util.cli.AbstractSessionCacheCommand.SizeCommand |
From |
To |
|
Change Parameter Type cache : Cache<String,SessionEntity> to cache : Cache<String,SessionEntityWrapper> in method protected doRunCacheCommand(session KeycloakSession, cache Cache<String,SessionEntityWrapper>) : void in class org.keycloak.testsuite.util.cli.AbstractSessionCacheCommand.CreateManySessionsCommand |
From |
To |
|
Change Parameter Type cache : Cache<String,SessionEntity> to cache : Cache<String,SessionEntityWrapper> in method protected doRunCacheCommand(session KeycloakSession, cache Cache<String,SessionEntityWrapper>) : void in class org.keycloak.testsuite.util.cli.AbstractSessionCacheCommand.ClearCommand |
From |
To |
|
Change Parameter Type cache : Cache<String,SessionEntity> to cache : Cache<String,SessionEntityWrapper> in method protected doRunCacheCommand(session KeycloakSession, cache Cache<String,SessionEntityWrapper>) : void in class org.keycloak.testsuite.util.cli.AbstractSessionCacheCommand.GetLocalCommand |
From |
To |
|
Change Parameter Type cache : Cache<String,SessionEntity> to cache : Cache<String,SessionEntityWrapper> in method protected doRunCacheCommand(session KeycloakSession, cache Cache<String,SessionEntityWrapper>) : void in class org.keycloak.testsuite.util.cli.AbstractSessionCacheCommand.ListCommand |
From |
To |
|
Change Parameter Type cache : Cache<String,SessionEntity> to cache : Cache<String,SessionEntityWrapper> in method protected doRunCacheCommand(session KeycloakSession, cache Cache<String,SessionEntityWrapper>) : void in class org.keycloak.testsuite.util.cli.AbstractSessionCacheCommand.SizeLocalCommand |
From |
To |
|
Change Parameter Type cache : Cache<String,SessionEntity> to cache : Cache<String,SessionEntityWrapper> in method protected doRunCacheCommand(session KeycloakSession, cache Cache<String,SessionEntityWrapper>) : void in class org.keycloak.testsuite.util.cli.AbstractSessionCacheCommand.CreateManySessionsProviderCommand |
From |
To |
|
Change Parameter Type cache : Cache<String,SessionEntity> to cache : Cache<String,SessionEntityWrapper> in method protected abstract doRunCacheCommand(session KeycloakSession, cache Cache<String,SessionEntityWrapper>) : void in class org.keycloak.testsuite.util.cli.AbstractSessionCacheCommand |
From |
To |
|
Change Parameter Type cache : Cache<String,SessionEntity> to cache : Cache<String,SessionEntityWrapper> in method protected doRunCacheCommand(session KeycloakSession, cache Cache<String,SessionEntityWrapper>) : void in class org.keycloak.testsuite.util.cli.AbstractSessionCacheCommand.GetMultipleCommand |
From |
To |
|
Change Parameter Type cache : Cache<String,SessionEntity> to cache : Cache<String,SessionEntityWrapper> in method protected doRunCacheCommand(session KeycloakSession, cache Cache<String,SessionEntityWrapper>) : void in class org.keycloak.testsuite.util.cli.AbstractSessionCacheCommand.PutCommand |
From |
To |
|
Change Parameter Type cache : Cache<String,SessionEntity> to cache : Cache<String,SessionEntityWrapper> in method protected doRunCacheCommand(session KeycloakSession, cache Cache<String,SessionEntityWrapper>) : void in class org.keycloak.testsuite.util.cli.AbstractSessionCacheCommand.GetCommand |
From |
To |
|
Change Variable Type ispnCache : Cache<String,SessionEntity> to ispnCache : Cache<String,SessionEntityWrapper> in method protected doRunCommand(session KeycloakSession) : void in class org.keycloak.testsuite.util.cli.AbstractSessionCacheCommand |
From |
To |
|
Change Variable Type initializer : BaseCacheInitializer to initializer : InfinispanCacheInitializer in method private loadSessionsFromRemoteCache(sessionFactory KeycloakSessionFactory, cacheName String, sessionsPerSegment int, maxErrors int) : void in class org.keycloak.models.sessions.infinispan.InfinispanUserSessionProviderFactory |
From |
To |
|
Change Variable Type entry : Map.Entry<?,?> to entry : Map.Entry<byte[],byte[]> in method public loadSessions(session KeycloakSession, first int, max int) : boolean in class org.keycloak.models.sessions.infinispan.remotestore.RemoteCacheSessionsLoader |
From |
To |