Clirr Results

The following document contains the results of Clirr.

  • Current Version: 2.0
  • Comparison Version: 1.7

Summary

Severity Number
Error
 Error
22
Warning
 Warning
0
Info
 Info
149

API Incompatibilities

Severity Message Class Method / Field
Error
Field restClientDefinition is now final info.magnolia.rest.client.DefaultRestClient restClientDefinition
Error
Return type of method 'public java.lang.Object invoke(java.lang.String)' has been changed to javax.ws.rs.core.Response info.magnolia.rest.client.DefaultRestClient public java.lang.Object invoke(java.lang.String)
Error
Method 'public javax.ws.rs.client.WebTarget getWebTarget()' has been added to an interface info.magnolia.rest.client.RestClient public javax.ws.rs.client.WebTarget getWebTarget()
Error
Return type of method 'public java.lang.Object invoke(java.lang.String)' has been changed to javax.ws.rs.core.Response info.magnolia.rest.client.RestClient public java.lang.Object invoke(java.lang.String)
Error
Method 'public javax.ws.rs.core.Response invoke(java.lang.String, info.magnolia.rest.client.exception.handler.RestClientExceptionHandler)' has been added to an interface info.magnolia.rest.client.RestClient public javax.ws.rs.core.Response invoke(java.lang.String, info.magnolia.rest.client.exception.handler.RestClientExceptionHandler)
Error
Method 'public javax.ws.rs.core.Response invoke(java.lang.String, java.util.Map)' has been added to an interface info.magnolia.rest.client.RestClient public javax.ws.rs.core.Response invoke(java.lang.String, java.util.Map)
Error
Method 'public javax.ws.rs.core.Response invoke(java.lang.String, java.util.Map, info.magnolia.rest.client.exception.handler.RestClientExceptionHandler)' has been added to an interface info.magnolia.rest.client.RestClient public javax.ws.rs.core.Response invoke(java.lang.String, java.util.Map, info.magnolia.rest.client.exception.handler.RestClientExceptionHandler)
Error
Method 'public java.lang.Object proxy(java.lang.Class)' has been added to an interface info.magnolia.rest.client.RestClient public java.lang.Object proxy(java.lang.Class)
Error
Method 'public java.lang.Object proxy(java.lang.String)' has been added to an interface info.magnolia.rest.client.RestClient public java.lang.Object proxy(java.lang.String)
Error
Field PROPERTY_REST_CLIENT_DEFINITION_CLASS has been removed, but it was previously a constant info.magnolia.rest.client.RestClientDefinition PROPERTY_REST_CLIENT_DEFINITION_CLASS
Error
Method 'public info.magnolia.rest.client.cache.definition.CacheConfigurationDefinition getCacheConfiguration()' has been added to an interface info.magnolia.rest.client.RestClientDefinition public info.magnolia.rest.client.cache.definition.CacheConfigurationDefinition getCacheConfiguration()
Error
Method 'public java.lang.Class getClientConfiguratorClass()' has been added to an interface info.magnolia.rest.client.RestClientDefinition public java.lang.Class getClientConfiguratorClass()
Error
Method 'public java.util.List getComponents()' has been added to an interface info.magnolia.rest.client.RestClientDefinition public java.util.List getComponents()
Error
Method 'public java.lang.Class getExceptionHandlerClass()' has been added to an interface info.magnolia.rest.client.RestClientDefinition public java.lang.Class getExceptionHandlerClass()
Error
Method 'public java.util.Map getProxies()' has been added to an interface info.magnolia.rest.client.RestClientDefinition public java.util.Map getProxies()
Error
Method 'public java.util.Map getSecuritySchemes()' has been added to an interface info.magnolia.rest.client.RestClientDefinition public java.util.Map getSecuritySchemes()
Error
Method 'public info.magnolia.rest.client.timeout.TimeoutConfigurationDefinition getTimeoutConfiguration()' has been added to an interface info.magnolia.rest.client.RestClientDefinition public info.magnolia.rest.client.timeout.TimeoutConfigurationDefinition getTimeoutConfiguration()
Error
Method 'public info.magnolia.rest.client.TrustStoreConfiguration getTrustStoreConfiguration()' has been added to an interface info.magnolia.rest.client.RestClientDefinition public info.magnolia.rest.client.TrustStoreConfiguration getTrustStoreConfiguration()
Error
Method 'protected javax.ws.rs.client.Invocation$Builder buildCall(javax.ws.rs.client.WebTarget)' has been removed info.magnolia.rest.client.call.AbstractRestCall protected javax.ws.rs.client.Invocation$Builder buildCall(javax.ws.rs.client.WebTarget)
Error
Method 'public info.magnolia.rest.client.RestClient createClient(info.magnolia.rest.client.RestClientDefinition)' has been added to an interface info.magnolia.rest.client.factory.ClientFactory public info.magnolia.rest.client.RestClient createClient(info.magnolia.rest.client.RestClientDefinition)
Error
Method 'public info.magnolia.rest.client.RestClient getNoCachedClient(info.magnolia.rest.client.RestClientDefinition)' has been added to an interface info.magnolia.rest.client.factory.ClientFactory public info.magnolia.rest.client.RestClient getNoCachedClient(info.magnolia.rest.client.RestClientDefinition)
Error
In method 'public RestClientRegistry()' the number of arguments has changed info.magnolia.rest.client.registry.RestClientRegistry public RestClientRegistry()
Info
Class info.magnolia.openapi.client.OpenApiDefinitionMapper added info.magnolia.openapi.client.OpenApiDefinitionMapper
Info
Class info.magnolia.openapi.client.OpenApiRestClientDefinition added info.magnolia.openapi.client.OpenApiRestClientDefinition
Info
Class info.magnolia.rest.client.ConfiguredRestCallDefinition added info.magnolia.rest.client.ConfiguredRestCallDefinition
Info
Added info.magnolia.config.NamedDefinition to the set of implemented interfaces info.magnolia.rest.client.ConfiguredRestClientDefinition
Info
Method 'public info.magnolia.rest.client.cache.definition.CacheConfigurationDefinition getCacheConfiguration()' has been added info.magnolia.rest.client.ConfiguredRestClientDefinition public info.magnolia.rest.client.cache.definition.CacheConfigurationDefinition getCacheConfiguration()
Info
Method 'public java.lang.Class getClientConfiguratorClass()' has been added info.magnolia.rest.client.ConfiguredRestClientDefinition public java.lang.Class getClientConfiguratorClass()
Info
Method 'public java.util.List getComponents()' has been added info.magnolia.rest.client.ConfiguredRestClientDefinition public java.util.List getComponents()
Info
Method 'public java.lang.Class getExceptionHandlerClass()' has been added info.magnolia.rest.client.ConfiguredRestClientDefinition public java.lang.Class getExceptionHandlerClass()
Info
Method 'public java.util.Map getProxies()' has been added info.magnolia.rest.client.ConfiguredRestClientDefinition public java.util.Map getProxies()
Info
Method 'public java.util.Map getSecuritySchemes()' has been added info.magnolia.rest.client.ConfiguredRestClientDefinition public java.util.Map getSecuritySchemes()
Info
Method 'public info.magnolia.rest.client.timeout.TimeoutConfigurationDefinition getTimeoutConfiguration()' has been added info.magnolia.rest.client.ConfiguredRestClientDefinition public info.magnolia.rest.client.timeout.TimeoutConfigurationDefinition getTimeoutConfiguration()
Info
Method 'public info.magnolia.rest.client.TrustStoreConfiguration getTrustStoreConfiguration()' has been added info.magnolia.rest.client.ConfiguredRestClientDefinition public info.magnolia.rest.client.TrustStoreConfiguration getTrustStoreConfiguration()
Info
Method 'public void setCacheConfiguration(info.magnolia.rest.client.cache.definition.CacheConfigurationDefinition)' has been added info.magnolia.rest.client.ConfiguredRestClientDefinition public void setCacheConfiguration(info.magnolia.rest.client.cache.definition.CacheConfigurationDefinition)
Info
Method 'public void setClientConfiguratorClass(java.lang.Class)' has been added info.magnolia.rest.client.ConfiguredRestClientDefinition public void setClientConfiguratorClass(java.lang.Class)
Info
Method 'public void setComponents(java.util.List)' has been added info.magnolia.rest.client.ConfiguredRestClientDefinition public void setComponents(java.util.List)
Info
Method 'public void setExceptionHandlerClass(java.lang.Class)' has been added info.magnolia.rest.client.ConfiguredRestClientDefinition public void setExceptionHandlerClass(java.lang.Class)
Info
Method 'public void setProxies(java.util.Map)' has been added info.magnolia.rest.client.ConfiguredRestClientDefinition public void setProxies(java.util.Map)
Info
Method 'public void setSecuritySchemes(java.util.Map)' has been added info.magnolia.rest.client.ConfiguredRestClientDefinition public void setSecuritySchemes(java.util.Map)
Info
Method 'public void setTimeoutConfiguration(info.magnolia.rest.client.timeout.TimeoutConfigurationDefinition)' has been added info.magnolia.rest.client.ConfiguredRestClientDefinition public void setTimeoutConfiguration(info.magnolia.rest.client.timeout.TimeoutConfigurationDefinition)
Info
Method 'public void setTrustStoreConfiguration(info.magnolia.rest.client.TrustStoreConfiguration)' has been added info.magnolia.rest.client.ConfiguredRestClientDefinition public void setTrustStoreConfiguration(info.magnolia.rest.client.TrustStoreConfiguration)
Info
Accessibility of field restClientDefinition has been increased from private to protected info.magnolia.rest.client.DefaultRestClient restClientDefinition
Info
Method 'public DefaultRestClient(javax.ws.rs.client.WebTarget, info.magnolia.rest.client.RestClientDefinition)' has been deprecated info.magnolia.rest.client.DefaultRestClient public DefaultRestClient(javax.ws.rs.client.WebTarget, info.magnolia.rest.client.RestClientDefinition)
Info
Method 'public DefaultRestClient(javax.ws.rs.client.WebTarget, info.magnolia.rest.client.RestClientDefinition, info.magnolia.rest.client.proxy.CreateProxy, info.magnolia.rest.client.exception.handler.RestClientExceptionHandler, info.magnolia.rest.client.timeout.TimeoutHandler, java.util.Map)' has been added info.magnolia.rest.client.DefaultRestClient public DefaultRestClient(javax.ws.rs.client.WebTarget, info.magnolia.rest.client.RestClientDefinition, info.magnolia.rest.client.proxy.CreateProxy, info.magnolia.rest.client.exception.handler.RestClientExceptionHandler, info.magnolia.rest.client.timeout.TimeoutHandler, java.util.Map)
Info
Method 'public javax.ws.rs.client.WebTarget getWebTarget()' has been added info.magnolia.rest.client.DefaultRestClient public javax.ws.rs.client.WebTarget getWebTarget()
Info
Method 'public java.lang.Object invoke(info.magnolia.rest.client.call.AbstractRestCall)' has been deprecated info.magnolia.rest.client.DefaultRestClient public java.lang.Object invoke(info.magnolia.rest.client.call.AbstractRestCall)
Info
Method 'public javax.ws.rs.core.Response invoke(java.lang.String, info.magnolia.rest.client.exception.handler.RestClientExceptionHandler)' has been added info.magnolia.rest.client.DefaultRestClient public javax.ws.rs.core.Response invoke(java.lang.String, info.magnolia.rest.client.exception.handler.RestClientExceptionHandler)
Info
Method 'public javax.ws.rs.core.Response invoke(java.lang.String, java.util.Map)' has been added info.magnolia.rest.client.DefaultRestClient public javax.ws.rs.core.Response invoke(java.lang.String, java.util.Map)
Info
Method 'public javax.ws.rs.core.Response invoke(java.lang.String, java.util.Map, info.magnolia.rest.client.exception.handler.RestClientExceptionHandler)' has been added info.magnolia.rest.client.DefaultRestClient public javax.ws.rs.core.Response invoke(java.lang.String, java.util.Map, info.magnolia.rest.client.exception.handler.RestClientExceptionHandler)
Info
Method 'public java.lang.Object proxy(java.lang.String)' has been added info.magnolia.rest.client.DefaultRestClient public java.lang.Object proxy(java.lang.String)
Info
Method 'public java.lang.Object proxy(java.lang.Class)' has been added info.magnolia.rest.client.DefaultRestClient public java.lang.Object proxy(java.lang.Class)
Info
Method 'public void setRestClientDefinition(info.magnolia.rest.client.RestClientDefinition)' has been deprecated info.magnolia.rest.client.DefaultRestClient public void setRestClientDefinition(info.magnolia.rest.client.RestClientDefinition)
Info
Class info.magnolia.rest.client.RestCallDefinition added info.magnolia.rest.client.RestCallDefinition
Info
Method 'public java.lang.Object handleRestException(info.magnolia.rest.client.call.AbstractRestCall, javax.ws.rs.WebApplicationException)' has been deprecated info.magnolia.rest.client.RestClient public java.lang.Object handleRestException(info.magnolia.rest.client.call.AbstractRestCall, javax.ws.rs.WebApplicationException)
Info
Method 'public java.lang.Object invoke(info.magnolia.rest.client.call.AbstractRestCall)' has been deprecated info.magnolia.rest.client.RestClient public java.lang.Object invoke(info.magnolia.rest.client.call.AbstractRestCall)
Info
Added info.magnolia.config.NamedDefinition to the set of implemented interfaces info.magnolia.rest.client.RestClientDefinition
Info
Method 'public java.lang.String getName()' has been removed, but an inherited definition exists. info.magnolia.rest.client.RestClientDefinition public java.lang.String getName()
Info
Added public field JSON_PATH_CONFIGURATION info.magnolia.rest.client.RestClientModule JSON_PATH_CONFIGURATION
Info
Method 'public RestClientModule(info.magnolia.rest.client.registry.ConfiguredRestClientManager)' has been deprecated info.magnolia.rest.client.RestClientModule public RestClientModule(info.magnolia.rest.client.registry.ConfiguredRestClientManager)
Info
Method 'public RestClientModule(info.magnolia.config.source.ConfigurationSourceFactory, info.magnolia.rest.client.registry.RestClientRegistry)' has been added info.magnolia.rest.client.RestClientModule public RestClientModule(info.magnolia.config.source.ConfigurationSourceFactory, info.magnolia.rest.client.registry.RestClientRegistry)
Info
Class info.magnolia.rest.client.RestClientProvider added info.magnolia.rest.client.RestClientProvider
Info
Class info.magnolia.rest.client.TrustStoreConfiguration added info.magnolia.rest.client.TrustStoreConfiguration
Info
Class info.magnolia.rest.client.authentication.BasicAuthentication added info.magnolia.rest.client.authentication.BasicAuthentication
Info
Class info.magnolia.rest.client.authentication.BasicSecurityScheme added info.magnolia.rest.client.authentication.BasicSecurityScheme
Info
Class info.magnolia.rest.client.authentication.BearerAuthentication added info.magnolia.rest.client.authentication.BearerAuthentication
Info
Class info.magnolia.rest.client.authentication.BearerSecurityScheme added info.magnolia.rest.client.authentication.BearerSecurityScheme
Info
Class info.magnolia.rest.client.authentication.definition.BasicSecuritySchemeDefinition added info.magnolia.rest.client.authentication.definition.BasicSecuritySchemeDefinition
Info
Class info.magnolia.rest.client.authentication.definition.BearerExpiryDefinition added info.magnolia.rest.client.authentication.definition.BearerExpiryDefinition
Info
Class info.magnolia.rest.client.authentication.definition.BearerSecuritySchemeDefinition added info.magnolia.rest.client.authentication.definition.BearerSecuritySchemeDefinition
Info
Class info.magnolia.rest.client.authentication.definition.ConfiguredBearerExpiryDefinition added info.magnolia.rest.client.authentication.definition.ConfiguredBearerExpiryDefinition
Info
Class info.magnolia.rest.client.authentication.definition.DurationExpiryDefinition added info.magnolia.rest.client.authentication.definition.DurationExpiryDefinition
Info
Class info.magnolia.rest.client.authentication.definition.FixedExpiryDateTimeDefinition added info.magnolia.rest.client.authentication.definition.FixedExpiryDateTimeDefinition
Info
Class info.magnolia.rest.client.authentication.definition.FixedExpiryInLongDefinition added info.magnolia.rest.client.authentication.definition.FixedExpiryInLongDefinition
Info
Class info.magnolia.rest.client.authentication.definition.SecuritySchemeDefinition added info.magnolia.rest.client.authentication.definition.SecuritySchemeDefinition
Info
Class info.magnolia.rest.client.authentication.definition.SecuritySchemeType added info.magnolia.rest.client.authentication.definition.SecuritySchemeType
Info
Class info.magnolia.rest.client.authentication.definition.TokenExpiryType added info.magnolia.rest.client.authentication.definition.TokenExpiryType
Info
Class info.magnolia.rest.client.authentication.resolver.BearerExpiryResolver added info.magnolia.rest.client.authentication.resolver.BearerExpiryResolver
Info
Class info.magnolia.rest.client.authentication.resolver.DurationExpiryResolver added info.magnolia.rest.client.authentication.resolver.DurationExpiryResolver
Info
Class info.magnolia.rest.client.authentication.resolver.FixedExpiryDateTimeResolver added info.magnolia.rest.client.authentication.resolver.FixedExpiryDateTimeResolver
Info
Class info.magnolia.rest.client.authentication.resolver.FixedExpiryInLongResolver added info.magnolia.rest.client.authentication.resolver.FixedExpiryInLongResolver
Info
Class info.magnolia.rest.client.authentication.resolver.NoopExpiryResolver added info.magnolia.rest.client.authentication.resolver.NoopExpiryResolver
Info
Class info.magnolia.rest.client.cache.RestResponseCacheEntry added info.magnolia.rest.client.cache.RestResponseCacheEntry
Info
Class info.magnolia.rest.client.cache.RestResponseCacheKey added info.magnolia.rest.client.cache.RestResponseCacheKey
Info
Class info.magnolia.rest.client.cache.definition.CacheConfigurationDefinition added info.magnolia.rest.client.cache.definition.CacheConfigurationDefinition
Info
Class info.magnolia.rest.client.cache.definition.ConfiguredCacheConfigurationDefinition added info.magnolia.rest.client.cache.definition.ConfiguredCacheConfigurationDefinition
Info
Class info.magnolia.rest.client.cache.filter.CachingFilter added info.magnolia.rest.client.cache.filter.CachingFilter
Info
Removed abstract modifier from class info.magnolia.rest.client.call.AbstractRestCall
Info
Added info.magnolia.config.NamedDefinition to the set of implemented interfaces info.magnolia.rest.client.call.AbstractRestCall
Info
Added info.magnolia.rest.client.RestCallDefinition to the set of implemented interfaces info.magnolia.rest.client.call.AbstractRestCall
Info
Added info.magnolia.rest.client.ConfiguredRestCallDefinition to the list of superclasses info.magnolia.rest.client.call.AbstractRestCall
Info
Method 'public java.lang.Object doCall(javax.ws.rs.client.WebTarget)' has been deprecated info.magnolia.rest.client.call.AbstractRestCall public java.lang.Object doCall(javax.ws.rs.client.WebTarget)
Info
Method 'public java.util.Map getCookies()' is now implemented in superclass info.magnolia.rest.client.ConfiguredRestCallDefinition info.magnolia.rest.client.call.AbstractRestCall public java.util.Map getCookies()
Info
Method 'public java.lang.Class getEntityClass()' is now implemented in superclass info.magnolia.rest.client.ConfiguredRestCallDefinition info.magnolia.rest.client.call.AbstractRestCall public java.lang.Class getEntityClass()
Info
Method 'public java.util.Map getHeaders()' is now implemented in superclass info.magnolia.rest.client.ConfiguredRestCallDefinition info.magnolia.rest.client.call.AbstractRestCall public java.util.Map getHeaders()
Info
Method 'public java.lang.String getPath()' is now implemented in superclass info.magnolia.rest.client.ConfiguredRestCallDefinition info.magnolia.rest.client.call.AbstractRestCall public java.lang.String getPath()
Info
Method 'public java.util.Map getQueryParams()' has been deprecated info.magnolia.rest.client.call.AbstractRestCall public java.util.Map getQueryParams()
Info
Method 'public java.util.Map getTemplateValues()' has been deprecated info.magnolia.rest.client.call.AbstractRestCall public java.util.Map getTemplateValues()
Info
Method 'public void setCookies(java.util.Map)' is now implemented in superclass info.magnolia.rest.client.ConfiguredRestCallDefinition info.magnolia.rest.client.call.AbstractRestCall public void setCookies(java.util.Map)
Info
Method 'public void setEntityClass(java.lang.Class)' is now implemented in superclass info.magnolia.rest.client.ConfiguredRestCallDefinition info.magnolia.rest.client.call.AbstractRestCall public void setEntityClass(java.lang.Class)
Info
Method 'public void setHeaders(java.util.Map)' is now implemented in superclass info.magnolia.rest.client.ConfiguredRestCallDefinition info.magnolia.rest.client.call.AbstractRestCall public void setHeaders(java.util.Map)
Info
Method 'public void setPath(java.lang.String)' is now implemented in superclass info.magnolia.rest.client.ConfiguredRestCallDefinition info.magnolia.rest.client.call.AbstractRestCall public void setPath(java.lang.String)
Info
Method 'public void setQueryParams(java.util.Map)' has been deprecated info.magnolia.rest.client.call.AbstractRestCall public void setQueryParams(java.util.Map)
Info
Method 'public void setTemplateValues(java.util.Map)' has been deprecated info.magnolia.rest.client.call.AbstractRestCall public void setTemplateValues(java.util.Map)
Info
Added info.magnolia.config.NamedDefinition to the set of implemented interfaces info.magnolia.rest.client.call.DeleteRestCall
Info
Added info.magnolia.rest.client.RestCallDefinition to the set of implemented interfaces info.magnolia.rest.client.call.DeleteRestCall
Info
Added info.magnolia.rest.client.ConfiguredRestCallDefinition to the list of superclasses info.magnolia.rest.client.call.DeleteRestCall
Info
Method 'public java.lang.Object doCall(javax.ws.rs.client.WebTarget)' has been removed, but an inherited definition exists. info.magnolia.rest.client.call.DeleteRestCall public java.lang.Object doCall(javax.ws.rs.client.WebTarget)
Info
Added info.magnolia.config.NamedDefinition to the set of implemented interfaces info.magnolia.rest.client.call.GetRestCall
Info
Added info.magnolia.rest.client.RestCallDefinition to the set of implemented interfaces info.magnolia.rest.client.call.GetRestCall
Info
Added info.magnolia.rest.client.ConfiguredRestCallDefinition to the list of superclasses info.magnolia.rest.client.call.GetRestCall
Info
Method 'public java.lang.Object doCall(javax.ws.rs.client.WebTarget)' has been removed, but an inherited definition exists. info.magnolia.rest.client.call.GetRestCall public java.lang.Object doCall(javax.ws.rs.client.WebTarget)
Info
Added info.magnolia.config.NamedDefinition to the set of implemented interfaces info.magnolia.rest.client.call.HeadRestCall
Info
Added info.magnolia.rest.client.RestCallDefinition to the set of implemented interfaces info.magnolia.rest.client.call.HeadRestCall
Info
Added info.magnolia.rest.client.ConfiguredRestCallDefinition to the list of superclasses info.magnolia.rest.client.call.HeadRestCall
Info
Method 'public java.lang.Object doCall(javax.ws.rs.client.WebTarget)' has been removed, but an inherited definition exists. info.magnolia.rest.client.call.HeadRestCall public java.lang.Object doCall(javax.ws.rs.client.WebTarget)
Info
Added info.magnolia.config.NamedDefinition to the set of implemented interfaces info.magnolia.rest.client.call.PostRestCall
Info
Added info.magnolia.rest.client.RestCallDefinition to the set of implemented interfaces info.magnolia.rest.client.call.PostRestCall
Info
Added info.magnolia.rest.client.ConfiguredRestCallDefinition to the list of superclasses info.magnolia.rest.client.call.PostRestCall
Info
Method 'public java.lang.Object doCall(javax.ws.rs.client.WebTarget)' has been removed, but an inherited definition exists. info.magnolia.rest.client.call.PostRestCall public java.lang.Object doCall(javax.ws.rs.client.WebTarget)
Info
Method 'public java.lang.Object getBody()' is now implemented in superclass info.magnolia.rest.client.ConfiguredRestCallDefinition info.magnolia.rest.client.call.PostRestCall public java.lang.Object getBody()
Info
Method 'public void setBody(java.lang.Object)' is now implemented in superclass info.magnolia.rest.client.ConfiguredRestCallDefinition info.magnolia.rest.client.call.PostRestCall public void setBody(java.lang.Object)
Info
Added info.magnolia.config.NamedDefinition to the set of implemented interfaces info.magnolia.rest.client.call.PutRestCall
Info
Added info.magnolia.rest.client.RestCallDefinition to the set of implemented interfaces info.magnolia.rest.client.call.PutRestCall
Info
Added info.magnolia.rest.client.ConfiguredRestCallDefinition to the list of superclasses info.magnolia.rest.client.call.PutRestCall
Info
Method 'public java.lang.Object doCall(javax.ws.rs.client.WebTarget)' has been removed, but an inherited definition exists. info.magnolia.rest.client.call.PutRestCall public java.lang.Object doCall(javax.ws.rs.client.WebTarget)
Info
Class info.magnolia.rest.client.event.RestClientDefinitionEvent added info.magnolia.rest.client.event.RestClientDefinitionEvent
Info
Class info.magnolia.rest.client.event.RestClientDefinitionEventHandler added info.magnolia.rest.client.event.RestClientDefinitionEventHandler
Info
Class info.magnolia.rest.client.exception.RestClientException added info.magnolia.rest.client.exception.RestClientException
Info
Class info.magnolia.rest.client.exception.handler.DefaultExceptionHandler added info.magnolia.rest.client.exception.handler.DefaultExceptionHandler
Info
Class info.magnolia.rest.client.exception.handler.RestClientExceptionHandler added info.magnolia.rest.client.exception.handler.RestClientExceptionHandler
Info
Method 'public info.magnolia.rest.client.RestClient createClient()' has been deprecated info.magnolia.rest.client.factory.ClientFactory public info.magnolia.rest.client.RestClient createClient()
Info
Method 'public DefaultClientFactory(info.magnolia.rest.client.RestClientDefinition)' has been deprecated info.magnolia.rest.client.factory.DefaultClientFactory public DefaultClientFactory(info.magnolia.rest.client.RestClientDefinition)
Info
Method 'public DefaultClientFactory(info.magnolia.objectfactory.ComponentProvider, javax.inject.Provider)' has been added info.magnolia.rest.client.factory.DefaultClientFactory public DefaultClientFactory(info.magnolia.objectfactory.ComponentProvider, javax.inject.Provider)
Info
Method 'public info.magnolia.rest.client.RestClient createClient(info.magnolia.rest.client.RestClientDefinition)' has been added info.magnolia.rest.client.factory.DefaultClientFactory public info.magnolia.rest.client.RestClient createClient(info.magnolia.rest.client.RestClientDefinition)
Info
Method 'public info.magnolia.module.cache.Cache getRestClientCache()' has been added info.magnolia.rest.client.factory.DefaultClientFactory public info.magnolia.module.cache.Cache getRestClientCache()
Info
Class info.magnolia.rest.client.factory.RestClientFactory added info.magnolia.rest.client.factory.RestClientFactory
Info
Class info.magnolia.rest.client.proxy.ConfiguredProxyDefinition added info.magnolia.rest.client.proxy.ConfiguredProxyDefinition
Info
Class info.magnolia.rest.client.proxy.CreateProxy added info.magnolia.rest.client.proxy.CreateProxy
Info
Class info.magnolia.rest.client.proxy.ProxyDefinition added info.magnolia.rest.client.proxy.ProxyDefinition
Info
Class info.magnolia.rest.client.redirect.RedirectFilter added info.magnolia.rest.client.redirect.RedirectFilter
Info
Added info.magnolia.config.registry.DefinitionReferenceIdResolver to the set of implemented interfaces info.magnolia.rest.client.registry.RestClientRegistry
Info
Added info.magnolia.config.registry.Registry to the set of implemented interfaces info.magnolia.rest.client.registry.RestClientRegistry
Info
Added info.magnolia.config.registry.AbstractRegistry to the list of superclasses info.magnolia.rest.client.registry.RestClientRegistry
Info
Method 'public info.magnolia.rest.client.RestClient getRestClient(java.lang.String)' has been deprecated info.magnolia.rest.client.registry.RestClientRegistry public info.magnolia.rest.client.RestClient getRestClient(java.lang.String)
Info
Method 'public info.magnolia.config.registry.DefinitionMetadataBuilder newMetadataBuilder()' has been added info.magnolia.rest.client.registry.RestClientRegistry public info.magnolia.config.registry.DefinitionMetadataBuilder newMetadataBuilder()
Info
Method 'protected info.magnolia.config.registry.DefinitionProvider onRegister(info.magnolia.config.registry.DefinitionProvider)' has been added info.magnolia.rest.client.registry.RestClientRegistry protected info.magnolia.config.registry.DefinitionProvider onRegister(info.magnolia.config.registry.DefinitionProvider)
Info
Method 'public void register(info.magnolia.config.registry.DefinitionProvider)' has been added info.magnolia.rest.client.registry.RestClientRegistry public void register(info.magnolia.config.registry.DefinitionProvider)
Info
Method 'public info.magnolia.config.registry.DefinitionType type()' has been added info.magnolia.rest.client.registry.RestClientRegistry public info.magnolia.config.registry.DefinitionType type()
Info
Method 'public java.util.Set unregisterAndRegister(java.util.Set, java.util.List)' has been deprecated info.magnolia.rest.client.registry.RestClientRegistry public java.util.Set unregisterAndRegister(java.util.Set, java.util.List)
Info
Method 'public java.util.Set unregisterAndRegister(java.util.Collection, java.util.Collection)' has been added info.magnolia.rest.client.registry.RestClientRegistry public java.util.Set unregisterAndRegister(java.util.Collection, java.util.Collection)
Info
Class info.magnolia.rest.client.setup.MigrateRestEasyClientDefinitions added info.magnolia.rest.client.setup.MigrateRestEasyClientDefinitions
Info
Class info.magnolia.rest.client.templating.RestTemplatingFunctions added info.magnolia.rest.client.templating.RestTemplatingFunctions
Info
Class info.magnolia.rest.client.timeout.TimeoutConfigurationDefinition added info.magnolia.rest.client.timeout.TimeoutConfigurationDefinition
Info
Class info.magnolia.rest.client.timeout.TimeoutHandler added info.magnolia.rest.client.timeout.TimeoutHandler
Info
Class info.magnolia.rest.client.value.DefaultTemplate added info.magnolia.rest.client.value.DefaultTemplate
Info
Class info.magnolia.rest.client.value.PasswordTemplate added info.magnolia.rest.client.value.PasswordTemplate
Info
Class info.magnolia.rest.client.value.ResolvedRestCallDefinition added info.magnolia.rest.client.value.ResolvedRestCallDefinition
Info
Class info.magnolia.rest.client.value.Template added info.magnolia.rest.client.value.Template
Info
Class info.magnolia.rest.client.value.Template$Result added info.magnolia.rest.client.value.Template$Result
Info
Class info.magnolia.rest.client.value.TemplateResolver added info.magnolia.rest.client.value.TemplateResolver
Info
Class info.magnolia.rest.client.value.TemplateType added info.magnolia.rest.client.value.TemplateType
Info
Class info.magnolia.rest.client.value.UnresolvableTemplateException added info.magnolia.rest.client.value.UnresolvableTemplateException
Info
Class info.magnolia.resteasy.client.RestEasyClient added info.magnolia.resteasy.client.RestEasyClient
Info
Class info.magnolia.resteasy.client.RestEasyClientDefinition added info.magnolia.resteasy.client.RestEasyClientDefinition
Info
Class info.magnolia.resteasy.client.RestEasyClientDefinition$BrowserCacheConfigurator added info.magnolia.resteasy.client.RestEasyClientDefinition$BrowserCacheConfigurator
Info
Class info.magnolia.resteasy.client.SSLRestEasyClientDefinition added info.magnolia.resteasy.client.SSLRestEasyClientDefinition
Info
Class info.magnolia.resteasy.client.factory.RestEasyClientFactory added info.magnolia.resteasy.client.factory.RestEasyClientFactory
Info
Class info.magnolia.resteasy.client.factory.SSLRestEasyClientFactory added info.magnolia.resteasy.client.factory.SSLRestEasyClientFactory
Info
Class info.magnolia.resteasy.client.proxy.ClientServiceDefinition added info.magnolia.resteasy.client.proxy.ClientServiceDefinition
Info
Class info.magnolia.resteasy.client.proxy.ConfiguredClientServiceDefinition added info.magnolia.resteasy.client.proxy.ConfiguredClientServiceDefinition

