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

nfilotto pushed a change to branch 346/auto-detect-version
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


 discard c73351c6 Ref #346: Allow to auto detect the version of transitive 
dependencies
     add 9d5301a5 Ref #347: Add camel-kafka integration tests (#348)
     add 904fbcac Ref #346: Allow to auto detect the version of transitive 
dependencies

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   (c73351c6)
            \
             N -- N -- N   refs/heads/346/auto-detect-version (904fbcac)

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.

No new revisions were added by this update.

Summary of changes:
 .../{camel-elasticsearch => camel-kafka}/pom.xml   | 11 ++++----
 .../karaf/camel/test/CamelKafkaRouteSupplier.java} | 30 +++++++++++++++-------
 .../apache/karaf/camel/itest/CamelKafkaITest.java} | 22 ++++++++--------
 tests/features/pom.xml                             |  1 +
 .../karaf/feature/maven/AutoDetectVersionMojo.java |  7 +++--
 .../src/it/auto-detect-version/pom.xml             |  2 +-
 .../src/it/configure-spi/pom.xml                   |  2 +-
 7 files changed, 44 insertions(+), 31 deletions(-)
 copy tests/features/{camel-elasticsearch => camel-kafka}/pom.xml (84%)
 copy 
tests/features/{camel-netty-http/src/main/java/org/apache/karaf/camel/test/CamelNettyHttpRouteSupplier.java
 => 
camel-kafka/src/main/java/org/apache/karaf/camel/test/CamelKafkaRouteSupplier.java}
 (60%)
 copy 
tests/features/{camel-spring-rabbitmq/src/test/java/org/apache/karaf/camel/itest/CamelSpringRabbitmqITest.java
 => 
camel-kafka/src/test/java/org/apache/karaf/camel/itest/CamelKafkaITest.java} 
(65%)

Reply via email to