Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
44.0.0
->46.0.0
44.0.0
->46.0.0
44.0.0
->46.0.0
44.0.0
->46.0.0
Release Notes
oss-review-toolkit/ort (org.ossreviewtoolkit:reporter)
v46.0.0
Compare Source
What's Changed
🛠 Breaking Changes
4363881
chore(common-utils)!: RemovezipWithCollection()
for collectionse37bf19
chore(common-utils)!: RemovezipWithDefault()
716e3b8
feat(fossid)!: Remove support for custom naming variables87b4c04
refactor(commands)!: Migrate VCS plugins to new plugin API5e0f716
refactor(common-utils)!: RenamezipWithCollection()
for sets3f2bf92
refactor(common-utils)!: Simplify the semantics ofzip()
for maps3ea4ec5
refactor(fossid)!: Define URL mappings in a single option43c6e36
refactor(fossid)!: RenameprojectName
torepositoryName
e98c703
refactor(fossid)!: ReplacenamingProjectPattern
withprojectName
fa6e2be
refactor(vcs)!: Directly store the VCS type as aVcsType
🐞 Bug Fixes
f57751d
VersionControlSystem: Also take configs forforDirectory()
0030739
cargo: Add lockfile version 4 to allow-list3498798
common-utils: Makezip
work as expected for sorted mapsf827885
model: MakewithPackageManagerOption()
case-insensitivefdc2be7
python: Use the correctprojectType
for Pipenv and Poetry7900f0f
Correctly markVersionControlSystem
plugins as not configurable yet482ffc8
RemoveVersionControlSystemConfiguration
🎉 New Features
7c84264
PluginManager: Allow to create plugins with default configurationbb301a1
cargo: Handle virtual workspacesa5abd0a
fossid: AddprojectName
as a built-in variable6243b60
model: Allow duplicatePackageManagerConfiguration
s and merge theme50fcce
vcs: Add Git-specific configuration options for submodule handling✅ Tests
c212fc0
VersionControlSystemTest: Remove tests forisAvailable()
6bd50bc
dfd0292
7241bd8
05ae5d4
8f8de6a
05d94a6
ba0e4ed
osv: Update expected results📖 Documentation
373f997
OrtPlugin: Be more specific about the plugin ID derivation logic9d1a14d
README: Update the installation from binaries sectiona7238a1
VersionControlSystemFactory: Rewrap comments for compactnessb85af8b
black-duck: Add a missing "the"84e29b1
fossid: Fix issues inFossIdNamingProvider
docs7d79190
fossid: Improve docs ofnormalizeBranchName
f032c13
fossid: Improve docs of the built-inbranch
naming variablebb610d0
npm: Document theModuleInfo
classe8c0b8b
sbt: Move a comment before the correct line35b668c
website: Fix color for links in banner749d6ff
website: Use<Link>
instead of<a>
1d9f415
Add a missing whitespace to all "BlackDuck" occurencesc40a759
Extend the Copyright year to 2025 in Markdown files🔧 Chores
e9daee1
AnalyzerConfigurationTest: Improve test names355b657
AnalyzerConfigurationTest: Start with the simpler testd3901da
BlackDuck: Remove the default value of the pluginid
e86c8be
BlackDuck: The display name should spell "Back Duck" with spacea032f27
EvaluatedModelReporter: Remove unused propertiesccd0dac
Git: Import JGit'sGit
asJGit
for clarityd2e2732
NpmDependencyHandler: Make a non-null assumption explicit5238f3e
PnpmDependencyHandler: Make use ofDependency.workingDir
ce80152
YarnDependencyHandler: Rename a variable for clarity1b316ee
fossid: Improve error message for too long scan codec9de4c6
gradle-inspector: Rename the handler's constructor parameter6cb7dd8
model: Renameother
merge parameters842d3c9
node: Introduce atypealias
for getting package details402d2ee
node: Make use of the definition file constant9ea70d9
node: Remove theworkingDir
parameter for getting package info95a192f
node: Rename the typealias to get package detailsab91b6a
package-curation-providers: Align the display names9aca6b0
version-control-systems: Omitnull
default argumentseb7b571
Do not silently map unparsable booleans tofalse
22a13c8
Do not silently map unparsable booleans totrue
1858cb7
Prefer the char-version ofsplit()
for single chars85defa3
Prefer the infix version ofshouldBeInstanceOf
where possibleec69780
Remove unneeded defaultjava.lang
imports🚀 Dependency Updates
a7078fe
docker: Upgrade Rust to the latest version 1.845033ab1
update com.autonomousapps:dependency-analysis-gradle-plugin to v2.7.0768060d
update com.github.jmongard.git-semver-plugin to v0.14.0f7ecd6e
update com.networknt:json-schema-validator to v1.5.55cd9a00
update docker/build-push-action digest to67a2d40
75cf08a
update docker/build-push-action digest tob32b51a
e20304b
update exposed to v0.58.0ab0161e
update github/codeql-action digest tob6a472f
1b63f86
update org.jetbrains.kotlinx:kotlinx-html-jvm to v0.12.0f373751
update org.metaeffekt.core:ae-security to v0.134.02eaaaa1
update org.postgresql:postgresql to v42.7.510583c3
update wagoid/commitlint-github-action digest tob948419
🚜 Refactorings
5d8fb72
AnalyzerConfigurationTest: Inline expected result variablesa967f9d
NpmDependencyHandler: Inline the only use ofreadPackageJson
5c67bcd
fossid: AddnamingScanPattern
toFossIdConfig
35095c4
fossid: Extract a regular expression to a constant1a9be88
fossid: Extract logic to build default naming patternc21cb64
fossid: Inline scan code generation functions29ef411
fossid: MakeconvertGitUrlToProjectName
internala1b8c3a
fossid: Remove#branch
inside ofnormalizeBranchName
2931b4c
fossid: Rename a function for clarity9859afc
gradle: Make handlers take theprojectType
explicitly226d277
node: Only pass required information to dependency handlers61a3a06
scancode: Always add all built-in variablesfcced14
vcs: Decouple the base class fromCommandLineTool
debbc8d
vcs: Make VCS plugins configurable💡 Other Changes
0f6dad4
style(version-control-systems): Define factory classes at the topv45.0.0
Compare Source
What's Changed
🛠 Breaking Changes
f9c7220
refactor(model)!: Simplify theCuratedPackage
and its creation🐞 Bug Fixes
59702b2
evaluator: Add remaining configuration files to console outputc57a94c
model: Apply author to copyright mapping also for concluded licenses958c08c
scancode: Ensure to find license texts in the Docker imaged03afe6
website: Move a link out of the tagline variable🎉 New Features
ef95789
ReporterCommand: Use console colors for the result summary8c2d67a
advisor: Add BlackDuck as security vulnerability providerf0dd53a
cocoapods: Add custom error message98ee1ee
cocoapods: Add support forPodspec
s from external sourcesde04788
cocoapods: Support tag and branch names in checkout optionsd3ee492
helper-cli: Extend thePackageList
bylabels
79f7805
model: Add the propertyPackage.labels
9465fba
model: Allow setting package labels via curations✅ Tests
a83e03e
model: Make use ofPackage.EMPTY
to make the code more compact0e4eb80
model: Verify that authors are added to concluded license6b4e302
7a49056
60edfdf
osv: Update expected results17fd3c3
18031e3
90cd058
bf65b8c
osv: Update expected resultsbbbb900
17bb877
pub: Update expected resultse70f36a
python: Update expected results🐘 Build & ⚙️ CI
c7d899a
notifier: Make the Jakarta REST API dependency a constraint📖 Documentation
ca43fab
cocoapods: Document allLockfile
-related properties31c718a
examples: Add a curation which sets a package labelab0256c
model: Illustrate how to configure the BlackDuck advisor1ca8d2a
model: Trivially end comment sentences with dotse1a32cc
website: Add a curation which sets a package labele7b8a3a
website: Add a section for the new BlackDuck advisor85fc02f
website: Further fix-up the configuration entries547c295
website: Link to the server and make clear these are CLI tools1d6fcf5
website: Re-align the advisor configuration examples11fbb12
website: Sort the advisor sections alphabeticallyc07420d
Clarify that repo config is specific to a "distribution"🔧 Chores
666120a
GradleDependencyHandler: Use a more specific variable name79ef703
SpdxResolvedDocument: Use a more specific variable nameba1d093
bundler: UseStringFormat
'sdecodeFromString
6c7b108
cargo: Be explicit about the defintion file to query metadata for37ec0b1
cargo: Give a variable a more fitting nameb74e81c
cocoapods: Remove theworkingDir
parameter fromgetPodspec()
2663df0
cocoapods: ReorderLockfile
properties to match file orderdbc5d4f
cocoapods: Simplify error handling ingetPodspec()
5aef26b
gradle: Drop a trailing slash for consistency35dde45
model: Rename package curationapply
variables for clarityd5ccb50
model: SerializeOrtResult.labels
in alphabetical order🚀 Dependency Updates
8ebd8c0
docker: Upgrade Node.js to the latest LTS version 22.13.01ffe4df
docker: Upgrade Yarn 1 to the latest version 1.22.224227d86
docker: Upgrade to the latest ScanCode patch version 32.3.18527570
web-app-template: Sync the Node / Yarn versions with Dockerf0b825b
update ch.qos.logback:logback-classic to v1.5.1496139ed
update ch.qos.logback:logback-classic to v1.5.152ad4db4
update ch.qos.logback:logback-classic to v1.5.168b3ff75
update com.charleskorn.kaml:kaml to v0.67.0af19524
update dependency gradle to v8.12fa99144
update docusaurus monorepo to v3.7.03523d00
update github/codeql-action digest to48ab28a
c3e6c58
update io.mockk:mockk to v1.13.149370d95
update jetbrains/qodana-action action to v2024.3.4f70acdc
update ks3 to v1227ca61
update org.cyclonedx:cyclonedx-core-java to v10.1.07c8d867
update org.freemarker:freemarker to v2.3.34f9c4d3e
update org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.10.04cf87b5
update org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.10.177b0526
update org.jetbrains.kotlinx:kotlinx-serialization-core to v1.8.01558a59
update org.metaeffekt.core:ae-security to v0.133.0fedb94b
update org.semver4j:semver4j to v5.5.02df03a1
update software.amazon.awssdk:s3 to v2.29.39d665978
update software.amazon.awssdk:s3 to v2.29.439b481ba
update software.amazon.awssdk:s3 to v2.29.45🚜 Refactorings
4a31d54
MavenDependencyHandler: Makesupport
internaldab7a88
cocoapods: Correct the type of aPod
's direct dependencies31153a7
cocoapods: Migrate to the dependency graph API8174eb6
cocoapods: Simplify caching ofPodspec
s40c9d15
maven: Inline anidentifier()
extension function7d65f74
maven: Split the handler'smanagerName
property into twocbeabfc
maven: Use regularAnalyzerConfiguration
to setsbtMode
4cae987
model: Turn `getDeclaredLicenseMapping()´ into an extension14b2d68
reporter: Extract function for resolving copyrightsConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.