spdx / Spdx-Java-Library

Java library which implements the Java object model for SPDX and provides useful helper functions
Apache License 2.0
32 stars 33 forks source link

Make ModelObject threadsafe on create and getObjectPropertyValue #170

Closed goneall closed 1 year ago

goneall commented 1 year ago

Partial fix to issue #167

goneall commented 1 year ago

Note: this PR depends on https://github.com/spdx/spdx-java-rdf-store/pull/51

mathjeff commented 1 year ago

Thanks! I ran a few iterations of tests using this PR and no longer reproduced the issue.

goneall commented 1 year ago

Thanks! I ran a few iterations of tests using this PR and no longer reproduced the issue.

Thanks for running the tests - I'll go ahead and merge this in.

@mathjeff - do you need a new release? I was planning a release in about a month, but if you need one sooner, just let me know.