CobiGen
CobiGen version numbers have been consolidated to now represent plug-in compatibility in the major release number (7.x.x).
CLI
-
CLI increments can be referenced by name and description.
-
Ability to configure logging.
-
Fixed error on code formatting.
-
Improved Performance by lazy plug-in loading.
-
Possibility to prefer custom plug-ins over CobiGen ones.
-
Fixed bug, which broke whole CobiGen execution in case a custom CobiGen Plug-in was throwing an arbitrary exception.
Eclipse
-
Improved Performance by lazy plug-in loading.
-
Possibility to prefer custom plug-ins over CobiGen ones.
-
Fixed bug, which broke whole CobiGen execution in case a custom CobiGen Plug-in was throwing an arbitrary exception.
Maven
-
Fixed bug to properly load template util classes.
-
Improved Performance by lazy plug-in loading.
-
Possibility to prefer custom plug-ins over CobiGen ones.
-
Fixed bug, which broke whole CobiGen execution in case a custom CobiGen Plug-in was throwing an arbitrary exception.
XML Plug-in
-
Added ability to provide custom merge schemas as part of the template folder.
-
Added further merge strategies for merging including XML validation.
Java Plug-in
-
Fixed NPE for annotated constructors.
-
Fixed line separator handling to now prefer the file’s one instead of the system ones.
-
Fixed unwanted new lines in constructors after merging.
-
Fixed annotation formatting after merge.
TypeScript Plug-in
-
Fixed issue on automatic update of the ts-merger bundle.