We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e41c8 commit 7c3ac2eCopy full SHA for 7c3ac2e
xwiki-commons-core/pom.xml
@@ -223,7 +223,21 @@
223
</differences>
224
</revapi.differences>
225
-->
226
-
+ <revapi.differences>
227
+ <differences>
228
+ <item>
229
+ <code>java.class.removed</code>
230
+ <old>class org.xwiki.xml.html.HTMLUtils.XWikiXMLOutputter</old>
231
+ <justification>
232
+ For security reasons, we need to get rid of JDOM 1 and this class extended a class that can’t be
233
+ extended in JDOM 2. As it makes little sense to expose this class, instead of breaking it, it has
234
+ been made private. As far we're aware, it hasn't been used outside HTMLUtils and thus shouldn't
235
+ break anything.
236
+ </justification>
237
+ <criticality>highlight</criticality>
238
+ </item>
239
+ </differences>
240
+ </revapi.differences>
241
</analysisConfiguration>
242
</configuration>
243
</plugin>
0 commit comments