Skip to content

Commit

Permalink
Bugfix data status aggregated inventory (#226)
Browse files Browse the repository at this point in the history
* Add dataStatus to select statement

* Add release note

* removed comments

* Reference (newly created) bug issue instead of pull request.

---------

Co-authored-by: ohecker <[email protected]>
  • Loading branch information
duph97 and ohecker authored Feb 1, 2024
1 parent 32de09c commit b41c48a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ select
"packageUrl",
"ossHomepage",
"sourceRepoUrl",
"dataStatus",
"usagePattern",
"ossModified",
"ossModified",
"declaredLicense",
"licenseUrl",
"normalizedLicenseType",
Expand Down Expand Up @@ -52,6 +53,7 @@ from (
ac."packageUrl",
ac."ossHomepage",
ac."sourceRepoUrl",
ac."dataStatus",
ac."usagePattern",
ac."ossModified",
l."declaredLicense",
Expand Down Expand Up @@ -88,6 +90,7 @@ from (
"packageUrl",
"ossHomepage",
"sourceRepoUrl",
"dataStatus",
"usagePattern",
"ossModified",
"declaredLicense",
Expand Down
1 change: 1 addition & 0 deletions documentation/master-solicitor.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1636,6 +1636,7 @@ Spring beans implementing this interface will be called at certain points in the
[appendix]
== Release Notes
Changes in 1.19.0::
* https://github.com/devonfw/solicitor/issues/227: Fixed a bug where the `dataStatus` field in the aggregated OSS-Inventory was not filled.

Changes in 1.18.0::
* https://github.com/devonfw/solicitor/pull/225: Added some additional name mapping rules to handle SPDX-IDs and license references from Scancode.
Expand Down

0 comments on commit b41c48a

Please sign in to comment.