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/02/27 05:21:17 UTC

[camel] branch master updated (e63db5e -> c120614)

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 e63db5e  CAMEL-8293: camel-test should use Registry and let user bind beans more easily instead of having to use JndiRegistry.
     new 5e6996f  CAMEL-8293: camel-test should use Registry and let user bind beans more easily instead of having to use JndiRegistry.
     new c120614  CAMEL-8293: camel-test should use Registry and let user bind beans more easily instead of having to use JndiRegistry.

The 35678 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:
 .../activemq/CamelEmbeddedBrokerTestSupport.java        | 12 +-----------
 .../component/atom/AtomEntryPollingConsumerTest.java    | 10 +++-------
 .../apache/camel/component/atom/AtomEntrySortTest.java  | 12 +++++-------
 .../component/azure/queue/QueueServiceProducerTest.java |  9 ---------
 .../camel/component/cxf/jaxrs/CxfRsConsumerTest.java    |  9 +++------
 .../component/cxf/jaxrs/CxfRsConsumerWithBeanTest.java  | 12 ++++--------
 .../http4/HttpProducerConnectionCloseTest.java          | 10 ++++------
 .../apache/camel/component/ignite/IgniteEventsTest.java |  5 +----
 .../apache/camel/component/ignite/IgniteQueueTest.java  |  4 +---
 .../apache/camel/component/ignite/IgniteSetTest.java    |  4 +---
 .../component/ironmq/integrationtest/LoadTest.java      |  9 +++------
 .../org/apache/camel/example/DataFormatDataSetTest.java |  9 +++------
 .../org/apache/camel/component/jcr/JcrAuthTestBase.java | 10 +++-------
 .../jcr/JcrRouteDifferentWorkspaceTestSupport.java      |  7 +++----
 .../apache/camel/component/jcr/JcrRouteTestSupport.java |  9 +++------
 .../component/jgroups/raft/JGroupsRaftEndpointTest.java |  6 ++----
 .../camel/component/jms/discovery/JmsDiscoveryTest.java | 14 ++++++--------
 .../camel-lucene/src/main/docs/lucene-component.adoc    | 16 ++++------------
 .../lucene/LuceneIndexAndQueryProducerTest.java         | 11 ++++-------
 .../apache/camel/component/mina2/Mina2FiltersTest.java  | 13 +++++--------
 .../camel-netty4/src/main/docs/netty4-component.adoc    |  3 +--
 .../component/quartz2/DelegateEndpointQuartzTest.java   |  9 ++++-----
 .../quartz2/MultiplePoliciesOnRouteTest.java            |  8 +++-----
 .../rss/RssEntryPollingConsumerWithFilterTest.java      | 11 +++--------
 .../apache/camel/component/rss/RssEntrySortTest.java    | 10 +++-------
 .../org/apache/camel/component/rss/RssFilterTest.java   |  7 +++----
 .../builder/saxon/BeanWithXQueryInjectionTest.java      | 10 +++-------
 .../builder/saxon/XPathAnnotationResultTypeTest.java    |  9 +++------
 .../BeanWithXQueryInjectionUsingHeaderValueTest.java    | 12 ++++--------
 .../xslt/extensions/SaxonExtensionFunctionsTest.java    |  6 ++----
 .../org/apache/camel/test/junit4/CamelTestSupport.java  | 11 +++++++++++
 .../velocity/VelocityFileLetterWithPropertyTest.java    |  8 --------
 .../org/apache/camel/itest/async/HttpAsyncDslTest.java  | 10 +++-------
 .../camel/itest/async/HttpJmsAsyncTimeoutTest.java      | 10 +++-------
 .../apache/camel/itest/issues/RemoveEndpointsTest.java  | 11 +++--------
 .../org/apache/camel/itest/jms/DynamicRouteTest.java    | 12 ++++--------
 .../java/org/apache/camel/itest/jms/JmsHttpJmsTest.java | 10 +++-------
 .../apache/camel/itest/jms/JmsHttpPostIssueTest.java    | 10 +++-------
 .../camel/itest/jms/JmsHttpPostIssueWithMockTest.java   | 10 +++-------
 .../org/apache/camel/itest/jms/JmsIntegrationTest.java  | 10 ++++------
 .../java/org/apache/camel/itest/jms/JmsJaxbTest.java    | 10 +++-------
 .../org/apache/camel/itest/jms/JmsJettyAsyncTest.java   | 11 +++--------
 .../org/apache/camel/itest/jms/JmsPerformanceTest.java  | 13 ++++---------
 .../org/apache/camel/itest/jms/JmsPollEnrichTest.java   | 10 +++-------
 .../org/apache/camel/itest/jms/JmsResequencerTest.java  | 17 ++++++-----------
 .../org/apache/camel/itest/jms/JmsValidatorTest.java    | 10 +++-------
 .../camel/itest/netty/NettyAsyncRequestReplyTest.java   | 11 +++--------
 .../org/apache/camel/itest/shiro/ShiroOverJmsTest.java  | 11 +++--------
 48 files changed, 153 insertions(+), 318 deletions(-)