|
Change Parameter Type prevCond : Optional<byte[]> to prevCond : Optional<Object> in method private putInCache(response InfinispanResponse, useAsync boolean, cache AdvancedCache<String,Object>, key String, data byte[], dataType String, ttl Optional<Long>, idleTime Optional<Long>, prevCond Optional<Object>) : InfinispanResponse in class org.infinispan.rest.operations.CacheOperations |
From |
To |
|
Change Parameter Type value : byte[] to value : Object in method public print(value Object, charset Charset) : byte[] in class org.infinispan.rest.operations.mediatypes.impl.JSONOutputPrinter |
From |
To |
|
Change Parameter Type value : byte[] to value : Object in method public print(value Object, charset Charset) : byte[] in class org.infinispan.rest.operations.mediatypes.impl.XMLOutputPrinter |
From |
To |
|
Change Parameter Type value : byte[] to value : Object in method public print(value Object, charset Charset) : byte[] in class org.infinispan.rest.operations.mediatypes.impl.TextOutputPrinter |
From |
To |
|
Change Parameter Type cache : AdvancedCache<String,byte[]> to cache : AdvancedCache<String,Object> in method private putInCache(response InfinispanResponse, useAsync boolean, cache AdvancedCache<String,Object>, key String, data byte[], dataType String, ttl Optional<Long>, idleTime Optional<Long>, prevCond Optional<Object>) : InfinispanResponse in class org.infinispan.rest.operations.CacheOperations |
From |
To |
|
Change Parameter Type response : InfinispanResponse to response : FullHttpResponse in method protected sendResponse(ctx ChannelHandlerContext, request FullHttpRequest, response FullHttpResponse) : void in class org.infinispan.rest.Http20RequestHandler |
From |
To |
|
Change Parameter Type restResource : Server to restResource : RestServer in method public NettyRestServerRouteDestination(name String, restResource RestServer) in class org.infinispan.server.router.routes.rest.NettyRestServerRouteDestination |
From |
To |
|
Change Parameter Type cacheManager : RestCacheManager to cacheManager : RestCacheManager<Object> in method public CacheOperations(configuration RestServerConfiguration, cacheManager RestCacheManager<Object>) in class org.infinispan.rest.operations.CacheOperations |
From |
To |
|
Change Parameter Type value : byte[] to value : Object in method public print(value Object, charset Charset) : byte[] in class org.infinispan.rest.operations.mediatypes.OutputPrinter |
From |
To |
|
Change Parameter Type value : byte[] to value : Object in method public print(value Object, charset Charset) : byte[] in class org.infinispan.rest.operations.mediatypes.impl.HTMLOutputPrinter |
From |
To |
|
Change Parameter Type cache : Cache<String,byte[]> to cache : Cache<String,V> in method public tryRegisterMigrationManager(cache Cache<String,V>) : void in class org.infinispan.rest.cachemanager.RestCacheManager |
From |
To |
|
Change Parameter Type testValue : byte[] to testValue : Object in method private putValueInCache(cacheName String, key String, testValue Object) : void in class org.infinispan.rest.RestOperationsTest |
From |
To |
|
Change Parameter Type rest : Lifecycle to rest : RestServer in method package killRestServer(rest RestServer) : void in class org.infinispan.it.compatibility.CompatibilityCacheFactory |
From |
To |
|
Change Parameter Type target : InjectedValue<NettyRestServer> to target : InjectedValue<RestServer> in method public addRestDependency(builder ServiceBuilder<?>, protocolServerName String, target InjectedValue<RestServer>) : void in class org.infinispan.server.endpoint.subsystem.EndpointUtils |
From |
To |
|
Move Class org.infinispan.rest.server.RestServer moved to org.infinispan.rest.RestServer |
From |
To |
|
Move Class org.infinispan.rest.MimeExpirableMetadata moved to org.infinispan.rest.operations.mime.MimeExpirableMetadata |
From |
To |
|
Move Class org.infinispan.rest.server.operations.mediatypes.Charset moved to org.infinispan.rest.operations.mediatypes.Charset |
From |
To |
|
Move Class org.infinispan.rest.server.InfinispanResponse moved to org.infinispan.rest.InfinispanResponse |
From |
To |
|
Move Class org.infinispan.rest.server.RestResponseException moved to org.infinispan.rest.RestResponseException |
From |
To |
|
Move Class org.infinispan.rest.server.operations.mediatypes.printers.JSONOutputPrinter moved to org.infinispan.rest.operations.mediatypes.impl.JSONOutputPrinter |
From |
To |
|
Move Class org.infinispan.rest.MimeMetadata moved to org.infinispan.rest.operations.mime.MimeMetadata |
From |
To |
|
Move Class org.infinispan.rest.server.operations.mediatypes.OutputPrinter moved to org.infinispan.rest.operations.mediatypes.OutputPrinter |
From |
To |
|
Move Class org.infinispan.rest.server.CacheControl moved to org.infinispan.rest.CacheControl |
From |
To |
|
Move Class org.infinispan.rest.server.authentication.ClientCertAuthenticator moved to org.infinispan.rest.authentication.impl.ClientCertAuthenticator |
From |
To |
|
Move Class org.infinispan.rest.server.operations.exceptions.NoKeyException moved to org.infinispan.rest.operations.exceptions.NoKeyException |
From |
To |
|
Move Class org.infinispan.rest.server.operations.exceptions.NoMediaTypeException moved to org.infinispan.rest.operations.exceptions.NoMediaTypeException |
From |
To |
|
Move Class org.infinispan.rest.server.operations.exceptions.NoDataFoundException moved to org.infinispan.rest.operations.exceptions.NoDataFoundException |
From |
To |
|
Move Class org.infinispan.rest.server.operations.exceptions.ServerInternalException moved to org.infinispan.rest.operations.exceptions.ServerInternalException |
From |
To |
|
Move Class org.infinispan.rest.server.operations.mediatypes.printers.XMLOutputPrinter moved to org.infinispan.rest.operations.mediatypes.impl.XMLOutputPrinter |
From |
To |
|
Move Class org.infinispan.rest.server.operations.mediatypes.printers.Escaper moved to org.infinispan.rest.operations.mediatypes.impl.Escaper |
From |
To |
|
Move Class org.infinispan.rest.MimeMaxIdleExpirableMetadata moved to org.infinispan.rest.operations.mime.MimeMaxIdleExpirableMetadata |
From |
To |
|
Move Class org.infinispan.rest.MimeMetadataBuilder moved to org.infinispan.rest.operations.mime.MimeMetadataBuilder |
From |
To |
|
Move Class org.infinispan.rest.MimeLifespanExpirableMetadata moved to org.infinispan.rest.operations.mime.MimeLifespanExpirableMetadata |
From |
To |
|
Move Class org.infinispan.rest.server.authentication.Authenticator moved to org.infinispan.rest.authentication.Authenticator |
From |
To |
|
Move Class org.infinispan.rest.server.InfinispanRequest moved to org.infinispan.rest.InfinispanRequest |
From |
To |
|
Move Class org.infinispan.rest.server.ResponseAssertion moved to org.infinispan.rest.assertion.ResponseAssertion |
From |
To |
|
Move Class org.infinispan.rest.server.operations.exceptions.NoCacheFoundException moved to org.infinispan.rest.operations.exceptions.NoCacheFoundException |
From |
To |
|
Move Class org.infinispan.rest.server.operations.mediatypes.MediaType moved to org.infinispan.rest.operations.mediatypes.MediaType |
From |
To |
|
Move Class org.infinispan.rest.server.authentication.BasicAuthenticator moved to org.infinispan.rest.authentication.impl.BasicAuthenticator |
From |
To |
|
Move Class org.infinispan.rest.server.Http20RequestHandler moved to org.infinispan.rest.Http20RequestHandler |
From |
To |
|
Move Class org.infinispan.rest.server.operations.mediatypes.printers.HTMLOutputPrinter moved to org.infinispan.rest.operations.mediatypes.impl.HTMLOutputPrinter |
From |
To |
|
Move Class org.infinispan.rest.CacheNotFoundException moved to org.infinispan.rest.cachemanager.exceptions.CacheNotFoundException |
From |
To |
|
Move Class org.infinispan.rest.CacheUnavailableException moved to org.infinispan.rest.cachemanager.exceptions.CacheUnavailableException |
From |
To |
|
Move Class org.infinispan.rest.server.AuthenticationTest moved to org.infinispan.rest.AuthenticationTest |
From |
To |
|
Move Class org.infinispan.rest.Server.JsonMapperHolder moved to org.infinispan.rest.operations.mediatypes.impl.JSONOutputPrinter.JsonMapperHolder |
From |
To |
|
Move Class org.infinispan.rest.server.authentication.VoidAuthenticator moved to org.infinispan.rest.authentication.impl.VoidAuthenticator |
From |
To |
|
Move Class org.infinispan.rest.server.operations.mediatypes.printers.TextOutputPrinter moved to org.infinispan.rest.operations.mediatypes.impl.TextOutputPrinter |
From |
To |
|
Move Class org.infinispan.rest.server.operations.CacheOperationsHelper moved to org.infinispan.rest.operations.CacheOperationsHelper |
From |
To |
|
Move Class org.infinispan.rest.server.operations.CacheOperations moved to org.infinispan.rest.operations.CacheOperations |
From |
To |
|
Move Class org.infinispan.rest.server.authentication.exceptions.AuthenticationException moved to org.infinispan.rest.authentication.AuthenticationException |
From |
To |
|
Move Class org.infinispan.rest.server.CertificateTest moved to org.infinispan.rest.CertificateTest |
From |
To |
|
Change Variable Type oldData : Optional<byte[]> to oldData : Optional<Object> in method public putValueToCache(request InfinispanRequest) : InfinispanResponse in class org.infinispan.rest.operations.CacheOperations |
From |
To |
|
Change Variable Type restResource : Server to restResource : RestServer in method public start(context StartContext) : void in class org.infinispan.server.endpoint.subsystem.MultiTenantRouterService |
From |
To |
|
Change Variable Type ice : InternalCacheEntry<String,byte[]> to ice : InternalCacheEntry<String,Object> in method public deleteCacheValue(request InfinispanRequest) : InfinispanResponse in class org.infinispan.rest.operations.CacheOperations |
From |
To |
|
Change Variable Type ice : InternalCacheEntry<String,byte[]> to ice : InternalCacheEntry<String,Object> in method public getCacheValue(request InfinispanRequest) : InfinispanResponse in class org.infinispan.rest.operations.CacheOperations |
From |
To |
|
Change Variable Type restServer2 : NettyRestServer to restServer2 : RestServer in method public shouldRouteToProperRestServerBasedOnPath() : void in class org.infinispan.server.router.integration.RestRouterTest |
From |
To |
|
Change Variable Type cache : AdvancedCache<String,byte[]> to cache : AdvancedCache<String,Object> in method public putValueToCache(request InfinispanRequest) : InfinispanResponse in class org.infinispan.rest.operations.CacheOperations |
From |
To |
|
Change Variable Type restServer1 : NettyRestServer to restServer1 : RestServer in method public shouldRouteToProperRestServerBasedOnPath() : void in class org.infinispan.server.router.integration.RestRouterTest |
From |
To |
|
Change Variable Type cache : AdvancedCache<String,byte[]> to cache : AdvancedCache<String,Object> in method public getCacheValues(request InfinispanRequest) : InfinispanResponse in class org.infinispan.rest.operations.CacheOperations |
From |
To |
|
Change Variable Type cache : Cache<String,byte[]> to cache : Cache<String,V> in method public getCache(name String) : AdvancedCache<String,V> in class org.infinispan.rest.cachemanager.RestCacheManager |
From |
To |
|
Change Variable Type cache : AdvancedCache<String,byte[]> to cache : AdvancedCache<String,V> in method public getInternalEntry(cacheName String, key String, skipListener boolean) : CacheEntry<String,V> in class org.infinispan.rest.cachemanager.RestCacheManager |
From |
To |
|
Change Variable Type netty : NettyJaxrsServer to bootstrap : ServerBootstrap in method public start(routingTable RoutingTable) : void in class org.infinispan.server.router.router.impl.rest.RestRouter |
From |
To |
|
Change Variable Type entry : CacheEntry<String,byte[]> to entry : CacheEntry<String,Object> in method public putValueToCache(request InfinispanRequest) : InfinispanResponse in class org.infinispan.rest.operations.CacheOperations |
From |
To |
|
Change Variable Type entry : CacheEntry<String,byte[]> to entry : CacheEntry<String,Object> in method public deleteCacheValue(request InfinispanRequest) : InfinispanResponse in class org.infinispan.rest.operations.CacheOperations |
From |
To |
|
Change Variable Type entry : CacheEntry<String,byte[]> to entry : CacheEntry<String,Object> in method public getCacheValue(request InfinispanRequest) : InfinispanResponse in class org.infinispan.rest.operations.CacheOperations |
From |
To |
|
Change Return Type NettyRestServer to RestServer in method public createRest(configuration RestServerConfigurationBuilder, globalConfigurationBuilder GlobalConfigurationBuilder, cacheConfigurationBuilder ConfigurationBuilder) : RestServer in class org.infinispan.server.router.utils.RestTestingUtil |
From |
To |
|
Change Return Type NettyRestServer to RestServer in method public getValue() : RestServer in class org.infinispan.server.endpoint.subsystem.RestService |
From |
To |
|
Change Return Type NettyRestServer to RestServer in method public createDefaultRestServer() : RestServer in class org.infinispan.server.router.utils.RestTestingUtil |
From |
To |
|
Change Return Type Server to RestServer in method public getRestServer() : RestServer in class org.infinispan.server.router.routes.rest.NettyRestServerRouteDestination |
From |
To |
|
Change Return Type String to Optional<String> in method public getCacheName() : Optional<String> in class org.infinispan.rest.InfinispanRequest |
From |
To |
|
Change Return Type AdvancedCache<String,byte[]> to AdvancedCache<String,V> in method public getCache(name String) : AdvancedCache<String,V> in class org.infinispan.rest.cachemanager.RestCacheManager |
From |
To |
|
Change Return Type InjectedValue<NettyRestServer> to InjectedValue<RestServer> in method public getRest() : InjectedValue<RestServer> in class org.infinispan.server.endpoint.subsystem.MultiTenantRouterService.RestRouting |
From |
To |
|
Change Attribute Type restServer : EmbeddedRestServer to restServer : RestServer in class org.infinispan.persistence.rest.configuration.RestCacheStoreConfigTest |
From |
To |
|
Change Attribute Type restServer : EmbeddedRestServer to restServer : RestServer in class org.infinispan.persistence.rest.RestCacheStoreFunctionalTest |
From |
To |
|
Change Attribute Type restServer : EmbeddedRestServer to restServer : RestServer in class org.infinispan.persistence.rest.RestStoreParallelIterationTest |
From |
To |
|
Change Attribute Type restCacheManager : RestCacheManager to restCacheManager : RestCacheManager<Object> in class org.infinispan.rest.operations.CacheOperations |
From |
To |
|
Change Attribute Type knownCaches : Map<String,AdvancedCache<String,byte[]>> to knownCaches : Map<String,AdvancedCache<String,V>> in class org.infinispan.rest.cachemanager.RestCacheManager |
From |
To |
|
Change Attribute Type restResource : Server to restResource : RestServer in class org.infinispan.server.router.routes.rest.NettyRestServerRouteDestination |
From |
To |
|
Change Attribute Type restServer : EmbeddedRestServer to restServer : RestServer in class org.infinispan.persistence.rest.RestStoreTest |
From |
To |
|
Change Attribute Type restServer : NettyRestServer to restServer : RestServer in class org.infinispan.server.endpoint.subsystem.RestService |
From |
To |
|
Change Attribute Type rest : Lifecycle to rest : RestServer in class org.infinispan.it.compatibility.CompatibilityCacheFactory |
From |
To |
|
Change Attribute Type remoteCache : RemoteCache<String,String> to remoteCache : RemoteCache<String,Object> in class org.infinispan.server.test.client.multitenancy.MultitenancyIT |
From |
To |
|
Change Attribute Type sourceServer : EmbeddedRestServer to sourceServer : RestServer in class org.infinispan.persistence.rest.upgrade.RestUpgradeSynchronizerTest |
From |
To |
|
Change Attribute Type cacheName : String to cacheName : Optional<String> in class org.infinispan.rest.InfinispanRequest |
From |
To |
|
Change Attribute Type targetServer : EmbeddedRestServer to targetServer : RestServer in class org.infinispan.persistence.rest.upgrade.RestUpgradeSynchronizerTest |
From |
To |
|
Change Attribute Type rest : InjectedValue<NettyRestServer> to rest : InjectedValue<RestServer> in class org.infinispan.server.endpoint.subsystem.MultiTenantRouterService.RestRouting |
From |
To |