Skip to content

18.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Mar 08:47
· 2375 commits to main since this release

What's Changed

Breaking Changes 🛠

  • 39c0ecb refactor(model)!: Reduce the visibility of two converters

Bug Fixes 🐞

  • 0e3cb55 advisors: Use potentially customized PURLs in advisor queries

New Features 🎉

  • fad4d5e cli: Print the JDK version ORT was built with
  • 3238adb fossid-webapp: Mark files with all qualified snippets as identified

Build 🐘 & CI ⚙️

  • f29a5d2 Gradle: Allow to configure the build JDK via toolchains

Chores 🔧

  • a5051ae Gradle: Remove an unneeded work-around for KT-48745
  • b6defe6 Gradle: Remove unneeded default imports
  • d201f9e docker: Upgrade Conan to version 1.63
  • d298f52 spdx: Get the scope relationships dynamically

Dependency Updates 🚀

  • c81a79a Gradle: Update the gradle-maven-publish-plugin to version 0.28.0
  • 40fb4ab update dependency com.github.ajalt.mordant:mordant to v2.4.0
  • c129774 update dependency com.github.jmongard.git-semver-plugin to v0.12.6
  • c0aa683 update dependency org.apache.commons:commons-compress to v1.26.1
  • 9935f31 update dependency org.asciidoctor:asciidoctorj to v2.5.12
  • 4590097 update dependency org.asciidoctor:asciidoctorj-pdf to v2.3.14
  • 9267b43 update jackson to v2.16.2
  • fcddf51 update jackson to v2.17.0
  • 5e1af3b update jgit to v6.9.0.202403050737-r
  • 287cc39 update kotest to v5.8.1
  • 1dafba0 update log4j2 monorepo to v2.23.1

Documentation 📖

  • 0b8731e ADOPTERS: Fix typos and improve wording
  • 5cbb03c README: Minor wording and punctuation improvements
  • d2aca89 development: Add a link to the GitHub discussions
  • b427e64 development: Add a section about the used static analysis tools
  • e034461 development: Simplify a sentence
  • bf37b09 downloader: Fix link to version control systems
  • afcad47 snippet-choice: Fix link to SnippetChoiceReason.kt
  • 4c01471 Improve grammar, punctuation, and wording

Refactorings 🚜

  • 3112df6 test-utils: Use ORT's Environment to patch existing results

Tests ✅

Other Changes 💡

  • 4459cfb style(README): Reformat to one sentence per line
  • d8529f7 style: Disable line length limit for Markdown files
  • ff6a5be style: Enable Markdownlint rule max-one-sentence-per-line
  • 2955c0c style: Ignore Markdown files in build directories
  • 326a64a style: Reformat all Markdown files to one sentence per line