Skip to content

9.0.0-beta5

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jan 08:15
· 46 commits to main since this release

Added

  • Sync SimpleRelocator changes from maven-shade-plugin. (#1076)

Changed

  • BREAKING CHANGE: Migrate all ListProperty usages to SetProperty. (#1103)
    Some public List parameters are also changed to Set.
  • Replace deprecated SelfResolvingDependency with FileCollectionDependency. (#1114)
  • Support configuring separator in AppendingTransformer. (#1169)
    This is useful for handling files like resources/application.yml.

Fixed

  • Fail builds if processing bad jars. (#1146)