This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit e2e7fcb4f63f649bb9cc5608886582233516ebfe Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Mar 21 13:51:30 2023 +0100 CAMEL-19178: camel-common-http - Make HttpBinding more reusable --- .../user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_21.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_21.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_21.adoc index 41534594882..1ab3839c1a8 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_21.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_21.adoc @@ -30,6 +30,12 @@ one of each out of the box. The option `camel.main.routesReloadRestartDuration` has changed its default value from `true` to `false`. +=== camel-http-common + +The API in `org.apache.camel.http.common.HttpBinding` has changed slightly to be more reusable. +The `parseBody` method now takes in `HttpServletRequest` as input parameter. And all `HttpMessage` +has been changed to generic `Message` types. + === camel-jaxb When using schema validation, then access to external DTD/Schema is disabled by default.