Clirr Results

The following document contains the results of Clirr.

  • Current Version: 2.1.3
  • Comparison Version: 2.1.2

Summary

Severity Number
Error Error 1
Warning Warning 0
Info Info 4

API Incompatibilities

Severity Message Class Method / Field
Error Method 'public java.util.List getSystemProperties()' has been added to an interface info.magnolia.rest.delivery.jcr.v2.JcrDeliveryEndpointDefinition public java.util.List getSystemProperties()
Info Method 'public info.magnolia.rest.delivery.jcr.filter.FilteringContentDecoratorBuilder systemProperties(java.util.List)' has been added info.magnolia.rest.delivery.jcr.filter.FilteringContentDecoratorBuilder public info.magnolia.rest.delivery.jcr.filter.FilteringContentDecoratorBuilder systemProperties(java.util.List)
Info Class info.magnolia.rest.delivery.jcr.filter.SystemPropertyHidingPredicate added info.magnolia.rest.delivery.jcr.filter.SystemPropertyHidingPredicate
Info Method 'public java.util.List getSystemProperties()' has been added info.magnolia.rest.delivery.jcr.v2.ConfiguredJcrDeliveryEndpointDefinition public java.util.List getSystemProperties()
Info Method 'public void setSystemProperties(java.util.List)' has been added info.magnolia.rest.delivery.jcr.v2.ConfiguredJcrDeliveryEndpointDefinition public void setSystemProperties(java.util.List)

API Changelog

The following APIs were modified from version 2.1.2 to 2.1.3:
  • Non justified changes

    Class From To
    info.magnolia.rest.delivery.jcr.filter.FilteringContentDecoratorBuilder public info.magnolia.rest.delivery.jcr.filter.FilteringContentDecoratorBuilder systemProperties(java.util.List)
    info.magnolia.rest.delivery.jcr.filter.SystemPropertyHidingPredicate
    info.magnolia.rest.delivery.jcr.v2.ConfiguredJcrDeliveryEndpointDefinition public java.util.List getSystemProperties()
    info.magnolia.rest.delivery.jcr.v2.ConfiguredJcrDeliveryEndpointDefinition public void setSystemProperties(java.util.List)
    info.magnolia.rest.delivery.jcr.v2.JcrDeliveryEndpointDefinition public java.util.List getSystemProperties()