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-spring-boot.git.


    from 37f6450  Regen
     new e6eface  Upgrade SB to 3.2.6
     new bed9131  Remove elytron-starter as its not a regular component anymore
     new 188ef4e  Regen
     new 7cebac8  Remove elytron-starter as its not a regular component anymore
     new da03293  Regen

The 5 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:
 .../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 +-
 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 +-
 components-starter/pom.xml                         |   1 -
 docs/modules/ROOT/pages/elytron-starter.adoc       |  43 ----
 docs/modules/ROOT/pages/list.adoc                  |   5 +-
 docs/modules/ROOT/pages/mail-starter.adoc          |   7 +-
 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                                            |   2 +-
 31 files changed, 64 insertions(+), 1216 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

Reply via email to