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 2019/03/13 07:58:15 UTC

[camel] branch master updated (59595ca -> 61bfbc9)

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 59595ca  CAMEL-13321 - camel-twitter-direct-message doesn't use default delay of 30s https://issues.apache.org/jira/browse/CAMEL-13321
     new 2d62a2e  CAMEL-6589: Route should have exactly only 1 input.
     new 773e77d  CAMEL-6589: Route should have exactly only 1 input.
     new 3311ba3  CAMEL-6589: Route should have exactly only 1 input.
     new 61bfbc9  CAMEL-6589: Route should have exactly only 1 input.

The 36047 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:
 MIGRATION.md                                       |  4 ++
 .../blueprint/handler/CamelNamespaceHandler.java   | 14 ++---
 .../camel/blueprint/BlueprintJaxbRestTest.java     |  5 --
 .../apache/camel/blueprint/BlueprintJaxbTest.java  |  8 +--
 .../camel/cdi/test/XmlRouteContextImportTest.java  |  4 +-
 ...CometdProducerConsumerInOutInteractiveMain.java | 11 +++-
 .../jbpm/server/CamelKieServerExtension.java       | 29 +++++-----
 .../camel/spring/config/SpringRouteNoFromTest.java |  2 +-
 .../spring/config/SpringRouteNoOutputTest.java     |  2 +-
 .../camel/spring/config/XmlConfigTestSupport.java  |  4 +-
 .../camel/spring/issues/CustomIdIssuesTest.java    |  2 +-
 .../rest/SpringFromRestGetOnExceptionTest.xml      |  1 -
 .../rest/SpringFromRestGetRouteOnExceptionTest.xml |  1 -
 .../spring/processor/ThreadsCoreAndMaxPoolTest.xml |  4 ++
 .../camel/spring/processor/ThreadsCorePoolTest.xml |  6 +-
 .../spring/processor/fromMultipleEndpointTest.xml  |  3 +
 .../camel/test/blueprint/CustomIdIssuesTest.java   |  2 +-
 .../core/xml/AbstractCamelContextFactoryBean.java  |  2 +-
 .../org/apache/camel/builder/AdviceWithTasks.java  |  4 +-
 .../org/apache/camel/builder/RouteBuilder.java     | 28 +---------
 .../apache/camel/impl/AbstractCamelContext.java    |  8 +--
 .../java/org/apache/camel/impl/RouteIdFactory.java | 12 ++--
 .../org/apache/camel/model/RouteDefinition.java    | 50 +++++------------
 .../apache/camel/model/RouteDefinitionHelper.java  | 64 ++++++++++------------
 .../org/apache/camel/model/RoutesDefinition.java   | 24 --------
 .../org/apache/camel/reifier/RouteReifier.java     | 20 +++----
 ...seMethodWithMatchingTypeAndSkipSettersTest.java |  6 +-
 .../properties/PropertiesRouteFromTest.java        |  2 +-
 .../camel/impl/FromMultipleEndpointTest.java       |  3 +-
 .../apache/camel/impl/StartAndStopRoutesTest.java  |  2 +-
 .../org/apache/camel/issues/MultipleFromTest.java  |  3 +-
 .../model/StartingRoutesErrorReportedTest.java     | 11 ++--
 .../java/org/apache/camel/model/XmlParseTest.java  |  2 +-
 .../DeadLetterChannelRestartFromBeginningTest.java |  5 +-
 .../RandomLoadBalanceJavaDSLBuilderTest.java       |  2 +-
 .../management/mbean/ModelCamelContextHelper.java  |  6 +-
 .../apt/CoreEipAnnotationProcessorHelper.java      |  6 +-
 37 files changed, 137 insertions(+), 225 deletions(-)