This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-jbang-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 2be53de Precise application.properties as needed on the classpath for
the ftp example
2be53de is described below
commit 2be53de29b3b11b23efe1ffaa9c549ee50e50030
Author: Aurélien Pupier <[email protected]>
AuthorDate: Fri Mar 28 14:32:00 2025 +0100
Precise application.properties as needed on the classpath for the ftp
example
otherwise it is using it only at build time when running with specifying
only the file. The readme is specifying to run with * so picking it up
automatically. It allows to have it working out of the box with the VS
Code extensions.
Signed-off-by: Aurélien Pupier <[email protected]>
---
ftp/application.properties | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ftp/application.properties b/ftp/application.properties
index 73cdd56..97f3dda 100644
--- a/ftp/application.properties
+++ b/ftp/application.properties
@@ -17,3 +17,5 @@ camel.beans.poolCF.connectionIdleTimeout = 20000
# setup JMS component to use connection factory
camel.component.jms.connection-factory = #bean:poolCF
+
+camel.jbang.classpathFiles=application.properties