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 2023/08/15 13:10:23 UTC

[camel] branch regen_bot updated (6a49eb2a1b0 -> a313b98598d)

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


    from 6a49eb2a1b0 camel-jbang - direct and seda is allowed when stub
     add a313b98598d CAMEL-19740: camel-stub - Add dev console (#11110)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/component/seda/SedaComponent.java |   1 +
 .../apache/camel/component/seda/SedaEndpoint.java  |   9 ++
 .../services/org/apache/camel/dev-console/stub}    |   2 +-
 .../apache/camel/component/stub/StubConsole.java   | 137 +++++++++++++++++++++
 4 files changed, 148 insertions(+), 1 deletion(-)
 copy components/{camel-bean/src/generated/resources/META-INF/services/org/apache/camel/language/bean => camel-stub/src/generated/resources/META-INF/services/org/apache/camel/dev-console/stub} (53%)
 create mode 100644 components/camel-stub/src/main/java/org/apache/camel/component/stub/StubConsole.java