-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(SPDX): Use new SPDX library (#1496) #1594
feat(SPDX): Use new SPDX library (#1496) #1594
Conversation
5bd9f61
to
f0982de
Compare
This PR does not change any SW360 functionality, it just changes the SPDX library used by SW360. Like this sw360vagrant PR, sw360/sw360vagrant#38 (comment)
|
f0982de
to
26afaca
Compare
26afaca
to
64c43dc
Compare
I would like to attach the slides which are used in our telco today. |
64c43dc
to
432d470
Compare
Thank you for your reviewing, @akapti. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have only reviewed the code.
will do the testing later.
Kindly incorporate the requested changes.
UPDATE: tested the changes, SPDX functionality is working fine with updated spdx library.
...end/src-common/src/main/java/org/eclipse/sw360/datahandler/db/ChangeLogsDatabaseHandler.java
Outdated
Show resolved
Hide resolved
backend/src-common/src/main/java/org/eclipse/sw360/datahandler/db/ComponentDatabaseHandler.java
Outdated
Show resolved
Hide resolved
backend/src-common/src/main/java/org/eclipse/sw360/datahandler/db/DatabaseHandlerUtil.java
Outdated
Show resolved
Hide resolved
...360-portlet/src/main/java/org/eclipse/sw360/portal/portlets/components/ComponentPortlet.java
Outdated
Show resolved
Hide resolved
...360-portlet/src/main/java/org/eclipse/sw360/portal/portlets/components/ComponentPortlet.java
Outdated
Show resolved
Hide resolved
frontend/sw360-portlet/src/main/resources/META-INF/resources/html/components/view.jsp
Outdated
Show resolved
Hide resolved
backend/src-common/src/main/java/org/eclipse/sw360/datahandler/db/ComponentDatabaseHandler.java
Outdated
Show resolved
Hide resolved
2f30008
to
32711cc
Compare
d4b33d0
to
9ab8eac
Compare
@akapti and @heliocastro , we have committed to new changes. Please help me to check these changes. |
(from meeting:) needs re-review and re-test after PR comments have been implemented |
9ab8eac
to
7a8a4f1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested some minor review comments. Please incorporate.
Tested the feature and it's working fine without any issues.
backend/src-common/src/main/java/org/eclipse/sw360/datahandler/db/ProjectDatabaseHandler.java
Outdated
Show resolved
Hide resolved
backend/src-common/src/main/java/org/eclipse/sw360/datahandler/db/ProjectDatabaseHandler.java
Outdated
Show resolved
Hide resolved
backend/src-common/src/main/java/org/eclipse/sw360/datahandler/db/ComponentDatabaseHandler.java
Outdated
Show resolved
Hide resolved
backend/src-common/src/main/java/org/eclipse/sw360/spdx/SpdxBOMImporter.java
Show resolved
Hide resolved
backend/src-common/src/main/java/org/eclipse/sw360/spdx/SpdxBOMImporter.java
Outdated
Show resolved
Hide resolved
Thank you very much. We will fix these minor defects soon. |
Signed-off-by: Nguyen Nhu Tuan <tuan2.nguyennhu@toshiba.co.jp>
7a8a4f1
to
4596f06
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good to me.
Tested the changes and it's working as expected.
@tuannn2 @KoukiHama @ag4ums Kindly include this change in the current PR if possible, or else create a new PR. |
@tienlee do you have idea about component type issue. |
I think this is a bug from the old version. Please create new issue and I will fix it. |
Created an new issue #1658 . |
…pdate_library_spdx feat(SPDX): Use new SPDX library (eclipse-sw360#1496) reviewed-by: abdul.kapti@siemens-healthineers.com tested-by: abdul.kapti@siemens-healthineers.com
Signed-off-by: Nguyen Nhu Tuan tuan2.nguyennhu@toshiba.co.jp
Issue: #1496
Suggest Reviewer
How To Test?
Import SPDX BOM in Project page
Use file bom.spdx.rdf.zip
Steps
Validate
Import SPDX BOM in Component page
Use file bom.spdx.rdf.zip
Steps
Validate
Import SPDX license to release
Use file
SPDX2_zlib128.zip_example-spdx.2.rdf.zip
Steps
Validate
Generate License Info in Project page
Steps
Validate
Checklist
Must: