Branch: refs/heads/master
Home:
https://github.com/xwiki/xwiki-platform
Commit: 4dc4b618f94dcd8b4b97b140cfd25637f1e72f2f
https://github.com/xwiki/xwiki-platform/commit/4dc4b618f94dcd8b4b97b140cfd2…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-11-19 (Tue, 19 Nov 2024)
Changed paths:
M pom.xml
M xwiki-platform-core/pom.xml
M xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/pom.xml
M
xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/src/main/java/com/xpn/xwiki/plugin/feed/FeedPlugin.java
M
xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/src/main/java/com/xpn/xwiki/plugin/feed/FeedPluginApi.java
M
xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/src/main/java/com/xpn/xwiki/plugin/feed/SyndEntryDocumentSource.java
M
xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/src/main/java/com/xpn/xwiki/plugin/feed/SyndEntrySource.java
M
xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/src/main/java/com/xpn/xwiki/plugin/feed/SyndEntrySourceApi.java
R
xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/src/main/java/com/xpn/xwiki/plugin/feed/XWikiFeedFetcher.java
A
xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/src/main/java/com/xpn/xwiki/plugin/feed/internal/XWikiFeedFetcher.java
M
xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/src/test/java/com/xpn/xwiki/plugin/feed/SyndEntryDocumentSourceTest.java
M
xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/pom.xml
M
xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/NotificationsRSS.java
Log Message:
-----------
XWIKI-15705: Move to com.rometools version of the Rome API (#3576)
* Replace the rome classes by equivalent com.rometools classes, breaking
the API of the feed plugin.
* Add a much simpler implementation of XWikiFeedFetcher as feed fetching
has been removed in ROME 2 and the caching logic wasn't used. Make
XWikiFeedFetcher internal as it doesn't need to be public, and it
changed completely, anyway.
* Work around a change in the API of SyndEntry#setContributors.
* Remove all traces of ROME 1.
To unsubscribe from these emails, change your notification settings at
https://github.com/xwiki/xwiki-platform/settings/notifications