|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.StreamManagerFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.stats.impl.ClusterContainerStatsFactory |
From |
To |
|
Change Parameter Type components : Set<AbstractComponentRegistry.Component> to resourceDMBeans : Collection<ResourceDMBean> in method protected unregisterMBeans(resourceDMBeans Collection<ResourceDMBean>) : void in class org.infinispan.jmx.AbstractJmxRegistration |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.TransportFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.distribution.ch.impl.KeyPartitionerFactory |
From |
To |
|
Change Parameter Type txTable : TransactionTable to txTable : ComponentRef<TransactionTable> in method public init(rpcManager RpcManager, commandsFactory CommandsFactory, txTable ComponentRef<TransactionTable>, txCoordinator TransactionCoordinator, txFactory TransactionFactory) : void in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.topology.ClusterTopologyManagerFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.EntryMetaFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.PartitionHandlingManagerFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.distribution.group.impl.GroupManagerFactory |
From |
To |
|
Change Parameter Type clusteringDependentLogic : ClusteringDependentLogic to distributionManager : DistributionManager in method public LockAction(lockManager LockManager, distributionManager DistributionManager) in class org.infinispan.remoting.inboundhandler.action.LockAction |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.tasks.impl.TaskManagerFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.ResponseGeneratorFactory |
From |
To |
|
Change Parameter Type invoker : AsyncInterceptorChain to invoker : ComponentRef<AsyncInterceptorChain> in method public init(commandsFactory CommandsFactory, invoker ComponentRef<AsyncInterceptorChain>, keyPartitioner KeyPartitioner, protobufMetadataManager ProtobufMetadataManager) : void in class org.infinispan.query.remote.impl.ProtobufMetadataManagerInterceptor |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.topology.LocalTopologyManagerFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.EmptyConstructorFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.DistributionManagerFactory |
From |
To |
|
Change Parameter Type clusteringDependentLogic : ClusteringDependentLogic to distributionManager : DistributionManager in method public BaseLockingAction(distributionManager DistributionManager) in class org.infinispan.remoting.inboundhandler.action.BaseLockingAction |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.StateTransferComponentFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.InterceptorChainFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.ExpirationManagerFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.LockManagerFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.TransactionManagerFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.persistence.support.AsyncStoreFunctionalTest.CustomCacheLoaderManagerFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.TransactionTableFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.security.impl.GlobalSecurityManagerFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.notifications.cachelistener.cluster.ClusterEventManagerFactory |
From |
To |
|
Change Parameter Type registry : GlobalComponentRegistry to registry : BasicComponentRegistry in method private registerCounterManager(cacheManager EmbeddedCacheManager, registry BasicComponentRegistry) : void in class org.infinispan.counter.impl.CounterModuleLifecycle |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.InternalCacheFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.stats.impl.ClusterCacheStatsFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.TransactionSynchronizationRegistryFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.AuthorizationManagerFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.EncoderRegistryFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.CacheStoreFactoryRegistryFactory |
From |
To |
|
Change Parameter Type cache : Cache to cacheNotifier : CacheNotifier in method public inject(config Configuration, cacheNotifier CacheNotifier, dataContainer InternalDataContainer, calculator KeyValueMetadataSizeCalculator, dm DistributionManager) : void in class org.infinispan.interceptors.impl.TransactionalExceptionEvictionInterceptor |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.SizeCalculatorFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.DataContainerFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.EmptyConstructorNamedCacheFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.stats.impl.StatsCollector.Factory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.InboundInvocationHandlerFactory |
From |
To |
|
Change Parameter Type componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.RpcManagerFactory |
From |
To |
|
Change Parameter Type cr : ComponentRegistry to cr : BasicComponentRegistry in method private createQueryInterceptorIfNeeded(cr BasicComponentRegistry, cfg Configuration, cache AdvancedCache<?,?>, searchIntegrator SearchIntegrator) : void in class org.infinispan.query.impl.LifecycleManager |
From |
To |
|
Change Parameter Type clusteringDependentLogic : ClusteringDependentLogic to distributionManager : DistributionManager in method public PendingTxAction(pendingLockManager PendingLockManager, distributionManager DistributionManager) in class org.infinispan.remoting.inboundhandler.action.PendingTxAction |
From |
To |
|
Change Parameter Type cache : Cache<?,?> to cacheName : String in method public init(cacheName String, globalConfiguration GlobalConfiguration, configuration Configuration, globalSecurityManager GlobalSecurityManager, cacheManager EmbeddedCacheManager) : void in class org.infinispan.security.impl.AuthorizationManagerImpl |
From |
To |
|
Change Variable Type components : Set<Component> to components : Collection<ComponentRef<?>> in method public start() : void in class org.infinispan.jmx.CacheJmxRegistration |
From |
To |
|
Change Variable Type dataContainer : DataContainer to dataContainer : InternalDataContainer in method private createAndInitStateReceiver() : void in class org.infinispan.conflict.impl.StateReceiverTest |
From |
To |
|
Change Variable Type mockNotifier : CacheNotifier to mockNotifier : ClusterCacheNotifier in method protected waitUntilListenerInstalled(cache Cache<?,?>, checkPoint CheckPoint) : void in class org.infinispan.notifications.cachelistener.cluster.AbstractClusterListenerUtilTest |
From |
To |
|
Change Variable Type cr : ComponentRegistry to cr : BasicComponentRegistry in method public removeFromCache(cache AdvancedCache) : PutFromLoadValidator in class org.infinispan.hibernate.cache.commons.access.PutFromLoadValidator |
From |
To |
|
Change Variable Type registry : ComponentRegistry to registry : BasicComponentRegistry in method private prepareCommon(cacheMode CacheMode) : void in class org.infinispan.hibernate.cache.v53.impl.DomainDataRegionImpl |
From |
To |
|
Change Variable Type future : Future<Object> to future1 : Future<TestDelayFactory.Component> in method private testConcurrentLookup(cr1 ComponentRegistry, cr2 ComponentRegistry) : void in class org.infinispan.factories.ComponentRegistryTest |
From |
To |
|
Change Variable Type mockCache : Cache to mockCache : AdvancedCache in method private newNotifier() : CacheNotifierImpl in class org.infinispan.notifications.cachelistener.ListenerRegistrationTest |
From |
To |
|
Change Variable Type registry : ComponentRegistry to registry : BasicComponentRegistry in method private prepareCommon(cacheMode CacheMode) : void in class org.infinispan.hibernate.cache.v51.impl.BaseTransactionalDataRegion |
From |
To |
|
Change Variable Type cache : Cache to cacheNotifier : CacheNotifier in method private createAndInitStateReceiver() : void in class org.infinispan.conflict.impl.StateReceiverTest |
From |
To |
|
Change Variable Type future : Future<Object> to future2 : Future<TestDelayFactory.Component> in method private testConcurrentLookup(cr1 ComponentRegistry, cr2 ComponentRegistry) : void in class org.infinispan.factories.ComponentRegistryTest |
From |
To |
|
Change Variable Type defensiveCopy : HashSet<Component> to set : Set<Component> in method public getRegisteredComponents() : Set<Component> in class org.infinispan.factories.AbstractComponentRegistry |
From |
To |
|
Change Variable Type invoker : InterceptorChain to invoker : AsyncInterceptorChain in method public setUp() : void in class org.infinispan.tx.TransactionXaAdapterTmIntegrationTest |
From |
To |
|
Change Variable Type registry : ComponentRegistry to gbcr : BasicComponentRegistry in method public setUp() : void in class org.infinispan.remoting.AsynchronousInvocationTest |
From |
To |
|
Change Variable Type gcr : GlobalComponentRegistry to gcr : BasicComponentRegistry in method public cacheStarting(cr ComponentRegistry, cfg Configuration, cacheName String) : void in class org.infinispan.query.remote.impl.LifecycleManager |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.InterceptorChainFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.TransportFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.TransactionTableFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.distribution.group.impl.GroupManagerFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.distribution.ch.impl.KeyPartitionerFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.SizeCalculatorFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.EntryMetaFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.DataContainerFactory |
From |
To |
|
Change Return Type Future<?> to void in method public killClient(client HotRodClient) : void in class org.infinispan.server.hotrod.test.HotRodTestingUtil |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.ResponseGeneratorFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.TransactionManagerFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.NamedExecutorsFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.tasks.impl.TaskManagerFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.EncoderRegistryFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.ExpirationManagerFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.stats.impl.ClusterContainerStatsFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.stats.impl.StatsCollector.Factory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.InboundInvocationHandlerFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.stats.impl.ClusterCacheStatsFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.TransactionSynchronizationRegistryFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.security.impl.GlobalSecurityManagerFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.StreamManagerFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.topology.LocalTopologyManagerFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.DistributionManagerFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.EmptyConstructorNamedCacheFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.CacheStoreFactoryRegistryFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.topology.ClusterTopologyManagerFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.RpcManagerFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.LockManagerFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.persistence.support.AsyncStoreFunctionalTest.CustomCacheLoaderManagerFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.AuthorizationManagerFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.StateTransferComponentFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.PartitionHandlingManagerFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.EmptyConstructorFactory |
From |
To |
|
Change Return Type InjectMetadata[] to InjectMethodMetadata[] in method public getInjectMethods() : InjectMethodMetadata[] in class org.infinispan.factories.components.ComponentMetadata |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.VersionGeneratorFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.factories.InternalCacheFactory |
From |
To |
|
Change Return Type T to Object in method public construct(componentName String) : Object in class org.infinispan.notifications.cachelistener.cluster.ClusterEventManagerFactory |
From |
To |
|
Change Attribute Type injectMetadata : InjectMetadata[] to injectMethodMetadata : InjectMethodMetadata[] in class org.infinispan.factories.components.ComponentMetadata |
From |
To |
|
Change Attribute Type cache : Cache to cache : ComponentRef<Cache> in class org.infinispan.statetransfer.StateConsumerImpl |
From |
To |
|
Change Attribute Type cache : Cache<K,V> to cacheNotifier : CacheNotifier in class org.infinispan.conflict.impl.StateReceiverImpl |
From |
To |
|
Change Attribute Type clusteringDependentLogic : ClusteringDependentLogic to distributionManager : DistributionManager in class org.infinispan.remoting.inboundhandler.NonTotalOrderPerCacheInboundInvocationHandler |
From |
To |
|
Change Attribute Type txTable : RecoveryAwareTransactionTable to txTable : ComponentRef<TransactionTable> in class org.infinispan.transaction.xa.recovery.RecoveryManagerImpl |
From |
To |
|
Change Attribute Type cache : AdvancedCache to cache : ComponentRef<AdvancedCache> in class org.infinispan.stats.impl.StatsCollector |
From |
To |
|
Change Attribute Type stateProvider : StateProvider to stateProvider : ComponentRef<StateProvider> in class org.infinispan.commands.CommandsFactoryImpl |
From |
To |
|
Change Attribute Type xSiteStateProvider : XSiteStateProvider to xSiteStateProvider : ComponentRef<XSiteStateProvider> in class org.infinispan.commands.CommandsFactoryImpl |
From |
To |
|
Change Attribute Type invoker : AsyncInterceptorChain to invoker : ComponentRef<AsyncInterceptorChain> in class org.infinispan.query.remote.impl.ProtobufMetadataManagerInterceptor |
From |
To |
|
Change Attribute Type globalMarshaller : StreamingMarshaller to globalMarshaller : ComponentRef<StreamingMarshaller> in class org.infinispan.factories.EncoderRegistryFactory |
From |
To |
|
Change Attribute Type cf : CommandsFactory to cf : ComponentRef<CommandsFactory> in class org.infinispan.remoting.rpc.RpcManagerImpl |
From |
To |
|
Change Attribute Type dataContainer : DataContainer to dataContainer : InternalDataContainer in class org.infinispan.statetransfer.StateProviderTest |
From |
To |
|
Change Attribute Type icf : InvocationContextFactory to icf : ComponentRef<InvocationContextFactory> in class org.infinispan.transaction.impl.TransactionCoordinator |
From |
To |
|
Change Attribute Type stateReceiver : StateReceiver to stateReceiver : ComponentRef<StateReceiver> in class org.infinispan.commands.CommandsFactoryImpl |
From |
To |
|
Change Attribute Type cache : Cache<K,V> to cache : ComponentRef<Cache<K,V>> in class org.infinispan.interceptors.distribution.DistributionBulkInterceptor |
From |
To |
|
Change Attribute Type componentRegistry : ComponentRegistry to componentRegistry : BasicComponentRegistry in class org.infinispan.cache.impl.EncoderCache |
From |
To |
|
Change Attribute Type expirationManager : InternalExpirationManager<Object,Object> to expirationManager : ComponentRef<InternalExpirationManager<Object,Object>> in class org.infinispan.persistence.manager.PersistenceManagerImpl |
From |
To |
|
Change Attribute Type interceptorChain : AsyncInterceptorChain to interceptorChain : ComponentRef<AsyncInterceptorChain> in class org.infinispan.eviction.impl.EvictionManagerImpl |
From |
To |
|
Change Attribute Type localStreamManager : LocalStreamManager to localStreamManager : ComponentRef<LocalStreamManager> in class org.infinispan.commands.CommandsFactoryImpl |
From |
To |
|
Change Attribute Type cache : AdvancedCache to cache : ComponentRef<AdvancedCache> in class org.infinispan.interceptors.impl.CacheMgmtInterceptor |
From |
To |
|
Change Attribute Type xSiteStateConsumer : XSiteStateConsumer to xSiteStateConsumer : ComponentRef<XSiteStateConsumer> in class org.infinispan.interceptors.impl.EntryWrappingInterceptor |
From |
To |
|
Change Attribute Type biasManager : BiasManager to biasManager : ComponentRef<BiasManager> in class org.infinispan.commands.CommandsFactoryImpl |
From |
To |
|
Change Attribute Type cache : AdvancedCache to cacheNotifier : CacheNotifier in class org.infinispan.scattered.impl.BiasManagerImpl |
From |
To |
|
Change Attribute Type cf : CommandsFactory to cf : ComponentRef<CommandsFactory> in class org.infinispan.expiration.impl.ClusterExpirationManager |
From |
To |
|
Change Attribute Type cache : Cache<Object,Object> to cache : ComponentRef<Cache<Object,Object>> in class org.infinispan.commands.CommandsFactoryImpl |
From |
To |
|
Change Attribute Type stateConsumer : StateConsumer to stateConsumer : ComponentRef<StateConsumer> in class org.infinispan.commands.CommandsFactoryImpl |
From |
To |
|
Change Attribute Type globalScope : boolean to scope : Scopes in class org.infinispan.factories.components.ComponentMetadata |
From |
To |
|
Change Attribute Type passivator : PassivationManager to passivator : ComponentRef<PassivationManager> in class org.infinispan.container.impl.AbstractInternalDataContainer |
From |
To |
|
Change Attribute Type cache : Cache<K,V> to cache : ComponentRef<Cache<K,V>> in class org.infinispan.notifications.cachelistener.cluster.impl.BatchingClusterEventManagerImpl |
From |
To |
|
Change Attribute Type stateTransferManager : XSiteStateTransferManager to stateTransferManager : ComponentRef<XSiteStateTransferManager> in class org.infinispan.xsite.statetransfer.XSiteStateProviderImpl |
From |
To |
|
Change Attribute Type cache : Cache to cache : ComponentRef<Cache> in class org.infinispan.xsite.BackupSenderImpl |
From |
To |
|
Change Attribute Type cache : Cache<K,V> to cache : ComponentRef<AdvancedCache<K,V>> in class org.infinispan.interceptors.impl.PrefetchInterceptor |
From |
To |
|
Change Attribute Type interceptorChain : AsyncInterceptorChain to interceptorChain : ComponentRef<AsyncInterceptorChain> in class org.infinispan.commands.CommandsFactoryImpl |
From |
To |
|
Change Attribute Type cache : Cache<K,V> to cache : ComponentRef<Cache<K,V>> in class org.infinispan.interceptors.impl.CacheLoaderInterceptor |
From |
To |
|
Change Attribute Type txTable : TransactionTable to txTable : ComponentRef<TransactionTable> in class org.infinispan.commands.CommandsFactoryImpl |
From |
To |
|
Change Attribute Type icf : InvocationContextFactory to icf : ComponentRef<InvocationContextFactory> in class org.infinispan.commands.CommandsFactoryImpl |
From |
To |
|
Change Attribute Type recoveryManager : RecoveryManager to recoveryManager : ComponentRef<RecoveryManager> in class org.infinispan.transaction.impl.TransactionCoordinator |
From |
To |
|
Change Attribute Type recoveryManager : RecoveryManager to recoveryManager : ComponentRef<RecoveryManager> in class org.infinispan.commands.CommandsFactoryImpl |
From |
To |
|
Change Attribute Type dataContainer : InternalDataContainer<K,V> to dataContainer : ComponentRef<InternalDataContainer<K,V>> in class org.infinispan.expiration.impl.ExpirationManagerImpl |
From |
To |
|
Change Attribute Type cache : Cache<K,V> to cache : ComponentRef<AdvancedCache<K,V>> in class org.infinispan.notifications.cachelistener.CacheNotifierImpl |
From |
To |
|
Change Attribute Type clusteringDependentLogic : ClusteringDependentLogic to distributionManager : DistributionManager in class org.infinispan.remoting.inboundhandler.NonTotalOrderTxPerCacheInboundInvocationHandler |
From |
To |
|
Change Attribute Type EMPTY_INJECT_METHODS : InjectMetadata[] to EMPTY_INJECT_METHODS : InjectMethodMetadata[] in class org.infinispan.factories.components.ComponentMetadata |
From |
To |
|
Change Attribute Type cache : Cache to cacheNotifier : CacheNotifier in class org.infinispan.interceptors.impl.TransactionalExceptionEvictionInterceptor |
From |
To |
|
Change Attribute Type clusteringDependentLogic : ClusteringDependentLogic to distributionManager : DistributionManager in class org.infinispan.remoting.inboundhandler.TrianglePerCacheInboundInvocationHandler |
From |
To |
|
Change Attribute Type txTable : TransactionTable to txTable : ComponentRef<TransactionTable> in class org.infinispan.transaction.impl.TransactionCoordinator |
From |
To |
|
Change Attribute Type xSiteStateConsumer : XSiteStateConsumer to xSiteStateConsumer : ComponentRef<XSiteStateConsumer> in class org.infinispan.commands.CommandsFactoryImpl |
From |
To |
|
Change Attribute Type cache : AdvancedCache<Object,Object> to cache : ComponentRef<AdvancedCache<Object,Object>> in class org.infinispan.persistence.manager.PersistenceManagerImpl |
From |
To |
|
Change Attribute Type stateTransferManager : StateTransferManager to stateTransferManager : ComponentRef<StateTransferManager> in class org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler |
From |
To |
|
Change Attribute Type passivator : PassivationManager to passivator : ComponentRef<PassivationManager> in class org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer |
From |
To |
|
Change Attribute Type nonCacheComponents : Set<Component> to nonCacheDMBeans : Collection<ResourceDMBean> in class org.infinispan.jmx.CacheJmxRegistration |
From |
To |
|
Change Attribute Type stateConsumer : StateConsumer to stateConsumer : ComponentRef<StateConsumer> in class org.infinispan.conflict.impl.DefaultConflictManager |
From |
To |
|
Change Attribute Type clusteringDependentLogic : ClusteringDependentLogic to distributionManager : DistributionManager in class org.infinispan.remoting.inboundhandler.action.BaseLockingAction |
From |
To |
|
Change Attribute Type cache : AdvancedCache<K,V> to cache : ComponentRef<AdvancedCache<K,V>> in class org.infinispan.conflict.impl.DefaultConflictManager |
From |
To |
|
Change Attribute Type stateTransferManager : StateTransferManager to stateTransferManager : ComponentRef<StateTransferManager> in class org.infinispan.commands.CommandsFactoryImpl |
From |
To |
|
Change Attribute Type backupSender : BackupSender to backupSender : ComponentRef<BackupSender> in class org.infinispan.commands.CommandsFactoryImpl |
From |
To |
|
Change Attribute Type clusterStreamManager : ClusterStreamManager to clusterStreamManager : ComponentRef<ClusterStreamManager> in class org.infinispan.commands.CommandsFactoryImpl |
From |
To |
|
Change Attribute Type interceptorChain : AsyncInterceptorChain to interceptorChain : ComponentRef<AsyncInterceptorChain> in class org.infinispan.conflict.impl.DefaultConflictManager |
From |
To |
|
Change Attribute Type clusteringDependentLogic : ClusteringDependentLogic to clusteringDependentLogic : ComponentRef<ClusteringDependentLogic> in class org.infinispan.notifications.cachelistener.CacheNotifierImpl |
From |
To |
|
Change Attribute Type interceptorChain : AsyncInterceptorChain to interceptorChain : ComponentRef<AsyncInterceptorChain> in class org.infinispan.interceptors.base.CommandInterceptor |
From |
To |
|
Change Attribute Type cache : Cache<?,?> to cacheNotifier : CacheNotifier<?,?> in class org.infinispan.container.versioning.SimpleClusteredVersionGenerator |
From |
To |
|
Change Attribute Type invoker : InterceptorChain to invoker : ComponentRef<AsyncInterceptorChain> in class org.infinispan.transaction.impl.TransactionCoordinator |
From |
To |
|
Change Attribute Type stateConsumer : StateConsumer to stateConsumer : ComponentRef<StateConsumer> in class org.infinispan.interceptors.impl.EntryWrappingInterceptor |
From |
To |
|
Change Attribute Type cache : Cache<K,V> to cache : ComponentRef<Cache<K,V>> in class org.infinispan.interceptors.impl.TxInterceptor |
From |
To |
|
Change Attribute Type componentRegistry : ComponentRegistry to componentRegistry : BasicComponentRegistry in class org.infinispan.notifications.cachelistener.CacheNotifierImpl |
From |
To |
|
Change Attribute Type xSiteStateTransferManager : XSiteStateTransferManager to xSiteStateTransferManager : ComponentRef<XSiteStateTransferManager> in class org.infinispan.commands.CommandsFactoryImpl |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.ResponseGeneratorFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.stats.impl.ClusterContainerStatsFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.AuthorizationManagerFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.ExpirationManagerFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.distribution.group.impl.GroupManagerFactory |
From |
To |
|
Rename Parameter clusteringDependentLogic : ClusteringDependentLogic to distributionManager : DistributionManager in method public LockAction(lockManager LockManager, distributionManager DistributionManager) in class org.infinispan.remoting.inboundhandler.action.LockAction |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.security.impl.GlobalSecurityManagerFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.notifications.cachelistener.cluster.ClusterEventManagerFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.InternalCacheFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.InboundInvocationHandlerFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.stats.impl.StatsCollector.Factory |
From |
To |
|
Rename Parameter components : Set<AbstractComponentRegistry.Component> to resourceDMBeans : Collection<ResourceDMBean> in method protected unregisterMBeans(resourceDMBeans Collection<ResourceDMBean>) : void in class org.infinispan.jmx.AbstractJmxRegistration |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.StateTransferComponentFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.CacheStoreFactoryRegistryFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.TransactionManagerFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.DataContainerFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.topology.LocalTopologyManagerFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.stats.impl.ClusterCacheStatsFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.TransactionSynchronizationRegistryFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.DistributionManagerFactory |
From |
To |
|
Rename Parameter clusteringDependentLogic : ClusteringDependentLogic to distributionManager : DistributionManager in method public BaseLockingAction(distributionManager DistributionManager) in class org.infinispan.remoting.inboundhandler.action.BaseLockingAction |
From |
To |
|
Rename Parameter cache : Cache to cacheNotifier : CacheNotifier in method public inject(config Configuration, cacheNotifier CacheNotifier, dataContainer InternalDataContainer, calculator KeyValueMetadataSizeCalculator, dm DistributionManager) : void in class org.infinispan.interceptors.impl.TransactionalExceptionEvictionInterceptor |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.LockManagerFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.persistence.support.AsyncStoreFunctionalTest.CustomCacheLoaderManagerFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.PartitionHandlingManagerFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.tasks.impl.TaskManagerFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.SizeCalculatorFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.EmptyConstructorNamedCacheFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.StreamManagerFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.RpcManagerFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.EmptyConstructorFactory |
From |
To |
|
Rename Parameter clusteringDependentLogic : ClusteringDependentLogic to distributionManager : DistributionManager in method public PendingTxAction(pendingLockManager PendingLockManager, distributionManager DistributionManager) in class org.infinispan.remoting.inboundhandler.action.PendingTxAction |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.TransportFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.distribution.ch.impl.KeyPartitionerFactory |
From |
To |
|
Rename Parameter cache : Cache<?,?> to cacheName : String in method public init(cacheName String, globalConfiguration GlobalConfiguration, configuration Configuration, globalSecurityManager GlobalSecurityManager, cacheManager EmbeddedCacheManager) : void in class org.infinispan.security.impl.AuthorizationManagerImpl |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.EncoderRegistryFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.InterceptorChainFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.topology.ClusterTopologyManagerFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.EntryMetaFactory |
From |
To |
|
Rename Parameter componentType : Class<T> to componentName : String in method public construct(componentName String) : Object in class org.infinispan.factories.TransactionTableFactory |
From |
To |