This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
from cecf1a5990b chore(deps): Bump spring-security-version from 6.4.3 to 6.4.4 (#17486) new 3dbd3a1c0af CAMEL-21872 - Remove deprecate *HttpHeaderFilterStrategy - Platform HTTP new 86d4654dd73 CAMEL-21872 - Remove deprecate *HttpHeaderFilterStrategy - Platform HTTP new 6a43571d5fa CAMEL-21872 - Deprecate *HttpHeaderFilterStrategy - Netty HTTP new 867392034ab CAMEL-21872 - Deprecate *HttpHeaderFilterStrategy - Undertow new 86b67a4bcce CAMEL-21872 - Deprecate *HttpHeaderFilterStrategy - Undertow new 691f1a8d0c7 CAMEL-21872 - Deprecate *HttpHeaderFilterStrategy - Undertow The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../netty/http/NettyHttpHeaderFilterStrategy.java | 2 + .../http/PlatformHttpHeaderFilterStrategy.java | 45 ---------------------- .../camel/component/undertow/UndertowEndpoint.java | 3 +- .../undertow/UndertowHeaderFilterStrategy.java | 4 ++ .../ROOT/pages/camel-4x-upgrade-guide-4_11.adoc | 10 ++++- 5 files changed, 17 insertions(+), 47 deletions(-) delete mode 100644 components/camel-platform-http/src/main/java/org/apache/camel/component/platform/http/PlatformHttpHeaderFilterStrategy.java