Skip to content

55.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 08:11
· 57 commits to main since this release

What's Changed

🐞 Bug Fixes

  • 86de3cc Maven: Do not exclude modules during a Tycho build

🎉 New Features

  • e1d45fb evaluator: Add the matcher PackageRule.hasConcludedLicense()
  • 5858cfa freemarker: Add val PackageModel.labels for convenient access
  • ab3a44a freemarker: Add a helper function for constructing Identifiers
  • effb488 helper-cli: Extend PackageList by a concluded license

✅ Tests

🐘 Build & ⚙️ CI

  • 2254f96 gradle: Ensure a deterministic classpath order for the pathing JAR

📖 Documentation

  • e91d2cd Adopters: Add ZEISS IQS to ORT adopters list

🔧 Chores

  • 3a346df git: Use the .runGit() extension function for convenience
  • b4aaec0 git: Use the more speaking lsRemoteRepository() function
  • 8497e4b git: Use the more specific GitWorkingTree
  • 4137929 Consistently import JGit's Git class as JGit

🚀 Dependency Updates

  • e459af5 Update the dependency-analysis-gradle-plugin to version 2.13.3
  • 8fd6e11 update com.charleskorn.kaml:kaml to v0.74.0
  • f26c647 update crazy-max/ghaction-upx digest to db8cc95
  • a9f2c93 update dependency-analysis-gradle-plugin to v2.14.0
  • 0deb0e7 update io.github.pdvrieze.xmlutil:serialization to v0.91.0
  • 4abd97a update kotlinxserialization to v1.8.1
  • dc76373 update software.amazon.awssdk:s3 to v2.31.11

🚜 Refactorings

  • 4ea1a69 git: Do not try to fetch ref specs that do not exist
  • b53f6e7 mercurial: Introduce a runHg() helper extension function