This is an automated email from the ASF dual-hosted git repository. orpiske pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git.
from db1f11c Regen for commit 2b811b65ab6c17cc7bb44dc67912ec18b7cf1744 new 07c08d2 CAMEL-15520: fixed deprecations in camel-jaxb new de3f0c5 CAMEL-15520: fixed deprecations in camel-jetty-common new 8ac4b1e CAMEL-15520: fixed deprecated usage of HttpOperationFailedException in camel-http, camel-jetty-common, camel-netty-http and camel-undertow compoonents The 3 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: .../http/common/HttpOperationFailedException.java | 31 ---------------------- .../common/HttpOperationFailedExceptionTest.java | 1 + .../camel/component/http/HttpPollingConsumer.java | 2 +- .../apache/camel/component/http/HttpProducer.java | 2 +- .../camel/component/http/HeaderFilteringTest.java | 2 +- .../component/http/HttpDefaultPortNumberTest.java | 2 +- .../camel/component/http/HttpRedirectTest.java | 2 +- .../camel/component/http/HttpSNIHostNameTest.java | 2 +- .../http/HttpThrowExceptionOnFailureTest.java | 2 +- .../org/apache/camel/jaxb/MyPersonService.java | 2 +- .../camel/component/jetty/JettyHttpBinding.java | 4 +-- .../camel/component/jetty/JettyHttpComponent.java | 6 +++-- .../http/rest/RestNettyMethodNotAllowedTest.java | 2 +- .../undertow/UndertowPrefixMatchingTest.java | 2 +- .../rest/RestUndertowMethodNotAllowedTest.java | 2 +- 15 files changed, 18 insertions(+), 46 deletions(-) delete mode 100644 components/camel-http-common/src/main/java/org/apache/camel/http/common/HttpOperationFailedException.java