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 d76116e CAMEL-16183: Remove <proxy> in old spring xml XSD which is deprecated and no longer in use. d76116e is described below commit d76116e92eda974c76de1460d81deb2924385e5b Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Sep 21 15:55:46 2021 +0200 CAMEL-16183: Remove <proxy> in old spring xml XSD which is deprecated and no longer in use. --- docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc index f1cb660..e154d3a 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc @@ -43,6 +43,10 @@ The `camel-yaml` data format has renamed the option `unmarshalTypeName` to `unma Remove the APIs to return the website documentation in ascii doc and html format, it is the methods with naming pattern `...AsciiDoc` and `...HtmlDoc`. +=== camel-cdi + +The XML DSL with `camel-cdi` has removed the deprecated `<proxy>` functionality. + === camel-jms The `camel-jms` component now better support Apache Artemis in streaming mode for large messages support,