You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-V3-UPGRADE.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,11 @@ Notes:
16
16
- Step #1 is optional; if not provided, a default ModelStore and CopyManager will be automatically created and configured by `SpdxModelFactory.init()`.
17
17
- Once initialized (via Step #2), further calls to `DefaultModelStore.initialize(...)` will be ignored.
18
18
19
+
## Deprecated configuration for using online licenses from Jar file removed
20
+
21
+
The configuration properties `OnlyUseLocalLicenses` and `SPDXParser.OnlyUseLocalLicenses` will no longer force the
22
+
library to use the licenses distributed with the Jar file. The supported property `org.spdx.useJARLicenseInfoOnly` should be used.
23
+
19
24
## Classes and Methods moved to SPDX Java Core library
20
25
21
26
The SPDX Java Core Library is in a separate repository and jar file.
0 commit comments