Skip to content

10.2.0

Compare
Choose a tag to compare
@vy vy released this 19 Oct 14:15
· 335 commits to main since this release
rel/10.2.0
13ee5ca

This minor release contains several small improvements.

Added

  • Added support for auto-generating CycloneDX Software Bill of Materials (SBOM)

Changed

  • Add a compulsory bnd-baseline-maven-plugin execution to check for breaking API changes
  • Apply the default bnd-maven-plugin configuration to all the plugin's goals
  • Moves .flattened-pom.xml to the same directory as pom.xml to preserve the relative parent path. This requires adding .flattened-pom.xml to the .gitignore file of the repository.
  • Update org.apache.logging.log4j:log4j-changelog-maven-plugin to version 0.5.0
  • Update log4j-changelog XSD (used for validating changelog entries) to version 0.1.2
  • Update com.github.spotbugs:spotbugs-annotations to version 4.8.0 (#44)

Fixed

  • Prioritize definitions in bnd-extra-* variables over those inherited (#39)
  • Keep parent in flatten-bom configuration (#37)
  • Remove build in flatten-bom configuration
  • Fixed the archiving of symbolically linked directories in the distribution Maven profile (#43)
  • Used specific execution IDs in defaultGoals to avoid running unwanted plugins