API Changelog

The following APIs were modified from version 1.7 to 2.0:
  • Non justified changes

    Class From To
    info.magnolia.openapi.client.OpenApiDefinitionMapper
    info.magnolia.openapi.client.OpenApiRestClientDefinition
    info.magnolia.rest.client.ConfiguredRestCallDefinition
    info.magnolia.rest.client.ConfiguredRestClientDefinition
    info.magnolia.rest.client.ConfiguredRestClientDefinition public info.magnolia.rest.client.TrustStoreConfiguration getTrustStoreConfiguration()
    info.magnolia.rest.client.ConfiguredRestClientDefinition public info.magnolia.rest.client.cache.definition.CacheConfigurationDefinition getCacheConfiguration()
    info.magnolia.rest.client.ConfiguredRestClientDefinition public info.magnolia.rest.client.timeout.TimeoutConfigurationDefinition getTimeoutConfiguration()
    info.magnolia.rest.client.ConfiguredRestClientDefinition public java.lang.Class getClientConfiguratorClass()
    info.magnolia.rest.client.ConfiguredRestClientDefinition public java.lang.Class getExceptionHandlerClass()
    info.magnolia.rest.client.ConfiguredRestClientDefinition public java.util.List getComponents()
    info.magnolia.rest.client.ConfiguredRestClientDefinition public java.util.Map getProxies()
    info.magnolia.rest.client.ConfiguredRestClientDefinition public java.util.Map getSecuritySchemes()
    info.magnolia.rest.client.ConfiguredRestClientDefinition public void setCacheConfiguration(info.magnolia.rest.client.cache.definition.CacheConfigurationDefinition)
    info.magnolia.rest.client.ConfiguredRestClientDefinition public void setClientConfiguratorClass(java.lang.Class)
    info.magnolia.rest.client.ConfiguredRestClientDefinition public void setComponents(java.util.List)
    info.magnolia.rest.client.ConfiguredRestClientDefinition public void setExceptionHandlerClass(java.lang.Class)
    info.magnolia.rest.client.ConfiguredRestClientDefinition public void setProxies(java.util.Map)
    info.magnolia.rest.client.ConfiguredRestClientDefinition public void setSecuritySchemes(java.util.Map)
    info.magnolia.rest.client.ConfiguredRestClientDefinition public void setTimeoutConfiguration(info.magnolia.rest.client.timeout.TimeoutConfigurationDefinition)
    info.magnolia.rest.client.ConfiguredRestClientDefinition public void setTrustStoreConfiguration(info.magnolia.rest.client.TrustStoreConfiguration)
    info.magnolia.rest.client.DefaultRestClient public DefaultRestClient(javax.ws.rs.client.WebTarget, info.magnolia.rest.client.RestClientDefinition)
    info.magnolia.rest.client.DefaultRestClient public DefaultRestClient(javax.ws.rs.client.WebTarget, info.magnolia.rest.client.RestClientDefinition, info.magnolia.rest.client.proxy.CreateProxy, info.magnolia.rest.client.exception.handler.RestClientExceptionHandler, info.magnolia.rest.client.timeout.TimeoutHandler, java.util.Map)
    info.magnolia.rest.client.DefaultRestClient public java.lang.Object invoke(info.magnolia.rest.client.call.AbstractRestCall)
    info.magnolia.rest.client.DefaultRestClient public java.lang.Object invoke(java.lang.String)
    info.magnolia.rest.client.DefaultRestClient public java.lang.Object proxy(java.lang.Class)
    info.magnolia.rest.client.DefaultRestClient public java.lang.Object proxy(java.lang.String)
    info.magnolia.rest.client.DefaultRestClient public javax.ws.rs.client.WebTarget getWebTarget()
    info.magnolia.rest.client.DefaultRestClient public javax.ws.rs.core.Response invoke(java.lang.String, info.magnolia.rest.client.exception.handler.RestClientExceptionHandler)
    info.magnolia.rest.client.DefaultRestClient public javax.ws.rs.core.Response invoke(java.lang.String, java.util.Map)
    info.magnolia.rest.client.DefaultRestClient public javax.ws.rs.core.Response invoke(java.lang.String, java.util.Map, info.magnolia.rest.client.exception.handler.RestClientExceptionHandler)
    info.magnolia.rest.client.DefaultRestClient public void setRestClientDefinition(info.magnolia.rest.client.RestClientDefinition)
    info.magnolia.rest.client.DefaultRestClient restClientDefinition
    info.magnolia.rest.client.DefaultRestClient restClientDefinition
    info.magnolia.rest.client.RestCallDefinition
    info.magnolia.rest.client.RestClient public java.lang.Object handleRestException(info.magnolia.rest.client.call.AbstractRestCall, javax.ws.rs.WebApplicationException)
    info.magnolia.rest.client.RestClient public java.lang.Object invoke(info.magnolia.rest.client.call.AbstractRestCall)
    info.magnolia.rest.client.RestClient public java.lang.Object invoke(java.lang.String)
    info.magnolia.rest.client.RestClient public java.lang.Object proxy(java.lang.Class)
    info.magnolia.rest.client.RestClient public java.lang.Object proxy(java.lang.String)
    info.magnolia.rest.client.RestClient public javax.ws.rs.client.WebTarget getWebTarget()
    info.magnolia.rest.client.RestClient public javax.ws.rs.core.Response invoke(java.lang.String, info.magnolia.rest.client.exception.handler.RestClientExceptionHandler)
    info.magnolia.rest.client.RestClient public javax.ws.rs.core.Response invoke(java.lang.String, java.util.Map)
    info.magnolia.rest.client.RestClient public javax.ws.rs.core.Response invoke(java.lang.String, java.util.Map, info.magnolia.rest.client.exception.handler.RestClientExceptionHandler)
    info.magnolia.rest.client.RestClientDefinition
    info.magnolia.rest.client.RestClientDefinition PROPERTY_REST_CLIENT_DEFINITION_CLASS
    info.magnolia.rest.client.RestClientDefinition public info.magnolia.rest.client.TrustStoreConfiguration getTrustStoreConfiguration()
    info.magnolia.rest.client.RestClientDefinition public info.magnolia.rest.client.cache.definition.CacheConfigurationDefinition getCacheConfiguration()
    info.magnolia.rest.client.RestClientDefinition public info.magnolia.rest.client.timeout.TimeoutConfigurationDefinition getTimeoutConfiguration()
    info.magnolia.rest.client.RestClientDefinition public java.lang.Class getClientConfiguratorClass()
    info.magnolia.rest.client.RestClientDefinition public java.lang.Class getExceptionHandlerClass()
    info.magnolia.rest.client.RestClientDefinition public java.lang.String getName()
    info.magnolia.rest.client.RestClientDefinition public java.util.List getComponents()
    info.magnolia.rest.client.RestClientDefinition public java.util.Map getProxies()
    info.magnolia.rest.client.RestClientDefinition public java.util.Map getSecuritySchemes()
    info.magnolia.rest.client.RestClientModule JSON_PATH_CONFIGURATION
    info.magnolia.rest.client.RestClientModule public RestClientModule(info.magnolia.config.source.ConfigurationSourceFactory, info.magnolia.rest.client.registry.RestClientRegistry)
    info.magnolia.rest.client.RestClientModule public RestClientModule(info.magnolia.rest.client.registry.ConfiguredRestClientManager)
    info.magnolia.rest.client.RestClientProvider
    info.magnolia.rest.client.TrustStoreConfiguration
    info.magnolia.rest.client.authentication.BasicAuthentication
    info.magnolia.rest.client.authentication.BasicSecurityScheme
    info.magnolia.rest.client.authentication.BearerAuthentication
    info.magnolia.rest.client.authentication.BearerSecurityScheme
    info.magnolia.rest.client.authentication.definition.BasicSecuritySchemeDefinition
    info.magnolia.rest.client.authentication.definition.BearerExpiryDefinition
    info.magnolia.rest.client.authentication.definition.BearerSecuritySchemeDefinition
    info.magnolia.rest.client.authentication.definition.ConfiguredBearerExpiryDefinition
    info.magnolia.rest.client.authentication.definition.DurationExpiryDefinition
    info.magnolia.rest.client.authentication.definition.FixedExpiryDateTimeDefinition
    info.magnolia.rest.client.authentication.definition.FixedExpiryInLongDefinition
    info.magnolia.rest.client.authentication.definition.SecuritySchemeDefinition
    info.magnolia.rest.client.authentication.definition.SecuritySchemeType
    info.magnolia.rest.client.authentication.definition.TokenExpiryType
    info.magnolia.rest.client.authentication.resolver.BearerExpiryResolver
    info.magnolia.rest.client.authentication.resolver.DurationExpiryResolver
    info.magnolia.rest.client.authentication.resolver.FixedExpiryDateTimeResolver
    info.magnolia.rest.client.authentication.resolver.FixedExpiryInLongResolver
    info.magnolia.rest.client.authentication.resolver.NoopExpiryResolver
    info.magnolia.rest.client.cache.RestResponseCacheEntry
    info.magnolia.rest.client.cache.RestResponseCacheKey
    info.magnolia.rest.client.cache.definition.CacheConfigurationDefinition
    info.magnolia.rest.client.cache.definition.ConfiguredCacheConfigurationDefinition
    info.magnolia.rest.client.cache.filter.CachingFilter
    info.magnolia.rest.client.call.AbstractRestCall
    info.magnolia.rest.client.call.AbstractRestCall
    info.magnolia.rest.client.call.AbstractRestCall
    info.magnolia.rest.client.call.AbstractRestCall
    info.magnolia.rest.client.call.AbstractRestCall protected javax.ws.rs.client.Invocation$Builder buildCall(javax.ws.rs.client.WebTarget)
    info.magnolia.rest.client.call.AbstractRestCall public java.lang.Class getEntityClass()
    info.magnolia.rest.client.call.AbstractRestCall public java.lang.Object doCall(javax.ws.rs.client.WebTarget)
    info.magnolia.rest.client.call.AbstractRestCall public java.lang.String getPath()
    info.magnolia.rest.client.call.AbstractRestCall public java.util.Map getCookies()
    info.magnolia.rest.client.call.AbstractRestCall public java.util.Map getHeaders()
    info.magnolia.rest.client.call.AbstractRestCall public java.util.Map getQueryParams()
    info.magnolia.rest.client.call.AbstractRestCall public java.util.Map getTemplateValues()
    info.magnolia.rest.client.call.AbstractRestCall public void setCookies(java.util.Map)
    info.magnolia.rest.client.call.AbstractRestCall public void setEntityClass(java.lang.Class)
    info.magnolia.rest.client.call.AbstractRestCall public void setHeaders(java.util.Map)
    info.magnolia.rest.client.call.AbstractRestCall public void setPath(java.lang.String)
    info.magnolia.rest.client.call.AbstractRestCall public void setQueryParams(java.util.Map)
    info.magnolia.rest.client.call.AbstractRestCall public void setTemplateValues(java.util.Map)
    info.magnolia.rest.client.call.DeleteRestCall
    info.magnolia.rest.client.call.DeleteRestCall
    info.magnolia.rest.client.call.DeleteRestCall
    info.magnolia.rest.client.call.DeleteRestCall public java.lang.Object doCall(javax.ws.rs.client.WebTarget)
    info.magnolia.rest.client.call.GetRestCall
    info.magnolia.rest.client.call.GetRestCall
    info.magnolia.rest.client.call.GetRestCall
    info.magnolia.rest.client.call.GetRestCall public java.lang.Object doCall(javax.ws.rs.client.WebTarget)
    info.magnolia.rest.client.call.HeadRestCall
    info.magnolia.rest.client.call.HeadRestCall
    info.magnolia.rest.client.call.HeadRestCall
    info.magnolia.rest.client.call.HeadRestCall public java.lang.Object doCall(javax.ws.rs.client.WebTarget)
    info.magnolia.rest.client.call.PostRestCall
    info.magnolia.rest.client.call.PostRestCall
    info.magnolia.rest.client.call.PostRestCall
    info.magnolia.rest.client.call.PostRestCall public java.lang.Object doCall(javax.ws.rs.client.WebTarget)
    info.magnolia.rest.client.call.PostRestCall public java.lang.Object getBody()
    info.magnolia.rest.client.call.PostRestCall public void setBody(java.lang.Object)
    info.magnolia.rest.client.call.PutRestCall
    info.magnolia.rest.client.call.PutRestCall
    info.magnolia.rest.client.call.PutRestCall
    info.magnolia.rest.client.call.PutRestCall public java.lang.Object doCall(javax.ws.rs.client.WebTarget)
    info.magnolia.rest.client.event.RestClientDefinitionEvent
    info.magnolia.rest.client.event.RestClientDefinitionEventHandler
    info.magnolia.rest.client.exception.RestClientException
    info.magnolia.rest.client.exception.handler.DefaultExceptionHandler
    info.magnolia.rest.client.exception.handler.RestClientExceptionHandler
    info.magnolia.rest.client.factory.ClientFactory public info.magnolia.rest.client.RestClient createClient()
    info.magnolia.rest.client.factory.ClientFactory public info.magnolia.rest.client.RestClient createClient(info.magnolia.rest.client.RestClientDefinition)
    info.magnolia.rest.client.factory.ClientFactory public info.magnolia.rest.client.RestClient getNoCachedClient(info.magnolia.rest.client.RestClientDefinition)
    info.magnolia.rest.client.factory.DefaultClientFactory public DefaultClientFactory(info.magnolia.objectfactory.ComponentProvider, javax.inject.Provider)
    info.magnolia.rest.client.factory.DefaultClientFactory public DefaultClientFactory(info.magnolia.rest.client.RestClientDefinition)
    info.magnolia.rest.client.factory.DefaultClientFactory public info.magnolia.module.cache.Cache getRestClientCache()
    info.magnolia.rest.client.factory.DefaultClientFactory public info.magnolia.rest.client.RestClient createClient(info.magnolia.rest.client.RestClientDefinition)
    info.magnolia.rest.client.factory.RestClientFactory
    info.magnolia.rest.client.proxy.ConfiguredProxyDefinition
    info.magnolia.rest.client.proxy.CreateProxy
    info.magnolia.rest.client.proxy.ProxyDefinition
    info.magnolia.rest.client.redirect.RedirectFilter
    info.magnolia.rest.client.registry.RestClientRegistry
    info.magnolia.rest.client.registry.RestClientRegistry
    info.magnolia.rest.client.registry.RestClientRegistry
    info.magnolia.rest.client.registry.RestClientRegistry protected info.magnolia.config.registry.DefinitionProvider onRegister(info.magnolia.config.registry.DefinitionProvider)
    info.magnolia.rest.client.registry.RestClientRegistry public RestClientRegistry()
    info.magnolia.rest.client.registry.RestClientRegistry public info.magnolia.config.registry.DefinitionMetadataBuilder newMetadataBuilder()
    info.magnolia.rest.client.registry.RestClientRegistry public info.magnolia.config.registry.DefinitionType type()
    info.magnolia.rest.client.registry.RestClientRegistry public info.magnolia.rest.client.RestClient getRestClient(java.lang.String)
    info.magnolia.rest.client.registry.RestClientRegistry public java.util.Set unregisterAndRegister(java.util.Collection, java.util.Collection)
    info.magnolia.rest.client.registry.RestClientRegistry public java.util.Set unregisterAndRegister(java.util.Set, java.util.List)
    info.magnolia.rest.client.registry.RestClientRegistry public void register(info.magnolia.config.registry.DefinitionProvider)
    info.magnolia.rest.client.setup.MigrateRestEasyClientDefinitions
    info.magnolia.rest.client.templating.RestTemplatingFunctions
    info.magnolia.rest.client.timeout.TimeoutConfigurationDefinition
    info.magnolia.rest.client.timeout.TimeoutHandler
    info.magnolia.rest.client.value.DefaultTemplate
    info.magnolia.rest.client.value.PasswordTemplate
    info.magnolia.rest.client.value.ResolvedRestCallDefinition
    info.magnolia.rest.client.value.Template
    info.magnolia.rest.client.value.Template$Result
    info.magnolia.rest.client.value.TemplateResolver
    info.magnolia.rest.client.value.TemplateType
    info.magnolia.rest.client.value.UnresolvableTemplateException
    info.magnolia.resteasy.client.RestEasyClient
    info.magnolia.resteasy.client.RestEasyClientDefinition
    info.magnolia.resteasy.client.RestEasyClientDefinition$BrowserCacheConfigurator
    info.magnolia.resteasy.client.SSLRestEasyClientDefinition
    info.magnolia.resteasy.client.factory.RestEasyClientFactory
    info.magnolia.resteasy.client.factory.SSLRestEasyClientFactory
    info.magnolia.resteasy.client.proxy.ClientServiceDefinition
    info.magnolia.resteasy.client.proxy.ConfiguredClientServiceDefinition