|
Change Parameter Type cache : Cache<SessionAttributesKey,MarshalledValue<Map<String,Object>,MarshallingContext>> to cache : Cache<SessionAttributesKey,V> in method public CoarseSessionAttributesFactory(cache Cache<SessionAttributesKey,V>, marshaller Marshaller<Map<String,Object>,V>, properties CacheProperties) in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionAttributesFactory |
From |
To |
|
Change Parameter Type marshaller : Marshaller<Map<String,Object>,MarshalledValue<Map<String,Object>,MarshallingContext>> to marshaller : Marshaller<Map<String,Object>,V> in method public CoarseSessionAttributesFactory(cache Cache<SessionAttributesKey,V>, marshaller Marshaller<Map<String,Object>,V>, properties CacheProperties) in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionAttributesFactory |
From |
To |
|
Change Parameter Type config : InfinispanSessionManagerFactoryConfiguration to config : InfinispanSessionManagerFactoryConfiguration<C> in method public InfinispanSessionManagerFactory(config InfinispanSessionManagerFactoryConfiguration<C>) in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManagerFactory |
From |
To |
|
Change Parameter Type entry : Map.Entry<Map<String,Object>,MarshalledValue<Map<String,Object>,MarshallingContext>> to entry : Map.Entry<Map<String,Object>,V> in method public createSessionAttributes(id String, entry Map.Entry<Map<String,Object>,V>) : SessionAttributes in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionAttributesFactory |
From |
To |
|
Change Parameter Type marshaller : Marshaller<A,MarshalledValue<A,MarshallingContext>> to marshaller : Marshaller<A,AV> in method public InfinispanSSOFactory(cache Cache<AuthenticationKey,AuthenticationEntry<AV,L>>, marshaller Marshaller<A,AV>, localContextFactory LocalContextFactory<L>, sessionsFactory SessionsFactory<SV,D>, lockOnRead boolean) in class org.wildfly.clustering.web.infinispan.sso.InfinispanSSOFactory |
From |
To |
|
Change Parameter Type cache : Cache<AuthenticationKey,AuthenticationEntry<A,L>> to cache : Cache<AuthenticationKey,AuthenticationEntry<AV,L>> in method public InfinispanSSOFactory(cache Cache<AuthenticationKey,AuthenticationEntry<AV,L>>, marshaller Marshaller<A,AV>, localContextFactory LocalContextFactory<L>, sessionsFactory SessionsFactory<SV,D>, lockOnRead boolean) in class org.wildfly.clustering.web.infinispan.sso.InfinispanSSOFactory |
From |
To |
|
Change Parameter Type configuration : SessionManagerFactoryConfiguration to configuration : SessionManagerFactoryConfiguration<C> in method public InfinispanSessionManagerFactoryBuilder(configuration SessionManagerFactoryConfiguration<C>) in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManagerFactoryBuilder |
From |
To |
|
Change Parameter Type attributeCache : Cache<SessionAttributeKey,MarshalledValue<Object,MarshallingContext>> to attributeCache : Cache<SessionAttributeKey,V> in method public FineSessionAttributesFactory(namesCache Cache<SessionAttributeNamesKey,SessionAttributeNamesEntry>, attributeCache Cache<SessionAttributeKey,V>, marshaller Marshaller<Object,V>, properties CacheProperties) in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionAttributesFactory |
From |
To |
|
Change Parameter Type entry : Map.Entry<Map<String,Object>,MarshalledValue<Map<String,Object>,MarshallingContext>> to entry : Map.Entry<Map<String,Object>,V> in method public createImmutableSessionAttributes(id String, entry Map.Entry<Map<String,Object>,V>) : ImmutableSessionAttributes in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionAttributesFactory |
From |
To |
|
Change Parameter Type authentication : MarshalledValue<A,MarshallingContext> to authentication : V in method public AuthenticationEntry(authentication V) in class org.wildfly.clustering.web.infinispan.sso.AuthenticationEntry |
From |
To |
|
Change Parameter Type marshaller : Marshaller<Object,MarshalledValue<Object,MarshallingContext>> to marshaller : Marshaller<Object,V> in method public FineSessionAttributesFactory(namesCache Cache<SessionAttributeNamesKey,SessionAttributeNamesEntry>, attributeCache Cache<SessionAttributeKey,V>, marshaller Marshaller<Object,V>, properties CacheProperties) in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionAttributesFactory |
From |
To |
|
Change Parameter Type config : SessionManagerFactoryConfiguration to config : SessionManagerFactoryConfiguration<C> in method public getBuilder(config SessionManagerFactoryConfiguration<C>) : CapabilityServiceBuilder<SessionManagerFactory<TransactionBatch>> in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManagerFactoryBuilderProvider |
From |
To |
|
Change Return Type MarshalledValue<A,MarshallingContext> to V in method public getAuthentication() : V in class org.wildfly.clustering.web.infinispan.sso.AuthenticationEntry |
From |
To |
|
Change Return Type SessionManagerFactoryConfiguration to SessionManagerFactoryConfiguration<C> in method public getSessionManagerFactoryConfiguration() : SessionManagerFactoryConfiguration<C> in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManagerFactoryConfiguration |
From |
To |
|
Change Return Type Map.Entry<Map<String,Object>,MarshalledValue<Map<String,Object>,MarshallingContext>> to Map.Entry<Map<String,Object>,V> in method public findValue(id String) : Map.Entry<Map<String,Object>,V> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionAttributesFactory |
From |
To |
|
Change Return Type AuthenticationEntry<A,L> to AuthenticationEntry<V,L> in method public readObject(input ObjectInput) : AuthenticationEntry<V,L> in class org.wildfly.clustering.web.infinispan.sso.AuthenticationEntryExternalizer |
From |
To |
|
Change Return Type SessionManagerFactoryConfiguration to SessionManagerFactoryConfiguration<C> in method public getSessionManagerFactoryConfiguration() : SessionManagerFactoryConfiguration<C> in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManagerFactoryBuilder |
From |
To |
|
Change Return Type Class<AuthenticationEntry<A,L>> to Class<AuthenticationEntry<V,L>> in method public getTargetClass() : Class<AuthenticationEntry<V,L>> in class org.wildfly.clustering.web.infinispan.sso.AuthenticationEntryExternalizer |
From |
To |
|
Change Return Type Map.Entry<Map<String,Object>,MarshalledValue<Map<String,Object>,MarshallingContext>> to Map.Entry<Map<String,Object>,V> in method public createValue(id String, context Void) : Map.Entry<Map<String,Object>,V> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionAttributesFactory |
From |
To |
|
Change Variable Type attributes : Map<SessionAttributeKey,MarshalledValue<Object,MarshallingContext>> to attributes : Map<SessionAttributeKey,V> in method public findValue(id String) : SessionAttributeNamesEntry in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionAttributesFactory |
From |
To |
|
Change Variable Type config : SessionManagerFactoryConfiguration to config : SessionManagerFactoryConfiguration<C> in method private createSessionAttributesFactory(properties CacheProperties) : SessionAttributesFactory<?> in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManagerFactory |
From |
To |
|
Change Variable Type configuration : SessionManagerFactoryConfiguration to configuration : SessionManagerFactoryConfiguration<MarshallingContext> in method public build(support CapabilityServiceSupport, target ServiceTarget, name ServiceName, config DistributableSessionManagerConfiguration) : ServiceBuilder<SessionManagerFactory> in class org.wildfly.clustering.web.undertow.session.DistributableSessionManagerFactoryBuilder |
From |
To |
|
Change Variable Type value : MarshalledValue<Object,MarshallingContext> to value : V in method public findValue(id String) : SessionAttributeNamesEntry in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionAttributesFactory |
From |
To |
|
Change Variable Type entry : AuthenticationEntry<A,L> to entry : AuthenticationEntry<AV,L> in method public findValue(id String) : Map.Entry<Map.Entry<A,AtomicReference<L>>,SV> in class org.wildfly.clustering.web.infinispan.sso.InfinispanSSOFactory |
From |
To |
|
Change Variable Type entry : AuthenticationEntry<A,L> to entry : AuthenticationEntry<AV,L> in method public createValue(id String, authentication A) : Map.Entry<Map.Entry<A,AtomicReference<L>>,SV> in class org.wildfly.clustering.web.infinispan.sso.InfinispanSSOFactory |
From |
To |
|
Change Variable Type value : MarshalledValue<Map<String,Object>,MarshallingContext> to value : V in method public createValue(id String, context Void) : Map.Entry<Map<String,Object>,V> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionAttributesFactory |
From |
To |
|
Change Variable Type value : MarshalledValue<Map<String,Object>,MarshallingContext> to value : V in method public findValue(id String) : Map.Entry<Map<String,Object>,V> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionAttributesFactory |
From |
To |
|
Change Attribute Type marshaller : Marshaller<Object,MarshalledValue<Object,MarshallingContext>> to marshaller : Marshaller<Object,V> in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionAttributesFactory |
From |
To |
|
Change Attribute Type findCache : Cache<AuthenticationKey,AuthenticationEntry<A,L>> to findCache : Cache<AuthenticationKey,AuthenticationEntry<AV,L>> in class org.wildfly.clustering.web.infinispan.sso.InfinispanSSOFactory |
From |
To |
|
Change Attribute Type marshaller : Marshaller<A,MarshalledValue<A,MarshallingContext>> to marshaller : Marshaller<A,AV> in class org.wildfly.clustering.web.infinispan.sso.InfinispanSSOFactory |
From |
To |
|
Change Attribute Type authentication : MarshalledValue<A,MarshallingContext> to authentication : V in class org.wildfly.clustering.web.infinispan.sso.AuthenticationEntry |
From |
To |
|
Change Attribute Type attributeCache : Cache<SessionAttributeKey,MarshalledValue<Object,MarshallingContext>> to attributeCache : Cache<SessionAttributeKey,V> in class org.wildfly.clustering.web.infinispan.session.fine.FineSessionAttributesFactory |
From |
To |
|
Change Attribute Type cache : Cache<SessionAttributesKey,MarshalledValue<Map<String,Object>,MarshallingContext>> to cache : Cache<SessionAttributesKey,V> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionAttributesFactory |
From |
To |
|
Change Attribute Type marshaller : Marshaller<Map<String,Object>,MarshalledValue<Map<String,Object>,MarshallingContext>> to marshaller : Marshaller<Map<String,Object>,V> in class org.wildfly.clustering.web.infinispan.session.coarse.CoarseSessionAttributesFactory |
From |
To |
|
Change Attribute Type cache : Cache<AuthenticationKey,AuthenticationEntry<A,L>> to cache : Cache<AuthenticationKey,AuthenticationEntry<AV,L>> in class org.wildfly.clustering.web.infinispan.sso.InfinispanSSOFactory |
From |
To |
|
Change Attribute Type config : InfinispanSessionManagerFactoryConfiguration to config : InfinispanSessionManagerFactoryConfiguration<C> in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManagerFactory |
From |
To |
|
Change Attribute Type configuration : SessionManagerFactoryConfiguration to configuration : SessionManagerFactoryConfiguration<C> in class org.wildfly.clustering.web.infinispan.session.InfinispanSessionManagerFactoryBuilder |
From |
To |