Skip to content

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.transformer artifact is now a proper library with all CLI aspects moved to the org.eclipse.transformer.cli artifact.
  • The main class is now org.eclipse.transformer.cli.JakartaTransformerCLI for the CLI pre-configured with Jakarta EE default rules or org.eclipse.transformer.cli.TransformerCLI for the CLI with no pre-configured default rules.
  • Jakarta rules are now in a org.eclipse.transformer.jakarta artifact.
  • All output is done through logging which leaves the library user in control.
  • A number of logging outputs are moved to trace to reduce debug output.
  • 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.
Clone this wiki locally