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 cc6c33b  CAMEL-12618: Additional dependencies needed on ...
 discard e7f8781  CAMEL-12618: upgrade Groovy Eclipse compiler
 discard bce7bd2  CAMEL-12618: Use Groovy 3.0.0-SNAPSHOT for gmav...
 discard 659325e  CAMEL-12618: Use fork of maven-plugin-plugin th...
 discard e51d4e9  CAMEL-12618: Use fork of MVEL that supports Jav...
 discard 42b0115  Temporary disable JDK 9 and karaf-itest and spr...
     add 444021a  CAMEL-12816: CS fixes
     add 69a9ad4  [CAMEL-12605] Updated client integration tests
     add 64f050b  [CAMEL-12605] Fixed parsing issue with 
MultipartSignedEntityBody
     add d68481b  Camel-As2: Fixed CS
     add 9f8bfc5  Upgrade Json Schema Validator to version 0.1.22
     add e73bd8d  Upgrade Activemq to version 5.15.6
     add fc9bbd4  Upgrade Tika to version 1.19
     add 57533d4  CAMEL-12826: Add missing documentation in camel...
     new 3695a7f  Temporary disable JDK 9 and karaf-itest and spr...
     new 7bb2a00  CAMEL-12618: Use fork of MVEL that supports Jav...
     new e8b8fcf  CAMEL-12618: Use fork of maven-plugin-plugin th...
     new 1959b10  CAMEL-12618: Use Groovy 3.0.0-SNAPSHOT for gmav...
     new 04ed744  CAMEL-12618: upgrade Groovy Eclipse compiler
     new fb65783  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   (cc6c33b)
            \
             N -- N -- N   refs/heads/java-10-test (fb65783)

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 6 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:
 .../java/org/apache/camel/processor/Throttler.java |  2 +-
 .../camel/component/as2/api/AS2ClientManager.java  | 18 ++--
 .../component/as2/api/entity/EntityParser.java     | 34 +++++---
 .../component/as2/api/util/AS2HeaderUtils.java     |  4 +-
 .../component/as2/api/util/HttpMessageUtils.java   |  5 +-
 .../src/main/docs/as2-component.adoc               |  4 +-
 .../camel/component/as2/AS2Configuration.java      | 13 +--
 .../as2/AS2ClientManagerIntegrationTest.java       | 96 ++++++++++++++++++++++
 .../dataformat/bindy/BindyFixedLengthFactory.java  |  2 +-
 .../elasticsearch5/ElasticsearchBaseTest.java      |  2 -
 .../ElasticsearchClusterBaseTest.java              |  2 -
 .../camel-grape/src/main/docs/grape-component.adoc | 18 ++--
 .../camel/component/grape/GrapeComponent.groovy    |  2 +
 .../camel/component/grape/GrapeEndpoint.groovy     |  2 +-
 .../HazelcastIdempotentRepositoryTest.java         |  5 +-
 .../ExplicitEncodingAndXMLCharFilteringTest.java   |  3 +-
 .../camel/example/ExplicitFileEncodingTest.java    |  3 +-
 .../component/validator/jing/JingEndpoint.java     |  3 +-
 .../jpa/JpaRouteSharedEntityManagerTest.java       |  3 +-
 .../jpa/JpaRouteSkipLockedEntityTest.java          |  3 +-
 .../apache/camel/jsonpath/JsonPathSourceTest.java  |  2 -
 .../camel/component/olingo4/Olingo4AppAPITest.java |  2 -
 ...lSpringRouteProcessorDumpRouteCoverageTest.java |  2 -
 .../java/org/apache/camel/test/TestSupport.java    |  1 +
 .../apache/camel/test/junit4/CamelTestSupport.java |  1 +
 .../patterns/DebugNoLazyTypeConverterTest.java     |  1 -
 .../org/apache/camel/test/patterns/DebugTest.java  |  3 +-
 .../test/patterns/IsMockEndpointsFileTest.java     |  3 +-
 .../camel/test/patterns/IsMockEndpointsTest.java   |  1 -
 .../RouteBuilderConfigureExceptionTest.java        |  3 +-
 .../RouteProcessorDumpRouteCoverageTest.java       |  3 +-
 .../component/urlrewrite/BaseUrlRewriteTest.java   |  1 -
 .../reportincident/ReportIncidentRoutesTest.java   |  3 -
 .../transport/CamelTransportClientServerTest.java  |  3 -
 .../example/cxf/jaxrs/JAXRSClientServerTest.java   |  4 +-
 .../camel/example/guice/jms/IntegrationTest.java   |  5 +-
 .../apache/camel/loanbroker/LoanBrokerWSTest.java  |  2 -
 .../reportincident/ReportIncidentRoutesTest.java   |  2 -
 .../reportincident/ReportIncidentRoutesTest.java   |  2 -
 .../example/SpringJmsClientRemotingServerTest.java |  3 -
 .../camel/example/SpringJmsClientServerTest.java   |  2 -
 .../camel/example/spring/IntegrationTest.java      |  5 +-
 parent/pom.xml                                     |  6 +-
 .../catalog/maven/MavenArtifactProviderTest.java   |  2 +-
 .../catalog/maven/MavenVersionManagerTest.java     |  2 +-
 .../LocalNexusComponentCatalogRepositoryTest.java  |  2 +-
 .../nexus/LocalNexusConnectorRepositoryTest.java   |  2 +-
 .../catalog/karaf/KarafRuntimeProviderTest.java    |  1 -
 .../springboot/SpringBootRuntimeProviderTest.java  |  2 -
 .../as2/springboot/AS2ComponentConfiguration.java  | 14 ++--
 .../camel/component/jetty9/Jetty9SSLTest.java      |  1 -
 .../components-starter/camel-tika-starter/pom.xml  | 12 +++
 .../camel/component/undertow/UndertowSSLTest.java  |  1 -
 .../blueprint/CxfPayloadProviderRouterTest.java    |  3 -
 .../standalone/CamelContextStandaloneTest.java     |  5 +-
 .../org/apache/camel/itest/CamelJmsTestHelper.java |  1 +
 .../CustomerServicesWsAddressingTest.java          |  1 -
 ...ipientListInterceptSendToEndpointIssueTest.java |  4 +-
 .../itest/ftp/FtpInitialConnectTimeoutTest.java    |  1 +
 .../org/apache/camel/itest/ftp/FtpXQueryTest.java  |  4 +-
 .../itest/greeter/CamelFileGreeterOneWayTest.java  |  3 -
 .../itest/greeter/CamelGreeterFileDomTest.java     |  4 +-
 .../camel/itest/greeter/CamelGreeterTest.java      |  3 -
 .../apache/camel/itest/http/Http4EndpointTest.java |  3 -
 .../itest/http/Http4MaxConnectionPerHostTest.java  |  3 -
 .../org/apache/camel/itest/jetty/JettyJmsTest.java |  1 -
 .../apache/camel/itest/jms/JmsIntegrationTest.java |  1 +
 .../apache/camel/itest/jms/JmsJettyAsyncTest.java  |  1 +
 .../apache/camel/itest/jms/JmsPerformanceTest.java |  1 +
 .../apache/camel/itest/jms/JmsResequencerTest.java |  1 +
 .../org/apache/camel/itest/jms/PurchaseOrder.java  |  1 +
 .../itest/netty/NettyAsyncRequestReplyTest.java    |  1 +
 .../quartz/FtpCronScheduledRoutePolicyTest.java    |  5 +-
 .../camel/itest/security/GreeterClientTest.java    |  1 -
 .../apache/camel/itest/shiro/ShiroOverJmsTest.java |  1 +
 ...FromJmsToJdbcIdempotentConsumerToJmsXaTest.java |  1 -
 .../tools/apt/EndpointAnnotationProcessor.java     | 23 ++++++
 .../camel/json/simple/JsonSimpleOrderedTest.java   |  2 +-
 78 files changed, 246 insertions(+), 152 deletions(-)

Reply via email to