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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 98ca9945350 CAMEL-20163: consolidate common header filtering methods
     add 0db49ab7f73 CAMEL-20163: cleaned up unnecessary suppressions
     add 72151fc0c14 CAMEL-20163: removed commented code
     add 7422ff355b0 (chores) break large methods in HTTP components
     add 122fe46b857 (chores) use simpler methods for emptiness checks
     add 95b523b5398 (chores) use StandardCharsets instead of charset strings
     add 56ef1fd29d5 (chores) removed unnecessary call to toString
     add dfc16b534f1 (chores) use static inner classes
     add 22dca31b1ec (chores) use List.of which is simpler and more efficient 
for single objects

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/http/base/HttpHelper.java     |  1 -
 .../camel/http/base/HttpSendDynamicAware.java      | 29 +++++++-----
 .../org/apache/camel/http/common/HttpHelper.java   |  3 +-
 .../http/HttpSendDynamicAwareBasicAuthTest.java    |  3 --
 .../camel/component/jetty/JettyHttpComponent.java  |  2 +-
 .../component/jetty11/JettyHttpComponent11.java    |  2 +-
 ...ExplicitHttpsSslContextParametersRouteTest.java |  8 ----
 .../jetty/ExplicitJettyAsyncRouteTest.java         |  2 +-
 .../component/jetty/ExplicitJettyRouteTest.java    |  2 +-
 .../camel/component/jetty/HttpBindingRefTest.java  |  2 +-
 .../component/jetty/HttpCharacterEncodingTest.java |  2 +-
 .../camel/component/jetty/HttpClientRouteTest.java |  4 +-
 .../component/jetty/HttpRequestResponseTest.java   |  2 +-
 .../camel/component/jetty/HttpRouteTest.java       |  3 +-
 .../camel/component/jetty/HttpsAsyncRouteTest.java |  3 +-
 .../camel/component/jetty/HttpsRouteTest.java      |  3 +-
 .../component/jetty/JettyContentTypeTest.java      |  2 +-
 .../jetty/JettyHttpEndpointDisconnectTest.java     |  2 +-
 .../camel/component/jetty/JettyImageFileTest.java  |  2 +-
 .../jetty/JettyResponseBodyWhenErrorTest.java      |  2 +-
 .../camel/component/jetty/JettyRouteTest.java      |  2 +-
 .../jetty/JettyRouteWithSocketPropertiesTest.java  |  2 +-
 .../component/jetty/SpringHttpsRouteTest.java      |  3 +-
 .../netty/http/DefaultNettyHttpBinding.java        | 23 ++++++----
 .../netty/http/HttpClientInitializerFactory.java   |  2 +-
 .../component/netty/http/NettyHttpHelper.java      |  1 -
 .../netty/http/SecurityAuthenticatorSupport.java   |  4 +-
 .../http/handlers/HttpServerChannelHandler.java    | 30 ++++++------
 .../HttpServerMultiplexChannelHandler.java         |  1 -
 ...tpBasicAuthCustomSecurityAuthenticatorTest.java |  2 +-
 .../netty/http/NettyHttpBridgeEncodedPathTest.java |  4 +-
 .../netty/http/NettyHttpCharacterEncodingTest.java |  2 +-
 ...pEndpointUriCustomHeaderFilterStrategyTest.java |  2 +-
 .../platform/http/main/MainHttpServer.java         |  4 +-
 ...rtxPlatformHttpEngineWithTypeConverterTest.java |  2 +-
 .../platform/http/PlatformHttpConsole.java         | 35 ++++++++------
 .../http/JettyCustomPlatformHttpConsumer.java      |  2 +-
 .../undertow/DefaultUndertowHttpBinding.java       | 27 ++++++-----
 .../component/undertow/UndertowClientCallback.java | 23 ++++++----
 .../camel/component/undertow/UndertowConsumer.java | 53 ++++++++++++----------
 .../camel/component/undertow/UndertowHelper.java   |  2 +-
 .../undertow/handlers/CamelRootHandler.java        | 30 +++++++-----
 .../rest/RestUndertowHttpPojoTypeTest.java         |  2 +-
 .../undertow/ws/UndertowWsConsumerRouteTest.java   |  9 ++--
 .../component/vertx/http/VertxHttpHelper.java      |  2 +-
 45 files changed, 190 insertions(+), 158 deletions(-)

Reply via email to