-
Notifications
You must be signed in to change notification settings - Fork 59
Release Notes 0.5.0
BJ Hargrave edited this page Jul 5, 2022
·
2 revisions
Eclipse Transformer 0.5.0
- New plugin for Bnd to perform transformations during a build using Bnd.
- Update Bnd dependency to 6.3.1.
- Using of wildcard at the end of package names was fixed.
- Folder relocation of resources based upon package renaming was fixed to work on all resource types.
- Duplicate entries in an input zip file are ignored with a warning logged.
- Default Jakarta rule set was significantly improved.
- The maven plugin was redone to add a
jar
andtransform
goals. The oldrun
goal is deprecated and will be removed in a future release. - The selection rule was updated so that the property value is the charset to use for the selected resources. This allows resources to have different charsets than the default UTF-8 charset.
- PropertiesActionImpl was updated to transform the contents of properties resources using a plain text transform.
- XmlActionImpl was updated, and added to the used actions, to transform the contents of xml files using a plain text transform.
- JavaActionImpl was updated to support direct transforms in java files using a plain text transform.