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 f071b446f78 doc: added note about a method from org.apache.camel.main.Listener that was removed in Camel 4 (#9865) f071b446f78 is described below commit f071b446f783ba4d2edde6f84f84f7199f64b4db Author: Otavio Rodolfo Piske <orpi...@users.noreply.github.com> AuthorDate: Fri Apr 14 14:11:33 2023 +0200 doc: added note about a method from org.apache.camel.main.Listener that was removed in Camel 4 (#9865) --- docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc | 1 + 1 file changed, 1 insertion(+) 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 6a79c258d78..0fee5bb8692 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 @@ -86,6 +86,7 @@ We have removed deprecated APIs such as the following: - Removed `archetypeCatalogAsXml` method from `org.apache.camel.catalog.CamelCatalog`. - The `org.apache.camel.health.HealthCheck` method `isLiveness` is now default `false` instead of `true`. - Added `position` method to `org.apache.camel.StreamCache`. +- The method `configure` from the interface `org.apache.camel.main.Listener` was removed == EIP Changes