Skip to content

Commit dd14b17

Browse files
committed
Update README to indicate SPDX spec 2.X support only
1 parent 3a338ab commit dd14b17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Storage for SPDX documents utilizing [Jackson Databind](https://github.com/FasterXML/jackson-databind).
66

7+
NOTE: This library only supports SPDX Specification version 2.X formats. For SPDX specification version 3.X formats, please use the [spdx-java-v3jsonld-store](https://github.com/spdx/spdx-java-v3jsonld-store).
8+
79
This store supports serializing and deserializing files in JSON, YAML and XML formats.
810

911
This library utilizes the [SPDX Java Library Storage Interface](https://github.com/spdx/Spdx-Java-Library#storage-interface) extending the `ExtendedSpdxStore` which allows for utilizing any underlying store which implements the [SPDX Java Library Storage Interface](https://github.com/spdx/Spdx-Java-Library#storage-interface).

0 commit comments

Comments
 (0)