You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2020/07/28 15:17:22 UTC

[camel] branch master updated (0b93c47 -> c22a215)

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

gnodet pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 0b93c47  Sync Properties
     add c22a215  [CAMEL-11807] Remove remaining junit 4 references

No new revisions were added by this update.

Summary of changes:
 components/camel-arangodb/pom.xml                  |  2 +-
 components/camel-elytron/pom.xml                   |  2 +-
 components/camel-fhir/camel-fhir-component/pom.xml |  6 +++++
 components/camel-grpc/pom.xml                      |  6 +++++
 components/camel-hipchat/pom.xml                   |  2 +-
 components/camel-ipfs/pom.xml                      |  2 +-
 components/camel-lzf/pom.xml                       |  2 +-
 components/camel-openstack/pom.xml                 |  2 +-
 .../rabbitmq/integration/RabbitMQInOutIntTest.java |  6 ++---
 .../reactive/streams/DelayedMonoPublisherTest.java |  8 +++---
 .../support/ReactiveStreamsTestSupport.java        |  4 +--
 .../camel-salesforce-component/pom.xml             |  6 +++++
 .../maven/CamelSalesforceMojoIntegrationTest.java  | 11 ++++----
 .../camel/maven/SchemaMojoIntegrationTest.java     |  8 +++---
 components/camel-sap-netweaver/pom.xml             |  2 +-
 components/camel-spring-redis/pom.xml              |  2 +-
 components/camel-testcontainers-junit5/pom.xml     |  1 -
 components/camel-testcontainers/pom.xml            |  1 -
 components/camel-thrift/pom.xml                    |  6 +++++
 core/camel-core-catalog/pom.xml                    |  4 +--
 parent/pom.xml                                     |  5 ++++
 tests/camel-itest-performance/pom.xml              |  7 +----
 .../org/apache/camel/tests/performance/NoTest.java |  9 +++----
 .../tests/performance/ProducerCacheHitsTest.java   | 30 ++++++++++++----------
 tests/camel-performance/pom.xml                    |  4 +--
 .../test/perf/AbstractBasePerformanceTest.java     | 14 +++++-----
 .../perf/ContentBasedRoutingPerformanceTest.java   |  2 +-
 .../perf/HeaderBasedRoutingPerformanceTest.java    |  2 +-
 .../camel/test/perf/SplitterPerformanceTest.java   |  2 +-
 .../perf/XPathBasedRoutingPerformanceTest.java     |  2 +-
 .../perf/XQueryBasedRoutingPerformanceTest.java    |  2 +-
 .../camel/test/perf/XsltPerformanceTest.java       |  2 +-
 32 files changed, 95 insertions(+), 69 deletions(-)