Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.6.0
-
None
-
Unknown
Description
Currently the maven plugin will generate java files for enums even if the user has chosen to not use enums (useStringsForPicklists == true). This results in dead code that's just a liability (see CAMEL-15856).
Solution is to not generate enum files if useStringsForPicklists == true and nothing is supplied for picklistToEnums.
Attachments
Issue Links
- links to