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 c654fa5 CAMEL-14452: Use String for pageSize and font on PDF URI params new 692a409 CAMEL-14354: camel-core optimize new ad6ff91 CAMEL-14354: camel-core optimize new 997f777 CAMEL-14354: camel-core optimize new d4d4cdc CAMEL-14354: camel-core optimize new 7d5bfbf CAMEL-14354: camel-core optimize new e9f4f23 CAMEL-14354: camel-core optimize new 050cf96 Regen new 70e3a0e CAMEL-14354: camel-core optimize and fixed some tests and added camel-tooling to distro kit The 8 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: apache-camel/pom.xml | 8 ++ apache-camel/src/main/descriptors/common-bin.xml | 2 + .../cxf/common/header/CxfHeaderHelperTest.java | 16 +++- .../camel/component/cxf/DefaultCxfBindingTest.java | 15 +++- .../camel-ftp/src/main/docs/ftp-component.adoc | 13 +-- .../camel-ftp/src/main/docs/ftps-component.adoc | 13 +-- .../camel-ftp/src/main/docs/sftp-component.adoc | 13 +-- .../DeploymentContextCamelCommandTest.java | 4 +- .../workitem/GlobalContextCamelCommandTest.java | 4 +- .../apache/camel/component/mock/MockEndpoint.java | 25 +++++- .../src/assembly/test-bundles.xml | 2 + .../camel/dataformat/soap/SoapJaxbDataFormat.java | 14 ++-- .../integration/SpringIntegrationMessageTest.java | 3 +- .../camel/impl/engine/AbstractCamelContext.java | 25 ++++-- .../camel/impl/engine/DefaultProducerCache.java | 2 +- .../camel/impl/engine/DefaultRouteContext.java | 2 +- .../camel/impl/engine/DefaultUnitOfWork.java | 15 ++-- .../impl/engine/DefaultUnitOfWorkFactory.java | 7 +- .../apache/camel/impl/engine/MDCUnitOfWork.java | 8 +- .../impl/engine/SubscribeMethodProcessor.java | 2 +- .../camel/processor/CamelInternalProcessor.java | 12 +-- .../apache/camel/processor/MulticastProcessor.java | 4 +- .../apache/camel/processor/UnitOfWorkProducer.java | 2 +- .../org/apache/camel/reifier/AggregateReifier.java | 2 +- .../apache/camel/reifier/OnCompletionReifier.java | 2 +- .../apache/camel/reifier/ResequenceReifier.java | 4 +- .../org/apache/camel/reifier/WireTapReifier.java | 2 +- .../camel/impl/DefaultMessageHeaderTest.java | 12 ++- .../endpoint/dsl/FtpEndpointBuilderFactory.java | 46 +++++----- .../endpoint/dsl/FtpsEndpointBuilderFactory.java | 46 +++++----- .../endpoint/dsl/SftpEndpointBuilderFactory.java | 46 +++++----- .../org/apache/camel/support/DefaultEndpoint.java | 2 +- .../org/apache/camel/support/DefaultExchange.java | 25 +++++- .../org/apache/camel/support/DefaultMessage.java | 26 ++++-- .../modules/ROOT/pages/ftp-component.adoc | 79 ++++++++---------- .../modules/ROOT/pages/ftps-component.adoc | 93 ++++++++++----------- .../modules/ROOT/pages/rss-component.adoc | 6 +- .../modules/ROOT/pages/scp-component.adoc | 96 +++------------------ .../modules/ROOT/pages/sftp-component.adoc | 97 ++++++++++------------ .../example/transformer/OrderRouteSpringTest.java | 3 +- 40 files changed, 387 insertions(+), 411 deletions(-)