This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 113bfeb020e camel-jbang - You can use package names in java sources 
now.
113bfeb020e is described below

commit 113bfeb020e75b68ac5a2c0efde9f1f50f71f4b0
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Aug 27 10:41:13 2024 +0200

    camel-jbang - You can use package names in java sources now.
---
 docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index 6b3c07fbb50..ae615141024 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -2069,8 +2069,6 @@ There is basic support for including regular Java source 
files together with Cam
 and let Camel JBang runtime compile the Java source. This means you can 
include smaller utility
 classes, POJOs, Camel Processors and whatnot that the application needs.
 
-IMPORTANT: The Java source files cannot use package names. This may change in 
the future.
-
 === Dependency Injection in Java classes
 
 When running Camel integrations with camel-jbang, then the runtime is 
`camel-main` based. This means

Reply via email to