You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/03/27 00:42:12 UTC

[camel-spring-boot] branch automatic-periodic-sync updated (b1e46ab -> 46a4251)

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

github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.


    from b1e46ab  [create-pull-request] automated change
     add 2ae7fe6  Merge pull request #34 from apache/automatic-periodic-sync
     add ca29c57  Upgrade Jandex to version 2.1.3.Final
     add 37f6450  Regen
     add e6eface  Upgrade SB to 3.2.6
     add bed9131  Remove elytron-starter as its not a regular component anymore
     add 188ef4e  Regen
     add 7cebac8  Remove elytron-starter as its not a regular component anymore
     add da03293  Regen
     add 2c9f837  [CAMEL-14712] Fix lifecycle
     add 46a4251  [create-pull-request] automated change

No new revisions were added by this update.

Summary of changes:
 .../camel/springboot/catalog/components.properties |   1 -
 .../springboot/catalog/components/elytron.json     |  72 -------
 .../camel/springboot/catalog/components/imap.json  |  10 +-
 .../camel/springboot/catalog/components/imaps.json |  10 +-
 .../camel/springboot/catalog/components/pop3.json  |  10 +-
 .../camel/springboot/catalog/components/pop3s.json |  10 +-
 .../camel/springboot/catalog/components/smtp.json  |  10 +-
 .../camel/springboot/catalog/components/smtps.json |  10 +-
 .../springboot/catalog/components/weather.json     |  13 +-
 components-starter/README.adoc                     |   5 +-
 components-starter/camel-elytron-starter/pom.xml   |  66 ------
 .../src/main/docs/elytron-starter.adoc             |  43 ----
 .../ElytronComponentAutoConfiguration.java         | 108 ----------
 .../springboot/ElytronComponentConfiguration.java  | 239 ---------------------
 .../src/main/resources/META-INF/LICENSE.txt        | 203 -----------------
 .../src/main/resources/META-INF/NOTICE.txt         |  11 -
 .../src/main/resources/META-INF/spring.factories   |  19 --
 .../src/main/resources/META-INF/spring.provides    |  17 --
 .../src/main/docs/mail-starter.adoc                |   7 +-
 .../springboot/MailComponentConfiguration.java     |  19 +-
 .../src/main/docs/weather-starter.adoc             |   6 +-
 .../springboot/WeatherComponentConfiguration.java  |  38 ++--
 components-starter/pom.xml                         |   1 -
 .../camel/spring/boot/CamelAutoConfiguration.java  |   2 +-
 docs/modules/ROOT/pages/elytron-starter.adoc       |  43 ----
 docs/modules/ROOT/pages/list.adoc                  |   5 +-
 docs/modules/ROOT/pages/mail-starter.adoc          |   7 +-
 docs/modules/ROOT/pages/weather-starter.adoc       |   6 +-
 examples/camel-example-spring-boot-elytron/pom.xml |  88 --------
 .../camel-example-spring-boot-elytron/readme.adoc  |  48 -----
 .../camel/example/springboot/Application.java      |  85 --------
 .../camel/example/springboot/CamelRouter.java      |  83 -------
 .../src/main/resources/application.properties      |  21 --
 .../src/main/resources/spring/camel-context.xml    |  26 ---
 examples/pom.xml                                   |   1 -
 pom.xml                                            |   4 +-
 tooling/camel-spring-boot-dependencies/pom.xml     |  17 +-
 37 files changed, 86 insertions(+), 1278 deletions(-)
 delete mode 100644 catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/elytron.json
 delete mode 100644 components-starter/camel-elytron-starter/pom.xml
 delete mode 100644 components-starter/camel-elytron-starter/src/main/docs/elytron-starter.adoc
 delete mode 100644 components-starter/camel-elytron-starter/src/main/java/org/apache/camel/component/elytron/springboot/ElytronComponentAutoConfiguration.java
 delete mode 100644 components-starter/camel-elytron-starter/src/main/java/org/apache/camel/component/elytron/springboot/ElytronComponentConfiguration.java
 delete mode 100644 components-starter/camel-elytron-starter/src/main/resources/META-INF/LICENSE.txt
 delete mode 100644 components-starter/camel-elytron-starter/src/main/resources/META-INF/NOTICE.txt
 delete mode 100644 components-starter/camel-elytron-starter/src/main/resources/META-INF/spring.factories
 delete mode 100644 components-starter/camel-elytron-starter/src/main/resources/META-INF/spring.provides
 delete mode 100644 docs/modules/ROOT/pages/elytron-starter.adoc
 delete mode 100644 examples/camel-example-spring-boot-elytron/pom.xml
 delete mode 100644 examples/camel-example-spring-boot-elytron/readme.adoc
 delete mode 100644 examples/camel-example-spring-boot-elytron/src/main/java/org/apache/camel/example/springboot/Application.java
 delete mode 100644 examples/camel-example-spring-boot-elytron/src/main/java/org/apache/camel/example/springboot/CamelRouter.java
 delete mode 100644 examples/camel-example-spring-boot-elytron/src/main/resources/application.properties
 delete mode 100644 examples/camel-example-spring-boot-elytron/src/main/resources/spring/camel-context.xml