This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git
omit 11664a0b2d8 Regen for commit d6c4a0a3e7f1bb9c054e00ef19dd53b85b033df4 add 3cb23b3f01a CAMEL-18786: skeleton for reorganizing the Camel Core documentation add f589b27504f [CAMEL-18737]: camel-kamelet parameter substitution does not work in bean instantiation when constructor is used (#8811) add 3c0a3be0368 Regen for commit dced9394719ddd344a07bfc03b29c071b683a38e add ea35b3ee5c5 Regen for commit d6c4a0a3e7f1bb9c054e00ef19dd53b85b033df4 add f5238d8b37c docs: fixed a typo in the HTML snipped used for documentation indexing add d181cffc670 camel-jbang - Polished add c530c3fd701 CAMEL-18788: camel-jbang - Run with --dev should use reload dir of the file in case its from another folder than current. add 103613cf603 CAMEL-14832: camel-swift - Move the test classes into the right packages add 6c84eb95ace docs: add docs/main to the list of sources add 04c103ab805 Regen for commit 6c84eb95ace6f4e57a90e5b660c292f89801abc2 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (11664a0b2d8) \ N -- N -- N refs/heads/regen_bot (04c103ab805) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: ...KameletBeanWithParametrizedConstructorTest.java | 72 +++ .../KameletBeanWithParametrizedFactoryTest.java | 53 +++ .../org/apache/camel/component/kamelet/MyBean.java | 37 ++ .../{mx => mt}/SpringSwiftMtDataFormatTest.java | 3 +- .../swift/{mx => mt}/SwiftMtDataFormatTest.java | 2 +- .../{mt => mx}/SpringSwiftMxDataFormatTest.java | 3 +- .../swift/{mt => mx}/SwiftMxDataFormatTest.java | 2 +- .../java/org/apache/camel/impl/DefaultModel.java | 6 +- docs/antora-playbook-local-xref-check.yml | 3 + .../antora.yml} | 27 +- .../modules/ROOT/attachments/contents-table.html | 97 ++++ docs/main/modules/ROOT/nav.adoc | 1 + docs/main/modules/ROOT/pages/index.adoc | 10 + .../modules/advanced-camel-core-guides/nav.adoc | 0 .../advanced-camel-core-guides/pages/index.adoc | 43 ++ .../main/modules/getting-started/nav.adoc | 0 .../modules/getting-started/pages/index.adoc} | 16 +- .../main/modules/reference/nav.adoc | 0 docs/main/modules/reference/pages/index.adoc | 12 + .../main/modules/working-with-camel-core/nav.adoc | 0 .../working-with-camel-core/pages/index.adoc | 71 +++ .../modules/ROOT/pages/book-getting-started.adoc | 526 +-------------------- .../endpoint/dsl/LogEndpointBuilderFactory.java | 37 +- .../apache/camel/dsl/jbang/core/commands/Run.java | 17 +- 24 files changed, 468 insertions(+), 570 deletions(-) create mode 100644 components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/KameletBeanWithParametrizedConstructorTest.java create mode 100644 components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/KameletBeanWithParametrizedFactoryTest.java create mode 100644 components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/MyBean.java rename components/camel-swift/src/test/java/org/apache/camel/dataformat/swift/{mx => mt}/SpringSwiftMtDataFormatTest.java (97%) rename components/camel-swift/src/test/java/org/apache/camel/dataformat/swift/{mx => mt}/SwiftMtDataFormatTest.java (99%) rename components/camel-swift/src/test/java/org/apache/camel/dataformat/swift/{mt => mx}/SpringSwiftMxDataFormatTest.java (98%) rename components/camel-swift/src/test/java/org/apache/camel/dataformat/swift/{mt => mx}/SwiftMxDataFormatTest.java (99%) copy docs/{antora-playbook-local-xref-check.yml => main/antora.yml} (67%) create mode 100644 docs/main/modules/ROOT/attachments/contents-table.html create mode 100644 docs/main/modules/ROOT/nav.adoc create mode 100644 docs/main/modules/ROOT/pages/index.adoc copy components/camel-jsch/src/test/resources/scp/known_hosts => docs/main/modules/advanced-camel-core-guides/nav.adoc (100%) create mode 100644 docs/main/modules/advanced-camel-core-guides/pages/index.adoc copy components/camel-jsch/src/test/resources/scp/known_hosts => docs/main/modules/getting-started/nav.adoc (100%) copy docs/{user-manual/modules/ROOT/pages/book-getting-started.adoc => main/modules/getting-started/pages/index.adoc} (97%) copy components/camel-jsch/src/test/resources/scp/known_hosts => docs/main/modules/reference/nav.adoc (100%) create mode 100644 docs/main/modules/reference/pages/index.adoc copy components/camel-jsch/src/test/resources/scp/known_hosts => docs/main/modules/working-with-camel-core/nav.adoc (100%) create mode 100644 docs/main/modules/working-with-camel-core/pages/index.adoc