For security reasons, it is necessary to drop the dependency on version 1 of ROME. Unfortunately, this
dependency is exposed in APIs. As these APIs should mainly be used by scripts and the new version
provides largely identical classes only with other package names, in practice this shouldn't cause any
real breakage.
</justification>
<criticality>highlight</criticality>
<differences>
<item>
<code>java.method.parameterTypeChanged</code>
<old>parameter int com.xpn.xwiki.plugin.feed.FeedPlugin.SyndEntryComparator::compare(===com.sun.syndication.feed.synd.SyndEntry===, com.sun.syndication.feed.synd.SyndEntry)</old>
<new>parameter int com.xpn.xwiki.plugin.feed.FeedPlugin.SyndEntryComparator::compare(===com.rometools.rome.feed.synd.SyndEntry===, com.rometools.rome.feed.synd.SyndEntry)</new>
<parameterIndex>0</parameterIndex>
</item>
<item>
<code>java.method.parameterTypeChanged</code>
<old>parameter int com.xpn.xwiki.plugin.feed.FeedPlugin.SyndEntryComparator::compare(com.sun.syndication.feed.synd.SyndEntry, ===com.sun.syndication.feed.synd.SyndEntry===)</old>
<new>parameter int com.xpn.xwiki.plugin.feed.FeedPlugin.SyndEntryComparator::compare(com.rometools.rome.feed.synd.SyndEntry, ===com.rometools.rome.feed.synd.SyndEntry===)</new>