You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/03/02 07:55:55 UTC

[camel] branch master updated (e677c61 -> 50f9f90)

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

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from e677c61  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-KMS component
     add 50f9f90  CAMEL-16280: NettyEndpointUriFactory#buildUri() not compatible with Netty endpoint URL (#5150)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/docs/netty-component.adoc |  2 +-
 .../camel/catalog/docs/netty-http-component.adoc   |  2 +-
 .../netty/http/NettyHttpEndpointUriFactory.java    |  2 +-
 .../camel/component/netty/http/netty-http.json     |  2 +-
 .../src/main/docs/netty-http-component.adoc        |  2 +-
 .../component/netty/http/NettyHttpEndpoint.java    |  2 +-
 .../http/NettyHttpEndpointUriAssemblerTest.java    | 10 +++---
 .../http/NettyHttpEndpointUriFactoryTest.java}     | 39 ++++++++--------------
 .../component/netty/NettyEndpointUriFactory.java   |  2 +-
 .../org/apache/camel/component/netty/netty.json    |  2 +-
 .../camel-netty/src/main/docs/netty-component.adoc |  2 +-
 .../camel/component/netty/NettyEndpoint.java       |  2 +-
 .../netty/NettyEndpointUriFactoryTest.java}        | 23 +++++++------
 .../test/junit5/EndpointUriFactoryTestSupport.java | 31 +++++++++--------
 .../src/generated/resources/metadata.json          |  4 +--
 .../builder/endpoint/StaticEndpointBuilders.java   | 16 ++++-----
 .../endpoint/dsl/NettyEndpointBuilderFactory.java  |  8 ++---
 .../dsl/NettyHttpEndpointBuilderFactory.java       |  8 ++---
 .../modules/ROOT/pages/netty-component.adoc        |  2 +-
 .../modules/ROOT/pages/netty-http-component.adoc   |  2 +-
 20 files changed, 77 insertions(+), 86 deletions(-)
 copy components/camel-netty-http/src/{main/java/org/apache/camel/component/netty/http/HttpPrincipal.java => test/java/org/apache/camel/component/netty/http/NettyHttpEndpointUriFactoryTest.java} (58%)
 copy components/camel-netty/src/{main/java/org/apache/camel/component/netty/DefaultChannelHandlerFactory.java => test/java/org/apache/camel/component/netty/NettyEndpointUriFactoryTest.java} (60%)
 copy core/camel-core/src/test/java/org/apache/camel/language/SimpleLanguageRouteTest.java => components/camel-test-junit5/src/main/java/org/apache/camel/test/junit5/EndpointUriFactoryTestSupport.java (61%)