Federico Mariani created CAMEL-19103:
----------------------------------------
Summary: camel-jbang - can't run in background due to No Camel
integration files to run
Key: CAMEL-19103
URL: https://issues.apache.org/jira/browse/CAMEL-19103
Project: Camel
Issue Type: Bug
Components: camel-jbang
Affects Versions: 3.20.1
Reporter: Federico Mariani
Integration test like
https://github.com/Croway/camel/blob/jbang-test/dsl/camel-jbang/camel-jbang-core/src/test/java/org/apache/camel/dsl/jbang/BackgroundTest.java
fails when a command that uses
_ProcessHandle.current().info().commandLine().orElse(null);_ is executed.
In my e2e camel-jbang test suite I'm using a docker image with camel-jbang
installed, but when
_ProcessHandle.current().info().commandLine().orElse(null);_ I get the same
behavior as the integration tests.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)