Skip to content

Commit adb0951

Browse files
committed
Update upgrade document to note removal of config properties
1 parent 60103af commit adb0951

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README-V3-UPGRADE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ Notes:
1616
- Step #1 is optional; if not provided, a default ModelStore and CopyManager will be automatically created and configured by `SpdxModelFactory.init()`.
1717
- Once initialized (via Step #2), further calls to `DefaultModelStore.initialize(...)` will be ignored.
1818

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+
1924
## Classes and Methods moved to SPDX Java Core library
2025

2126
The SPDX Java Core Library is in a separate repository and jar file.

0 commit comments

Comments
 (0)