This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 7c94d80390a CAMEL-19063: camel-atom/camel-rss - Use another atom parser that is up to date. 7c94d80390a is described below commit 7c94d80390a0c71becd39e3cd0434ef82a7bb897 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Jul 18 13:44:45 2023 +0200 CAMEL-19063: camel-atom/camel-rss - Use another atom parser that is up to date. --- docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc index 48f2060bf5c..028d5e7228c 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc @@ -247,6 +247,11 @@ The number of enums for `org.apache.camel.Category` has been reduced from 83 to that are using removed values need to choose one of the remainder values. We have done this to consolidate the number of categories of all components in the Camel community. +=== camel-atom + +The `camel-atom` component has changed the 3rd party atom client from Apache Abdera to RSSReader. +This means the feed object is changed from `org.apache.abdera.model.Feed` to `com.apptasticsoftware.rssreader.Item`. + === camel-azure-cosmosdb The `itemPartitionKey` has been updated. It's now a String a not a PartitionKey anymore. More details in CAMEL-19222.