Skip to content

82.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Mar 08:27
· 15 commits to main since this release

What's Changed

🐞 Bug Fixes

  • 47b226e ort-project-file: Simplify reporting dependency parsing issues

🎉 New Features

  • e684c11 ort-project-file: Introduce a default scope
  • d360295 Support preemptive authentication for non-proxy connections

✅ Tests

  • 3396dfe ort-project-file: Drop a redundant assertion
  • 869801f ort-project-file: Drop two redundant assertions

🐘 Build & ⚙️ CI

  • 0fbf092 gradle: Update Eclipse Maven Repository URLs

🔧 Chores

  • bd8c869 ort-project-file: Decompose a variable into id, purl
  • 2a48239 ort-project-file: Improve variable names in toScopes()
  • 1f7b224 ort-project-file: Make the checks for id and purl consistent
  • 35c24d7 ort-project-file: Make the name for OrtProject consistent
  • 8f41b00 ort-project-file: Move computing VCS info to the mapper
  • f886bdf ort-project-file: Replace toIdentifiers()
  • a5ceda1 ort-project-file: Slightly simplify toScopes()
  • 23aa177 ort-project-file: Turn the mapper functions into extensions
  • 62aca09 ort-project-file: Use sets for the ids
  • 295d343 ort-project-file: Use the more readable isNotBlank()

🚀 Dependency Updates

  • eadd6b3 update actions/download-artifact action to v8.0.1
  • 47d68a4 update aws-java-sdk-v2 monorepo to v2.42.16
  • 14d3345 update codecov/codecov-action action to v5.5.3
  • c07d18f update github/codeql-action action to v4.33.0
  • 44af885 update graalvm/setup-graalvm action to v1.5.0
  • 3c62936 update jetbrains/qodana-action action to v2025.3.2
  • be3fa2b update kotest to v6.1.7
  • 0343931 update kotlin monorepo to v2.3.20
  • c2c1c0c update maven to v3.9.14
  • 6a23a1c update org.metaeffekt.core:ae-security to v0.153.2
  • 5b49e82 update org.springframework:spring-core to v7.0.6
  • 6886cfb update umbrelladocs/action-linkspector action to v1.4.1

🚜 Refactorings

  • d2771ad Maven: Replace usage of RepositorySystem
  • 6d4b112 model: Move all model classes into OrtProject
  • 0837ea3 ort-project: Strip the "File" term from the model class
  • b005b69 ort-project-file: Drop the "Dto" suffix from model classes
  • 137ee28 ort-project-file: Extract parseOrtProject()
  • c38ae46 ort-project-file: Move validateIdentifiers() to constructor
  • 715b3e8 ort-project-file: Simplify handling parsing exceptions
  • 9321907 ort-project-file: Use Identifier as the type for id