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/01/23 09:52:56 UTC

[camel] branch master updated (6bc63bf -> 87aeb93)

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 6bc63bf  Fixed Cs for Camel-Ribbon
     new cdb56ad  CAMEL-13107: Move scheduler component out of camel-core
     new 87aeb93  Regen

The 34904 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:
 apache-camel/pom.xml                                        | 10 ++++++++++
 apache-camel/src/main/descriptors/common-bin.xml            |  2 ++
 camel-core/pom.xml                                          |  5 +++++
 camel-core/readme.adoc                                      |  5 +----
 components/{camel-direct => camel-scheduler}/pom.xml        | 11 +++++------
 .../camel-scheduler}/src/main/docs/scheduler-component.adoc |  0
 .../camel/component/scheduler/SchedulerComponent.java       |  0
 .../apache/camel/component/scheduler/SchedulerConsumer.java |  0
 .../apache/camel/component/scheduler/SchedulerEndpoint.java |  0
 .../java/org/apache/camel/component/scheduler/package.html  |  0
 components/pom.xml                                          |  1 +
 components/readme.adoc                                      | 13 ++-----------
 parent/pom.xml                                              | 10 ++++++++++
 .../pom.xml                                                 |  8 ++++----
 .../springboot/SchedulerComponentAutoConfiguration.java     |  0
 .../springboot/SchedulerComponentConfiguration.java         |  0
 .../src/main/resources/META-INF/LICENSE.txt                 |  0
 .../src/main/resources/META-INF/NOTICE.txt                  |  0
 .../src/main/resources/META-INF/spring.factories            |  2 +-
 .../src/main/resources/META-INF/spring.provides             |  2 +-
 platforms/spring-boot/components-starter/pom.xml            |  1 +
 21 files changed, 43 insertions(+), 27 deletions(-)
 copy components/{camel-direct => camel-scheduler}/pom.xml (97%)
 rename {camel-core => components/camel-scheduler}/src/main/docs/scheduler-component.adoc (100%)
 rename {camel-core => components/camel-scheduler}/src/main/java/org/apache/camel/component/scheduler/SchedulerComponent.java (100%)
 rename {camel-core => components/camel-scheduler}/src/main/java/org/apache/camel/component/scheduler/SchedulerConsumer.java (100%)
 rename {camel-core => components/camel-scheduler}/src/main/java/org/apache/camel/component/scheduler/SchedulerEndpoint.java (100%)
 rename {camel-core => components/camel-scheduler}/src/main/java/org/apache/camel/component/scheduler/package.html (100%)
 copy platforms/spring-boot/components-starter/{camel-beanstalk-starter => camel-scheduler-starter}/pom.xml (89%)
 copy platforms/spring-boot/components-starter/{camel-core-starter => camel-scheduler-starter}/src/main/java/org/apache/camel/component/scheduler/springboot/SchedulerComponentAutoConfiguration.java (100%)
 copy platforms/spring-boot/components-starter/{camel-core-starter => camel-scheduler-starter}/src/main/java/org/apache/camel/component/scheduler/springboot/SchedulerComponentConfiguration.java (100%)
 copy {tooling/maven/camel-package-maven-plugin => platforms/spring-boot/components-starter/camel-scheduler-starter}/src/main/resources/META-INF/LICENSE.txt (100%)
 copy {tooling/maven/camel-package-maven-plugin => platforms/spring-boot/components-starter/camel-scheduler-starter}/src/main/resources/META-INF/NOTICE.txt (100%)
 copy platforms/spring-boot/components-starter/{camel-wordpress-starter => camel-scheduler-starter}/src/main/resources/META-INF/spring.factories (94%)
 copy platforms/spring-boot/components-starter/{camel-ahc-starter => camel-scheduler-starter}/src/main/resources/META-INF/spring.provides (97%)