-
Notifications
You must be signed in to change notification settings - Fork 65
Release Notes 0.4.0
BJ Hargrave edited this page Apr 8, 2022
·
4 revisions
Eclipse Transformer 0.4.0
- Major refactoring of API and projects. The
org.eclipse.transformerartifact is now a proper library with all CLI aspects moved to theorg.eclipse.transformer.cliartifact. - The main class is now
org.eclipse.transformer.cli.JakartaTransformerCLIfor the CLI pre-configured with Jakarta EE default rules ororg.eclipse.transformer.cli.TransformerCLIfor the CLI with no pre-configured default rules. - Jakarta rules are now in a
org.eclipse.transformer.jakartaartifact. - All output is done through logging which leaves the library user in control.
- A number of logging outputs are moved to
traceto reducedebugoutput. - Maven plugin changes to use a typical maven plugin artifact name:
transformer-maven-plugin. (More changes will be coming for the maven plugin.) - Updated dependencies including updating Bnd to 6.2.0.