Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
joor (java-joor-dsl) can only compile a single .java file at a time. This means that if you have multiple files and they have dependency on each other, then joor will fail compiling.
It would be good to have them compile as a single unit together. This allows camel-jbang to have better hot-reload with java beans.
It also allows camel-k to use local beans instead of pre-compiled JARs
Attachments
Issue Links
- is related to
-
CAMEL-17571 camel-main - Allow to bean inject beans from @Inject and other similar annotations
- Resolved
- relates to
-
CAMEL-17863 camel-main - Is loading routes from directory twice due to early modeline detection
- Resolved
- links to