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 08a0ed5 nav.adoc fixed inside user-manual new 7657f6d CAMEL-13663: camel-main-maven-plugin to generte spring-boot tooling metadata to fool Java editors to have code completions for Camel Main application.properties files. new 4e52087 Regen new 0b13d7c CAMEL-13663: camel-main-maven-plugin to generte spring-boot tooling metadata to fool Java editors to have code completions for Camel Main application.properties files. new 4f1bdac CAMEL-13663: camel-main-maven-plugin to generte spring-boot tooling metadata to fool Java editors to have code completions for Camel Main application.properties files. new c316a27 CAMEL-13663: camel-main-maven-plugin to generte spring-boot tooling metadata to fool Java editors to have code completions for Camel Main application.properties files. new 6f01e56 CAMEL-13663: camel-main-maven-plugin to generte spring-boot tooling metadata to fool Java editors to have code completions for Camel Main application.properties files. new a6d02e0 CAMEL-13663: camel-main-maven-plugin to generte spring-boot tooling metadata to fool Java editors to have code completions for Camel Main application.properties files. new 8d9f781 CAMEL-13663: camel-main-maven-plugin to generte spring-boot tooling metadata to fool Java editors to have code completions for Camel Main application.properties files. The 8 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: .../src/main/docs/camel-main-maven-plugin.adoc | 100 ++--- .../org/apache/camel/maven/AbstractMainMojo.java | 32 +- .../java/org/apache/camel/maven/AutowireMojo.java | 296 -------------- .../java/org/apache/camel/maven/GenerateMojo.java | 443 +++++++++++++++++++++ .../apache/camel/maven/SpringBootToolingMojo.java | 171 -------- .../org/apache/camel/maven/model/AutowireData.java | 30 +- .../apache/camel/maven/model/SpringBootData.java | 29 +- .../src/main/docs/cm-sms-component.adoc | 6 +- examples/camel-example-main-artemis/pom.xml | 13 +- .../META-INF/spring-configuration-metadata.json | 210 ++++++++++ 10 files changed, 766 insertions(+), 564 deletions(-) delete mode 100644 catalog/camel-main-maven-plugin/src/main/java/org/apache/camel/maven/AutowireMojo.java create mode 100644 catalog/camel-main-maven-plugin/src/main/java/org/apache/camel/maven/GenerateMojo.java delete mode 100644 catalog/camel-main-maven-plugin/src/main/java/org/apache/camel/maven/SpringBootToolingMojo.java copy core/camel-core/src/test/java/org/apache/camel/processor/resequencer/TestObject.java => catalog/camel-main-maven-plugin/src/main/java/org/apache/camel/maven/model/AutowireData.java (67%) copy tooling/maven/camel-main-parser/src/main/java/org/apache/camel/main/parser/ConfigurationModel.java => catalog/camel-main-maven-plugin/src/main/java/org/apache/camel/maven/model/SpringBootData.java (82%)