This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 691f1a8d0c7bf39b5222cf01f6928e313279bf8a
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Mar 18 11:52:45 2025 +0100

    CAMEL-21872 - Deprecate *HttpHeaderFilterStrategy - Undertow
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_11.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_11.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_11.adoc
index 3be8e554243..f546ce5f7b5 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_11.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_11.adoc
@@ -112,3 +112,7 @@ This deprecated component was removed in this release.
 === camel-platform-http
 
 The 
`org.apache.camel.component.platform.http.PlatformHttpHeaderFilterStrategy` 
class has been removed. Use the 
`org.apache.camel.http.base.HttpHeaderFilterStrategy`
+
+=== camel-undertow
+
+The `org.apache.camel.component.undertow.UndertowHeaderFilterStrategy` class 
has been deprecated. The default header filter strategy is now the 
`org.apache.camel.http.base.HttpHeaderFilterStrategy`

Reply via email to