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

zregvart pushed a change to branch java-10-test
in repository https://gitbox.apache.org/repos/asf/camel.git.


 discard 217aac5  CAMEL-12618: Additional dependencies needed on ...
 discard b23dba9  CAMEL-12618: Use fork of maven-plugin-plugin th...
 discard 3f2666c  CAMEL-12618: Use fork of MVEL that supports Jav...
 discard e24218d  Temporary disable JDK 9 and karaf-itest builds
     add fed4461  Polished
     add 7cfb95d  CAMEL-12565: Added unit tests. Fixed a little issue in 
validator to ensure exception is set on exchange to allow advice to keep 
executing the next ones.
     add c50435f  CAMEL-12549 - upgrade groovy 2.5.1
     add 0a6617a  Remove unused imports
     add 129f9ab  CAMEL-12590: Fixed Type converter confusion when camel-cxf 
and camel-mail are in same classpath. SortTerm should not be a type converter 
there is no such need, just call it directly from the mail component like we do 
for search term.
     add 9072148  CAMEL-12713 - XsltUriResolver fix: relative paths can remove 
scheme from XSLT URI (#2456)
     add b2a68cf  CAMEL-12713: Fixed CS
     add c36f9e5  Update sjms-component.adoc
     add a4fbf95  CAMEL-12709: Fixed UseOriginalAggregationStrategy concurrency 
issue with splitter. Thanks to Matthias Humbert for reporting and test case.
     add 5132fa4  CAMEL-12549 - fix karaf features except upgrading 
camel-script karaf and the component
     add aa2970c  CAMEL-12549: fix camel-olingo2 to use older groovy in some 
build process.
     add 88d04ae  CAMEL-12714 - support handlers in cxf payload mode without 
SEI (#2457)
     add d9a98e8  CAMEL-12714: Fixed CS
     add 5ee10bb   CAMEL-12638: FluentProducerTemplate should be thread-safe 
(#2459)
     add e7b4805  CAMEL-12717: Updated camel-dozer to 6.4.0 for dozer
     add bec0532  Fix typo (#2461)
     add 388d846  Regen
     add 51d0198  CAMEL-12716: Some spring-boot-starters generated have wrong 
component name in their javadoc documentation
     add 87a7818  Regen
     add ee26311  Upgrade testcontainers-java to v1.8.3
     add 824047d  Fixed a test failing on jenkins where default encoding is 
ISO-8859-1
     add f543839  CAMEL-12724: camel-ftp - SftpOperations should set byte[] 
instead of OutputStream for exchange file body (#2463)
     add 79ee96f  Update sobject-pojo-optional.vm
     add cbb1f87  CAMEL-12660: Polished spring-boot docs
     add e7757e2  CAMEL-12711: Add configuration property 'bindAddress' for 
SFTP to specify the address of the local interface to which the SFTP connection 
should bind. (#2452)
     add 67bc1dd  CAMEL-12711: Polished
     add 148156e  Fix broken external links in component documentation
     add 08c5c41  camel-smpp: SmppConnectionFactory keep cause when 
constructing new Exceptions
     add 81821be  camel-smpp: SmppBinding: minimal corrections to debug level 
logging
     add 1e77852  Upgrade Mockito to version 2.21.0
     add 50fb304  fix some log messages
     add c46cf31  CAMEL-12726: Fix FindBugs warnings: Invocation of toString on 
an array
     new 1aec407  Temporary disable JDK 9 and karaf-itest builds
     new 146dce1  CAMEL-12618: Use fork of MVEL that supports Jav...
     new 723caf0  CAMEL-12618: Use fork of maven-plugin-plugin th...
     new f44db50  CAMEL-12618: Additional dependencies needed on ...

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (217aac5)
            \
             N -- N -- N   refs/heads/java-10-test (f44db50)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 4 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:
 buildingtools/pom.xml                              |  10 +-
 camel-core/pom.xml                                 | 144 ++++++---------------
 .../builder/DefaultFluentProducerTemplate.java     |  44 ++++---
 .../org/apache/camel/builder/ValidatorBuilder.java |  17 ++-
 .../apache/camel/builder/xml/XsltUriResolver.java  |   7 +-
 .../camel/component/dataset/FileDataSet.java       |   3 -
 .../org/apache/camel/impl/DefaultCamelContext.java |   2 -
 .../camel/impl/DefaultTransformerRegistry.java     |   4 -
 .../java/org/apache/camel/impl/EndpointKey.java    |   1 -
 .../language/simple/SimplePredicateParser.java     |   1 -
 .../simple/ast/SimpleFunctionExpression.java       |   1 -
 .../language/simple/ast/SimpleFunctionStart.java   |   1 -
 .../management/mbean/ManagedRemoveHeaders.java     |   4 +-
 .../management/mbean/ManagedRemoveProperties.java  |   4 +-
 .../camel/model/OptionalIdentifiedDefinition.java  |   1 -
 .../org/apache/camel/model/RouteDefinition.java    |   2 +-
 .../camel/model/rest/RestSecurityBasicAuth.java    |   1 -
 .../org/apache/camel/processor/ContractAdvice.java |  55 ++++----
 .../java/org/apache/camel/processor/Splitter.java  |   6 +-
 .../aggregate/UseOriginalAggregationStrategy.java  |  16 ++-
 .../camel/builder/xml/XsltUriResolverTest.java}    |  74 +++++------
 .../validator/BeanValidatorInputValidateTest.java  |  97 ++++++++++++++
 .../validator/BeanValidatorOutputValidateTest.java | 104 +++++++++++++++
 .../processor/SplitterUseOriginalLoopTest.java     |  56 ++++++++
 .../component/ArgumentSubstitutionParserTest.java  |   1 -
 .../src/main/docs/atomix-map-component.adoc        |   2 +-
 .../src/main/docs/atomix-messaging-component.adoc  |   2 +-
 .../src/main/docs/atomix-multimap-component.adoc   |   2 +-
 .../src/main/docs/atomix-queue-component.adoc      |   2 +-
 .../src/main/docs/atomix-set-component.adoc        |   2 +-
 .../src/main/docs/atomix-value-component.adoc      |   2 +-
 .../camel/component/box/api/BoxFoldersManager.java |   2 +-
 .../apache/camel/component/cxf/CxfEndpoint.java    |  46 +++----
 .../camel/component/cxf/CxfSpringEndpoint.java     | 100 +++++---------
 .../component/cxf/WSDLServiceFactoryBean.java      |   4 +-
 .../cxf/CxfPayloadWsdlWithoutSEITest.java          |  70 ++++++++++
 .../component/cxf/CxfPayloadWsdlWithoutSEI.xml     |  66 ++++++++++
 .../docker/producer/AsyncDockerProducer.java       |   2 +-
 .../camel/converter/dozer/MapperFactory.java       |   4 -
 .../camel-ftp/src/main/docs/sftp-component.adoc    |   3 +-
 .../component/file/remote/RemoteFileConsumer.java  |   2 +-
 .../component/file/remote/SftpConfiguration.java   |  13 ++
 .../component/file/remote/SftpOperations.java      | 101 +++++++++++++--
 components/camel-grape/pom.xml                     |   1 -
 .../camel/component/grape/MavenCoordinates.groovy  |  12 +-
 components/camel-groovy-dsl/pom.xml                |   7 +-
 components/camel-groovy/pom.xml                    |   2 +-
 components/camel-grpc/pom.xml                      |   8 +-
 .../src/main/docs/guava-eventbus-component.adoc    |   4 +-
 .../camel-jolt/src/main/docs/jolt-component.adoc   |   2 +-
 .../apache/camel/component/scp/ScpOperations.java  |   3 +-
 .../camel-kafka/src/main/docs/kafka-component.adoc |   2 +-
 .../apache/camel/component/mail/MailComponent.java |  16 +++
 .../camel/component/mail/MailConverters.java       |   9 +-
 .../camel-olingo2/camel-olingo2-component/pom.xml  |   2 +-
 components/camel-protobuf/pom.xml                  |   8 +-
 .../src/main/resources/sobject-pojo-optional.vm    |   2 +-
 components/camel-script/pom.xml                    |  13 +-
 .../camel-sjms/src/main/docs/sjms-component.adoc   |   4 -
 .../apache/camel/component/smpp/SmppBinding.java   |   4 +-
 .../component/smpp/SmppConnectionFactory.java      |   4 +-
 .../src/main/docs/spring-boot.adoc                 |   2 +-
 .../SupervisingRouteControllerConfiguration.java   |   2 +-
 .../camel-vertx/src/main/docs/vertx-component.adoc |   4 +-
 .../xmlsecurity/XMLSecurityDataFormatTest.java     |  11 +-
 parent/pom.xml                                     |  21 ++-
 .../karaf/features/src/main/resources/features.xml |   6 +-
 .../springboot/MailComponentConfiguration.java     |   2 +-
 .../camel-spring-boot-dependencies/pom.xml         |   2 +-
 platforms/spring-boot/spring-boot-dm/pom.xml       |   2 +-
 pom.xml                                            |   3 +-
 .../packaging/SpringBootAutoConfigurationMojo.java |   3 +-
 tooling/maven/camel-restdsl-swagger-plugin/pom.xml |   2 +-
 73 files changed, 854 insertions(+), 390 deletions(-)
 copy 
camel-core/src/{main/java/org/apache/camel/model/rest/RestSecurityBasicAuth.java
 => test/java/org/apache/camel/builder/xml/XsltUriResolverTest.java} (52%)
 create mode 100644 
camel-core/src/test/java/org/apache/camel/impl/validator/BeanValidatorInputValidateTest.java
 create mode 100644 
camel-core/src/test/java/org/apache/camel/impl/validator/BeanValidatorOutputValidateTest.java
 create mode 100644 
camel-core/src/test/java/org/apache/camel/processor/SplitterUseOriginalLoopTest.java
 create mode 100644 
components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfPayloadWsdlWithoutSEITest.java
 create mode 100644 
components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/CxfPayloadWsdlWithoutSEI.xml

Reply via email to