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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.


    from 232059e  [create-pull-request] automated change
     new 18083f6  Revert "Regen camel-opentracing starter"
     new 6a5b651  Regen

The 2 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:
 components-starter/camel-corda-starter/pom.xml     | 12 +++++
 components-starter/camel-iota-starter/pom.xml      | 12 +++++
 .../camel-opentracing-starter/pom.xml              |  4 +-
 .../src/main/docs}/opentracing-starter.adoc        |  0
 .../opentracing/starter/CamelOpenTracing.java}     |  6 +--
 .../starter/OpenTracingAutoConfiguration.java      | 57 ++++++++++++++++++++++
 .../OpenTracingConditionalAutoConfiguration.java}  | 12 ++---
 .../OpenTracingConfigurationProperties.java}       | 37 +++++++-------
 .../src/main/resources/META-INF/spring.factories   |  2 +-
 components-starter/pom.xml                         |  2 +-
 10 files changed, 114 insertions(+), 30 deletions(-)
 copy {docs/modules/ROOT/pages => 
components-starter/camel-opentracing-starter/src/main/docs}/opentracing-starter.adoc
 (100%)
 copy 
components-starter/{camel-zipkin-starter/src/main/java/org/apache/camel/zipkin/starter/CamelZipkin.java
 => 
camel-opentracing-starter/src/main/java/org/apache/camel/opentracing/starter/CamelOpenTracing.java}
 (90%)
 create mode 100644 
components-starter/camel-opentracing-starter/src/main/java/org/apache/camel/opentracing/starter/OpenTracingAutoConfiguration.java
 copy 
components-starter/{camel-zipkin-starter/src/main/java/org/apache/camel/zipkin/starter/ZipkinConditionalAutoConfiguration.java
 => 
camel-opentracing-starter/src/main/java/org/apache/camel/opentracing/starter/OpenTracingConditionalAutoConfiguration.java}
 (73%)
 copy 
components-starter/{camel-infinispan-starter/src/main/java/org/apache/camel/component/infinispan/springboot/customizer/EmbeddedCacheManagerCustomizerConfiguration.java
 => 
camel-opentracing-starter/src/main/java/org/apache/camel/opentracing/starter/OpenTracingConfigurationProperties.java}
 (54%)
 copy components-starter/{camel-apns-starter => 
camel-opentracing-starter}/src/main/resources/META-INF/spring.factories (93%)

Reply via email to