Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
For example org.apache.camel.component.file.FileEndpointConfigurer#getAllOptions is returning a new map with static information.
We can turn that into a static block in the generated source and return a static instance, this optimizes the JVM.
Attachments
Issue Links
- is related to
-
CAMEL-15567 components - Generate source code for creating endpoint uri via a map of properties
- Resolved