This is an automated email from the ASF dual-hosted git repository. gnodet pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 811c6c2 CAMEL-14459 - camel-webhook - RAW() parameter value handling in delegated URI (#3550) add e489a0a Fix missing test dependency add c1ab1af [CAMEL-14507] Enhance components/endpoints configurers to inherit the parent add d4dbb96 Fix compilation issues No new revisions were added by this update. Summary of changes: .../catalog/lucene/CamelCatalogLuceneTest.java | 2 +- .../java/org/apache/camel/maven/ValidateMojo.java | 6 +- .../activemq/ActiveMQComponentConfigurer.java | 21 ++- .../activemq/ActiveMQEndpointConfigurer.java | 15 +- .../component/ahc/ws/WsComponentConfigurer.java | 22 +-- .../component/ahc/ws/WsEndpointConfigurer.java | 34 +--- .../component/amqp/AMQPComponentConfigurer.java | 15 +- .../component/amqp/AMQPEndpointConfigurer.java | 15 +- .../websocket/WebsocketComponentConfigurer.java | 26 +-- .../websocket/WebsocketEndpointConfigurer.java | 51 +----- .../beanclass/ClassComponentConfigurer.java | 12 +- .../beanclass/ClassEndpointConfigurer.java | 15 +- .../dataset/DataSetEndpointConfigurer.java | 31 +--- .../dataset/DataSetTestEndpointConfigurer.java | 31 +--- .../elytron/ElytronComponentConfigurer.java | 22 +-- .../elytron/ElytronEndpointConfigurer.java | 59 +----- .../file/remote/FtpsComponentConfigurer.java | 12 +- .../file/remote/FtpsEndpointConfigurer.java | 200 +-------------------- .../netty/http/NettyHttpComponentConfigurer.java | 21 +-- .../netty/http/NettyHttpEndpointConfigurer.java | 109 +---------- .../component/sjms2/Sjms2ComponentConfigurer.java | 40 +---- .../component/sjms2/Sjms2EndpointConfigurer.java | 74 +------- .../camel/component/cron/SpringCronEndpoint.java | 11 ++ .../component/stub/StubComponentConfigurer.java | 24 +-- .../component/stub/StubEndpointConfigurer.java | 42 +---- components/camel-test-junit5/pom.xml | 5 + components/camel-test/pom.xml | 5 + .../camel/component/vm/VmComponentConfigurer.java | 24 +-- .../camel/component/vm/VmEndpointConfigurer.java | 42 +---- .../camel/component/xj/XJComponentConfigurer.java | 26 +-- .../camel/component/xj/XJEndpointConfigurer.java | 40 +---- .../xslt/saxon/XsltSaxonComponentConfigurer.java | 20 +-- .../packaging/EndpointSchemaGeneratorMojo.java | 128 +++++++------ .../packaging/PropertyConfigurerGenerator.java | 29 ++- 34 files changed, 244 insertions(+), 985 deletions(-)