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 2022/08/26 11:25:51 UTC

[camel] branch regen_bot updated (d65dbfd9c0d -> fa5a437e289)

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 d65dbfd9c0d Revert "Maven surefire issue SUREFIRE-1831 is resolved, so bump surefire and failsafe to the latest version"
     add 19b05ef70b0 CAMEL-18425: camel-cli - Make regular Camel applications work with Camel CLI
     add 463899970d7 CAMEL-18430: Added unit test
     add 462c4e8ff30 CAMEL-18425: camel-cli - Make regular Camel applications work with Camel CLI
     add fa5a437e289 CAMEL-18425: camel-cli - Make regular Camel applications work with Camel CLI

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/spi/CliConnectorFactory.java  |  10 ++
 .../camel/impl/engine/SimpleCamelContext.java      |   6 +
 .../EnricherLambdaAggregateTest.java}              |  20 +--
 .../EnricherLambdaPojoAggregateTest.java}          |  21 ++--
 .../modules/ROOT/pages/camel-jbang.adoc            |  50 ++++----
 .../cli/connector/DefaultCliConnectorFactory.java  |  11 ++
 .../camel/cli/connector/LocalCliConnector.java     |  14 ++-
 .../core/commands/process/CamelContextStatus.java  | 103 +++++++---------
 .../core/commands/process/CamelRouteStatus.java    | 134 +++++++++------------
 .../jbang/core/commands/process/ListProcess.java   |  62 ++++++----
 .../core/commands/process/ProcessBaseCommand.java  | 120 ++++++++++++++----
 11 files changed, 325 insertions(+), 226 deletions(-)
 copy core/camel-core/src/test/java/org/apache/camel/processor/{aggregator/AggregateStrategyServiceTest.java => enricher/EnricherLambdaAggregateTest.java} (67%)
 copy core/camel-core/src/test/java/org/apache/camel/processor/{aggregator/AggregateStrategyServiceTest.java => enricher/EnricherLambdaPojoAggregateTest.java} (68%)