Clirr Results

The following document contains the results of Clirr.

  • Current Version: 2.1
  • Comparison Version: 2.0.2

Summary

Severity Number
Error Error 2
Warning Warning 0
Info Info 6

API Incompatibilities

Severity Message Class Method / Field
Error Method 'public java.lang.String getEndpointPath()' has been added to an interface info.magnolia.rest.EndpointDefinition public java.lang.String getEndpointPath()
Error Field PROPERTY_NAME_IMPLEMENTATION_CLASS has been removed, but it was previously a constant info.magnolia.rest.registry.ConfiguredEndpointDefinition PROPERTY_NAME_IMPLEMENTATION_CLASS
Info Class info.magnolia.rest.DynamicPath added info.magnolia.rest.DynamicPath
Info Method 'protected java.lang.String getBasePath(java.lang.String)' has been added info.magnolia.rest.RestDispatcherServlet protected java.lang.String getBasePath(java.lang.String)
Info Class info.magnolia.rest.RestJerseyDispatcherServlet added info.magnolia.rest.RestJerseyDispatcherServlet
Info Method 'public java.lang.String getEndpointPath()' has been added info.magnolia.rest.registry.ConfiguredEndpointDefinition public java.lang.String getEndpointPath()
Info Method 'public void setEndpointPath(java.lang.String)' has been added info.magnolia.rest.registry.ConfiguredEndpointDefinition public void setEndpointPath(java.lang.String)
Info Class info.magnolia.rest.registry.EndpointDefinitionRegistry$RelativePathMetadataBuilder added info.magnolia.rest.registry.EndpointDefinitionRegistry$RelativePathMetadataBuilder

API Changelog

The following APIs were modified from version 2.0.2 to 2.1:
  • Non justified changes

    Class From To
    info.magnolia.rest.DynamicPath
    info.magnolia.rest.EndpointDefinition public java.lang.String getEndpointPath()
    info.magnolia.rest.RestDispatcherServlet protected java.lang.String getBasePath(java.lang.String)
    info.magnolia.rest.RestJerseyDispatcherServlet
    info.magnolia.rest.registry.ConfiguredEndpointDefinition PROPERTY_NAME_IMPLEMENTATION_CLASS
    info.magnolia.rest.registry.ConfiguredEndpointDefinition public java.lang.String getEndpointPath()
    info.magnolia.rest.registry.ConfiguredEndpointDefinition public void setEndpointPath(java.lang.String)
    info.magnolia.rest.registry.EndpointDefinitionRegistry$RelativePathMetadataBuilder