This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main 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" new 19b05ef70b0 CAMEL-18425: camel-cli - Make regular Camel applications work with Camel CLI new 463899970d7 CAMEL-18430: Added unit test new 462c4e8ff30 CAMEL-18425: camel-cli - Make regular Camel applications work with Camel CLI new fa5a437e289 CAMEL-18425: camel-cli - Make regular Camel applications work with Camel CLI The 4 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: .../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%)