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 ed329c1d127 CAMEL-19090: Remove deprecated apis in core ed329c1d127 is described below commit ed329c1d127cb80d0b50d7c5ecb8471535a76c8b Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Mar 3 06:53:56 2023 +0100 CAMEL-19090: Remove deprecated apis in core --- .../camel/component/cxf/transport/header/CxfHeaderFilterStrategy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-cxf/camel-cxf-transport/src/main/java/org/apache/camel/component/cxf/transport/header/CxfHeaderFilterStrategy.java b/components/camel-cxf/camel-cxf-transport/src/main/java/org/apache/camel/component/cxf/transport/header/CxfHeaderFilterStrategy.java index 57460bce469..f3b93c2deec 100644 --- a/components/camel-cxf/camel-cxf-transport/src/main/java/org/apache/camel/component/cxf/transport/header/CxfHeaderFilterStrategy.java +++ b/components/camel-cxf/camel-cxf-transport/src/main/java/org/apache/camel/component/cxf/transport/header/CxfHeaderFilterStrategy.java @@ -96,7 +96,7 @@ public class CxfHeaderFilterStrategy extends DefaultHeaderFilterStrategy { addToMessageHeaderFilterMap(new SoapMessageHeaderFilter()); // filter headers begin with "Camel" or "org.apache.camel" - setOutFilterPattern(CAMEL_FILTER_PATTERN); + setOutFilterStartsWith(CAMEL_FILTER_STARTS_WITH); } @SuppressWarnings("unchecked")