Showing with 2 additions and 26 deletions.
  1. +1 −1 pom.xml
  2. +1 −25 xwiki-commons-core/pom.xml
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<!-- The previous stable version of this project to check against for finding backward incompatibility
(binary and source). -->
<xwiki.compatibility.previous.version>15.8</xwiki.compatibility.previous.version>
<xwiki.compatibility.previous.version>15.9</xwiki.compatibility.previous.version>

<!-- Java -->
<xwiki.java.version>11</xwiki.java.version>
Expand Down
26 changes: 1 addition & 25 deletions xwiki-commons-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,31 +223,7 @@
</differences>
</revapi.differences>
-->
<revapi.differences>
<differences>
<item>
<ignore>true</ignore>
<code>java.method.removed</code>
<old>method org.xwiki.velocity.VelocityTemplate org.xwiki.velocity.VelocityEngine::compile(java.lang.String, java.io.Reader) throws org.xwiki.velocity.XWikiVelocityException</old>
<justification>Unstable API</justification>
<criticality>documented</criticality>
</item>
<item>
<ignore>true</ignore>
<code>java.class.removed</code>
<old>interface org.xwiki.velocity.VelocityFactory</old>
<justification>Moved to legacy</justification>
<criticality>allowed</criticality>
</item>
<item>
<ignore>true</ignore>
<code>java.method.addedToInterface</code>
<new>method org.xwiki.velocity.VelocityTemplate org.xwiki.velocity.VelocityManager::compile(java.lang.String, java.io.Reader) throws org.xwiki.velocity.XWikiVelocityException</new>
<justification>New API added to a component very unlikely to have a custom implementation</justification>
<criticality>highlight</criticality>
</item>
</differences>
</revapi.differences>

</analysisConfiguration>
</configuration>
</plugin>
Expand Down