You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.