|
Change Parameter Type entry : CoarseAuthenticationEntry<A,D,L> to entry : AuthenticationEntry<A,D,L> in method public writeObject(output ObjectOutput, entry AuthenticationEntry<A,D,L>) : void in class org.wildfly.clustering.web.infinispan.sso.AuthenticationEntryExternalizer |
From |
To |
|
Change Parameter Type event : CacheEntryPassivatedEvent<String,?> to event : CacheEntryPassivatedEvent<SessionCreationMetaDataKey,?> in method public passivated(event CacheEntryPassivatedEvent<SessionCreationMetaDataKey,?>) : void in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManager |
From |
To |
|
Change Parameter Type attributeCache : Cache<SessionAttributeCacheKey,V> to attributeCache : Cache<SessionAttributeKey,V> in method public FineImmutableSessionAttributes(id String, attributeCache Cache<SessionAttributeKey,V>, marshaller Marshaller<Object,V,MarshallingContext>) in class org.wildfly.clustering.web.infinispan.session.fine.FineImmutableSessionAttributes |
From |
To |
|
Change Parameter Type lifetime : long to lifetime : Duration in method private createNewTotals(totals Map.Entry<Duration,Long>, lifetime Duration) : Map.Entry<Duration,Long> in class org.wildfly.clustering.web.undertow.session.RecordableInactiveSessionStatistics |
From |
To |
|
Change Parameter Type event : CacheEntryActivatedEvent<String,?> to event : CacheEntryActivatedEvent<SessionCreationMetaDataKey,?> in method public activated(event CacheEntryActivatedEvent<SessionCreationMetaDataKey,?>) : void in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManager |
From |
To |
|
Change Parameter Type attributeCache : Cache<SessionAttributeCacheKey,V> to attributeCache : Cache<SessionAttributeKey,V> in method public FineSessionAttributes(id String, attributeCache Cache<SessionAttributeKey,V>, marshaller Marshaller<Object,V,MarshallingContext>) in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionAttributes |
From |
To |
|
Change Parameter Type totals : Map.Entry<Long,Long> to totals : Map.Entry<Duration,Long> in method private createNewTotals(totals Map.Entry<Duration,Long>, lifetime Duration) : Map.Entry<Duration,Long> in class org.wildfly.clustering.web.undertow.session.RecordableInactiveSessionStatistics |
From |
To |
|
Change Parameter Type metaData : SessionMetaData to metaData : SessionCreationMetaData in method public SessionCreationMetaDataEntry(metaData SessionCreationMetaData) in class org.wildfly.clustering.web.infinispan.session.SessionCreationMetaDataEntry |
From |
To |
|
Change Parameter Type metaData : SessionMetaData to metaData : SessionAccessMetaData in method public writeObject(output ObjectOutput, metaData SessionAccessMetaData) : void in class org.wildfly.clustering.web.infinispan.session.SessionAccessMetaDataExternalizer |
From |
To |
|
Change Parameter Type cache : Cache<String,?> to cache : Cache<? extends Key<String>,?> in method private schedule(cache Cache<? extends Key<String>,?>, oldLocality Locality, newLocality Locality) : void in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManager |
From |
To |
|
Change Parameter Type key : CoarseSessionsKey to key : SessionAttributeKey in method public writeObject(output ObjectOutput, key SessionAttributeKey) : void in class org.wildfly.clustering.web.infinispan.session.fine.SessionAttributeKeyExternalizer |
From |
To |
|
Change Parameter Type event : CacheEntryRemovedEvent<String,?> to event : CacheEntryRemovedEvent<SessionCreationMetaDataKey,?> in method public removed(event CacheEntryRemovedEvent<SessionCreationMetaDataKey,?>) : void in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManager |
From |
To |
|
Change Parameter Type entry : MutableCacheEntry<FineSessionCacheEntry<L>> to entry : FineSessionEntry<L> in method public createImmutableSession(id String, entry FineSessionEntry<L>) : ImmutableSession in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionFactory |
From |
To |
|
Change Parameter Type cache : Cache<K,?> to cache : Cache<Key<K>,?> in method public AffinityIdentifierFactory(factory IdentifierFactory<K>, cache Cache<Key<K>,?>, affinityFactory KeyAffinityServiceFactory) in class org.wildfly.clustering.web.infinispan.AffinityIdentifierFactory |
From |
To |
|
Change Parameter Type event : DataRehashedEvent<String,?> to event : DataRehashedEvent<SessionCreationMetaDataKey,?> in method public dataRehashed(event DataRehashedEvent<SessionCreationMetaDataKey,?>) : void in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManager |
From |
To |
|
Change Variable Type date : Date to now : Instant in method public getCreationTime() : void in class org.wildfly.clustering.web.undertow.session.DistributableSessionTestCase |
From |
To |
|
Change Variable Type sessionEntry : MutableCacheEntry<CoarseSessionCacheEntry<L>> to accessMetaDataEntry : MutableCacheEntry<SessionAccessMetaData> in method public createImmutableSession(id String, entry CoarseSessionEntry<L>) : ImmutableSession in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory |
From |
To |
|
Change Variable Type value : FineSessionCacheEntry<L> to creationMetaDataEntry : SessionCreationMetaDataEntry<L> in method public findValue(id String) : FineSessionEntry<L> in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionFactory |
From |
To |
|
Change Variable Type generator : KeyGenerator<String> to generator : KeyGenerator<Key<String>> in method public init() : void in class org.wildfly.clustering.web.infinispan.AffinityIdentityFactoryTestCase |
From |
To |
|
Change Variable Type existingEntry : CoarseSessionCacheEntry<L> to existingCreationMetaDataEntry : SessionCreationMetaDataEntry<L> in method public createValue(id String, context Void) : CoarseSessionEntry<L> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory |
From |
To |
|
Change Variable Type sessionEntry : MutableCacheEntry<CoarseSessionCacheEntry<L>> to accessMetaDataEntry : MutableCacheEntry<SessionAccessMetaData> in method public createSession(id String, entry CoarseSessionEntry<L>) : Session<L> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory |
From |
To |
|
Change Variable Type key : SessionAttributesCacheKey to attributesKey : SessionAttributesKey in method public createValue(id String, context Void) : CoarseSessionEntry<L> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory |
From |
To |
|
Change Variable Type sessions : Map.Entry<Long,Long> to sessions : Map.Entry<Duration,Long> in method public record(session ImmutableSession) : void in class org.wildfly.clustering.web.undertow.session.RecordableInactiveSessionStatistics |
From |
To |
|
Change Variable Type totalLifetime : long to totalLifetime : Duration in method private createNewTotals(totals Map.Entry<Duration,Long>, lifetime Duration) : Map.Entry<Duration,Long> in class org.wildfly.clustering.web.undertow.session.RecordableInactiveSessionStatistics |
From |
To |
|
Change Variable Type lifetime : long to lifetime : Duration in method public getMeanSessionLifetime() : Duration in class org.wildfly.clustering.web.undertow.session.RecordableInactiveSessionStatistics |
From |
To |
|
Change Variable Type cache : Cache<String,V> to cache : Cache<Key<String>,?> in method private getSessionFactory(context SessionContext, localContextFactory LocalContextFactory<L>) : SessionFactory<?,L> in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManagerFactory |
From |
To |
|
Change Variable Type keys : Stream<String> to keys : Stream<? extends Key<String>> in method private schedule(cache Cache<? extends Key<String>,?>, oldLocality Locality, newLocality Locality) : void in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManager |
From |
To |
|
Change Variable Type entry : CoarseAuthenticationEntry<A,D,L> to entry : AuthenticationEntry<A,D,L> in method public findValue(id String) : CoarseSSOEntry<A,D,L> in class org.wildfly.clustering.web.infinispan.sso.coarse.CoarseSSOFactory |
From |
To |
|
Change Variable Type date : Date to now : Instant in method public changeSessionId() : void in class org.wildfly.clustering.web.undertow.session.DistributableSessionTestCase |
From |
To |
|
Change Variable Type lifetime : long to lifetime : Duration in method public record(session ImmutableSession) : void in class org.wildfly.clustering.web.undertow.session.RecordableInactiveSessionStatistics |
From |
To |
|
Change Variable Type key : SessionAttributeCacheKey to key : SessionAttributeKey in method public getAttribute(name String) : Object in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionAttributes |
From |
To |
|
Change Variable Type existing : FineSessionCacheEntry<L> to existingAccessMetaData : SessionAccessMetaData in method public createValue(id String, context Void) : FineSessionEntry<L> in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionFactory |
From |
To |
|
Change Variable Type currentMaxLifetime : long to currentMaxLifetime : Duration in method public record(session ImmutableSession) : void in class org.wildfly.clustering.web.undertow.session.RecordableInactiveSessionStatistics |
From |
To |
|
Change Variable Type entry : CoarseAuthenticationEntry<A,D,L> to entry : AuthenticationEntry<A,D,L> in method public createValue(id String, authentication A) : CoarseSSOEntry<A,D,L> in class org.wildfly.clustering.web.infinispan.sso.coarse.CoarseSSOFactory |
From |
To |
|
Change Variable Type authenticationCache : Cache<String,CoarseAuthenticationEntry<A,D,L>> to cache : Cache<Key<String>,?> in method public createSSOManager(identifierFactory IdentifierFactory<String>, localContextFactory LocalContextFactory<L>) : SSOManager<A,D,L,TransactionBatch> in class org.wildfly.clustering.web.infinispan.sso.InfinispanSSOManagerFactory |
From |
To |
|
Change Variable Type attributeCache : Cache<SessionAttributeCacheKey,MarshalledValue<Object,MarshallingContext>> to cache : Cache<Key<String>,?> in method private getSessionFactory(context SessionContext, localContextFactory LocalContextFactory<L>) : SessionFactory<?,L> in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManagerFactory |
From |
To |
|
Change Variable Type totals : Map.Entry<Long,Long> to totals : Map.Entry<Duration,Long> in method public getMeanSessionLifetime() : Duration in class org.wildfly.clustering.web.undertow.session.RecordableInactiveSessionStatistics |
From |
To |
|
Change Variable Type key : SessionAttributeCacheKey to key : SessionAttributeKey in method public removeAttribute(name String) : Object in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionAttributes |
From |
To |
|
Change Variable Type keys : Stream<String> to keys : Stream<? extends Key<String>> in method private getSessions(flags Flag...) : Set<String> in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManager |
From |
To |
|
Change Variable Type key : SessionAttributeCacheKey to key : SessionAttributeKey in method public setAttribute(name String, attribute Object) : Object in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionAttributes |
From |
To |
|
Change Variable Type key : SessionAttributeCacheKey to key : SessionAttributeKey in method public getAttribute(name String) : Object in class org.wildfly.clustering.web.infinispan.session.fine.FineImmutableSessionAttributes |
From |
To |
|
Change Variable Type cache : Cache<String,?> to cache : Cache<Key<String>,?> in method public createSessionManager(context SessionContext, identifierFactory IdentifierFactory<String>, localContextFactory LocalContextFactory<L>, inactiveSessionRecorder Recordable<ImmutableSession>) : SessionManager<L,TransactionBatch> in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManagerFactory |
From |
To |
|
Change Variable Type key : SessionAttributesCacheKey to attributesKey : SessionAttributesKey in method public findValue(id String) : CoarseSessionEntry<L> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory |
From |
To |
|
Change Variable Type timeout : long to maxInactiveInterval : Duration in method public schedule(session ImmutableSession) : void in class org.wildfly.clustering.web.infinispan.session.SessionExpirationScheduler |
From |
To |
|
Change Variable Type existingEntry : CoarseAuthenticationEntry<A,D,L> to existingEntry : AuthenticationEntry<A,D,L> in method public createValue(id String, authentication A) : CoarseSSOEntry<A,D,L> in class org.wildfly.clustering.web.infinispan.sso.coarse.CoarseSSOFactory |
From |
To |
|
Change Variable Type currentTotals : Map.Entry<Long,Long> to currentTotals : Map.Entry<Duration,Long> in method public record(session ImmutableSession) : void in class org.wildfly.clustering.web.undertow.session.RecordableInactiveSessionStatistics |
From |
To |
|
Change Variable Type result : String to result : Key<String> in method public init() : void in class org.wildfly.clustering.web.infinispan.AffinityIdentityFactoryTestCase |
From |
To |
|
Change Variable Type date : Date to now : Instant in method public getLastAccessedTime() : void in class org.wildfly.clustering.web.undertow.session.DistributableSessionTestCase |
From |
To |
|
Change Variable Type entry : CoarseSessionCacheEntry<L> to creationMetaDataEntry : SessionCreationMetaDataEntry<L> in method public createValue(id String, context Void) : CoarseSessionEntry<L> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory |
From |
To |
|
Change Variable Type cache : Cache<String,?> to cache : Cache<SessionCreationMetaDataKey,?> in method public dataRehashed(event DataRehashedEvent<SessionCreationMetaDataKey,?>) : void in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManager |
From |
To |
|
Change Variable Type lastAccessed : long to lastAccessed : Instant in method public schedule(session ImmutableSession) : void in class org.wildfly.clustering.web.infinispan.session.SessionExpirationScheduler |
From |
To |
|
Rename Variable sessionEntry : MutableCacheEntry<CoarseSessionCacheEntry<L>> to accessMetaDataEntry : MutableCacheEntry<SessionAccessMetaData> in method public createImmutableSession(id String, entry CoarseSessionEntry<L>) : ImmutableSession in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory |
From |
To |
|
Rename Variable authenticationCache : Cache<String,CoarseAuthenticationEntry<A,D,L>> to cache : Cache<Key<String>,?> in method public createSSOManager(identifierFactory IdentifierFactory<String>, localContextFactory LocalContextFactory<L>) : SSOManager<A,D,L,TransactionBatch> in class org.wildfly.clustering.web.infinispan.sso.InfinispanSSOManagerFactory |
From |
To |
|
Rename Variable attributeCache : Cache<SessionAttributeCacheKey,MarshalledValue<Object,MarshallingContext>> to cache : Cache<Key<String>,?> in method private getSessionFactory(context SessionContext, localContextFactory LocalContextFactory<L>) : SessionFactory<?,L> in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManagerFactory |
From |
To |
|
Rename Variable value : FineSessionCacheEntry<L> to creationMetaDataEntry : SessionCreationMetaDataEntry<L> in method public findValue(id String) : FineSessionEntry<L> in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionFactory |
From |
To |
|
Rename Variable existingValue : MarshalledValue<Map<String,Object>,MarshallingContext> to existingAttributesValue : MarshalledValue<Map<String,Object>,MarshallingContext> in method public createValue(id String, context Void) : CoarseSessionEntry<L> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory |
From |
To |
|
Rename Variable existingEntry : CoarseSessionCacheEntry<L> to existingCreationMetaDataEntry : SessionCreationMetaDataEntry<L> in method public createValue(id String, context Void) : CoarseSessionEntry<L> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory |
From |
To |
|
Rename Variable sessionEntry : MutableCacheEntry<CoarseSessionCacheEntry<L>> to accessMetaDataEntry : MutableCacheEntry<SessionAccessMetaData> in method public createSession(id String, entry CoarseSessionEntry<L>) : Session<L> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory |
From |
To |
|
Rename Variable key : SessionAttributesCacheKey to attributesKey : SessionAttributesKey in method public createValue(id String, context Void) : CoarseSessionEntry<L> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory |
From |
To |
|
Rename Variable key : SessionAttributesCacheKey to attributesKey : SessionAttributesKey in method public findValue(id String) : CoarseSessionEntry<L> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory |
From |
To |
|
Rename Variable value : MarshalledValue<Map<String,Object>,MarshallingContext> to attributesValue : MarshalledValue<Map<String,Object>,MarshallingContext> in method public createValue(id String, context Void) : CoarseSessionEntry<L> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory |
From |
To |
|
Rename Variable timeout : long to maxInactiveInterval : Duration in method public schedule(session ImmutableSession) : void in class org.wildfly.clustering.web.infinispan.session.SessionExpirationScheduler |
From |
To |
|
Rename Variable value : MarshalledValue<Map<String,Object>,MarshallingContext> to attributesValue : MarshalledValue<Map<String,Object>,MarshallingContext> in method public findValue(id String) : CoarseSessionEntry<L> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory |
From |
To |
|
Rename Variable date : Date to now : Instant in method public changeSessionId() : void in class org.wildfly.clustering.web.undertow.session.DistributableSessionTestCase |
From |
To |
|
Rename Variable date : Date to now : Instant in method public getLastAccessedTime() : void in class org.wildfly.clustering.web.undertow.session.DistributableSessionTestCase |
From |
To |
|
Rename Variable entry : CoarseSessionCacheEntry<L> to creationMetaDataEntry : SessionCreationMetaDataEntry<L> in method public createValue(id String, context Void) : CoarseSessionEntry<L> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory |
From |
To |
|
Rename Variable date : Date to now : Instant in method public getCreationTime() : void in class org.wildfly.clustering.web.undertow.session.DistributableSessionTestCase |
From |
To |
|
Rename Variable existing : FineSessionCacheEntry<L> to existingAccessMetaData : SessionAccessMetaData in method public createValue(id String, context Void) : FineSessionEntry<L> in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionFactory |
From |
To |
|
Change Return Type SessionAttributeCacheKey to SessionAttributeKey in method protected createKey(attribute String) : SessionAttributeKey in class org.wildfly.clustering.web.infinispan.session.fine.FineImmutableSessionAttributes |
From |
To |
|
Change Return Type Map.Entry<Long,Long> to Map.Entry<Duration,Long> in method private createNewTotals(totals Map.Entry<Duration,Long>, lifetime Duration) : Map.Entry<Duration,Long> in class org.wildfly.clustering.web.undertow.session.RecordableInactiveSessionStatistics |
From |
To |
|
Change Return Type SessionMetaData to SessionCreationMetaData in method public getMetaData() : SessionCreationMetaData in class org.wildfly.clustering.web.infinispan.session.SessionCreationMetaDataEntry |
From |
To |
|
Change Return Type MutableCacheEntry<FineSessionCacheEntry<L>> to FineSessionEntry<L> in method public createValue(id String, context Void) : FineSessionEntry<L> in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionFactory |
From |
To |
|
Change Return Type Date to Instant in method public getCreationTime() : Instant in class org.wildfly.clustering.web.session.ImmutableSessionMetaData |
From |
To |
|
Change Return Type CoarseAuthenticationEntry<A,D,L> to AuthenticationEntry<A,D,L> in method public readObject(input ObjectInput) : AuthenticationEntry<A,D,L> in class org.wildfly.clustering.web.infinispan.sso.AuthenticationEntryExternalizer |
From |
To |
|
Change Return Type SessionAttributesCacheKey to Instant in method public readObject(input ObjectInput) : Instant in class org.wildfly.clustering.marshalling.jboss.InstantExternalizer |
From |
To |
|
Change Return Type Cache<String,?> to Cache<Key<String>,?> in method public getCache() : Cache<Key<String>,?> in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManagerConfiguration |
From |
To |
|
Change Return Type Date to Instant in method public getLastAccessedTime() : Instant in class org.wildfly.clustering.web.infinispan.session.SimpleImmutableSessionMetaData |
From |
To |
|
Change Return Type Date to Instant in method public getLastAccessedTime() : Instant in class org.wildfly.clustering.web.session.ImmutableSessionMetaData |
From |
To |
|
Change Return Type K to Key<K> in method public getKey() : Key<K> in class org.wildfly.clustering.web.infinispan.AffinityIdentifierFactory |
From |
To |
|
Change Return Type long to Duration in method public getMeanSessionLifetime() : Duration in class org.wildfly.clustering.web.undertow.session.RecordableInactiveSessionStatistics |
From |
To |
|
Change Return Type Date to Instant in method public getCreationTime() : Instant in class org.wildfly.clustering.web.infinispan.session.SimpleSessionMetaData |
From |
To |
|
Change Return Type MutableCacheEntry<FineSessionCacheEntry<L>> to FineSessionEntry<L> in method public findValue(id String) : FineSessionEntry<L> in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionFactory |
From |
To |
|
Change Return Type Class<SessionAttributesCacheKey> to Class<? extends Instant> in method public getTargetClass() : Class<? extends Instant> in class org.wildfly.clustering.marshalling.jboss.InstantExternalizer |
From |
To |
|
Change Return Type Class<CoarseAuthenticationEntry<A,D,L>> to Class<AuthenticationEntry<A,D,L>> in method public getTargetClass() : Class<AuthenticationEntry<A,D,L>> in class org.wildfly.clustering.web.infinispan.sso.AuthenticationEntryExternalizer |
From |
To |
|
Change Return Type SessionMetaData to SessionAccessMetaData in method public readObject(input ObjectInput) : SessionAccessMetaData in class org.wildfly.clustering.web.infinispan.session.SessionAccessMetaDataExternalizer |
From |
To |
|
Change Return Type Class<? extends SessionMetaData> to Class<? extends SessionAccessMetaData> in method public getTargetClass() : Class<? extends SessionAccessMetaData> in class org.wildfly.clustering.web.infinispan.session.SessionAccessMetaDataExternalizer |
From |
To |
|
Change Return Type Date to Instant in method public getCreationTime() : Instant in class org.wildfly.clustering.web.infinispan.session.SimpleImmutableSessionMetaData |
From |
To |
|
Change Return Type Date to Instant in method public getLastAccessedTime() : Instant in class org.wildfly.clustering.web.infinispan.session.SimpleSessionMetaData |
From |
To |
|
Change Return Type long to Duration in method public getMeanSessionLifetime() : Duration in class org.wildfly.clustering.web.session.InactiveSessionStatistics |
From |
To |
|
Change Return Type MutableCacheEntry<CoarseSessionCacheEntry<L>> to MutableCacheEntry<SessionAccessMetaData> in method public getMutableSessionAccessMetaDataEntry() : MutableCacheEntry<SessionAccessMetaData> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionEntry |
From |
To |
|
Change Attribute Type affinity : KeyAffinityService<String> to affinity : KeyAffinityService<Key<String>> in class org.wildfly.clustering.web.infinispan.AffinityIdentityFactoryTestCase |
From |
To |
|
Change Attribute Type authenticationCache : Cache<String,CoarseAuthenticationEntry<A,D,L>> to authenticationCache : Cache<AuthenticationKey,AuthenticationEntry<A,D,L>> in class org.wildfly.clustering.web.infinispan.sso.coarse.CoarseSSOFactory |
From |
To |
|
Change Attribute Type sessionEntry : MutableCacheEntry<CoarseSessionCacheEntry<L>> to accessMetaDataEntry : MutableCacheEntry<SessionAccessMetaData> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionEntry |
From |
To |
|
Change Attribute Type cache : Cache<SessionAttributeCacheKey,V> to cache : Cache<SessionAttributeKey,V> in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionAttributes |
From |
To |
|
Change Attribute Type attributeCache : Cache<SessionAttributeCacheKey,MarshalledValue<Object,MarshallingContext>> to attributeCache : Cache<SessionAttributeKey,MarshalledValue<Object,MarshallingContext>> in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionFactory |
From |
To |
|
Change Attribute Type maxInactiveInterval : long to maxInactiveInterval : Duration in class org.wildfly.clustering.web.infinispan.session.SimpleImmutableSessionMetaData |
From |
To |
|
Change Attribute Type defaultMaxInactiveInterval : Time to defaultMaxInactiveInterval : Duration in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManager |
From |
To |
|
Change Attribute Type maxLifetime : AtomicReference<Long> to maxLifetime : AtomicReference<Duration> in class org.wildfly.clustering.web.undertow.session.RecordableInactiveSessionStatistics |
From |
To |
|
Change Attribute Type cache : Cache<String,?> to cache : Cache<? extends Key<String>,?> in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManager |
From |
To |
|
Change Attribute Type metaData : SessionMetaData to metaData : SessionCreationMetaData in class org.wildfly.clustering.web.infinispan.session.SessionCreationMetaDataEntry |
From |
To |
|
Change Attribute Type creationTime : Date to creationTime : Instant in class org.wildfly.clustering.web.infinispan.session.SimpleImmutableSessionMetaData |
From |
To |
|
Change Attribute Type cache : Cache<SessionAttributeCacheKey,V> to cache : Cache<SessionAttributeKey,V> in class org.wildfly.clustering.web.infinispan.session.fine.FineImmutableSessionAttributes |
From |
To |
|
Change Attribute Type filter : SessionIdentifierFilter to filter : SessionCreationMetaDataKeyFilter in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManager |
From |
To |
|
Change Attribute Type maxInactiveInterval : long to maxInactiveInterval : Duration in class org.wildfly.clustering.web.infinispan.session.ScheduleSchedulerCommand |
From |
To |
|
Change Attribute Type attributesCache : Cache<SessionAttributesCacheKey,MarshalledValue<Map<String,Object>,MarshallingContext>> to attributesCache : Cache<SessionAttributesKey,MarshalledValue<Map<String,Object>,MarshallingContext>> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionFactory |
From |
To |
|
Change Attribute Type totals : AtomicReference<Map.Entry<Long,Long>> to totals : AtomicReference<Map.Entry<Duration,Long>> in class org.wildfly.clustering.web.undertow.session.RecordableInactiveSessionStatistics |
From |
To |
|
Change Attribute Type cache : Cache<String,?> to cache : Cache<Key<String>,?> in class org.wildfly.clustering.web.infinispan.AffinityIdentityFactoryTestCase |
From |
To |
|
Change Attribute Type lastAccessedTime : Date to lastAccessedTime : Instant in class org.wildfly.clustering.web.infinispan.session.SimpleImmutableSessionMetaData |
From |
To |
|
Change Attribute Type affinity : KeyAffinityService<K> to affinity : KeyAffinityService<? extends Key<K>> in class org.wildfly.clustering.web.infinispan.AffinityIdentifierFactory |
From |
To |