-
Notifications
You must be signed in to change notification settings - Fork 41
Initialize default model store in init method #286
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
Conversation
@dwalluck - please review - note it depends on an update to the core library to compile. |
Note that we can not make use of the I'm now wondering if we should remove the You can always call the |
@goneall that would need careful documentation and perhaps also a thrown exception in the event that someone tries to configure a non-default model store after init has been called (assuming model stores can't be switched at any time ofc). |
Good point - I'm just going to remove the call to explicitly set the defaults on init. I'll also add some documentation. |
I removed the call to explicitly set defaults on init and added documentation. |
I've run my units tests both with and without initializing the |
ec3a3aa
to
5182ced
Compare
Fixes #284 # Conflicts: # pom.xml
Also adds documentation to the GETTING-STARTED.md file
5182ced
to
6d3bf15
Compare
Fixes #284
NOTE: This requires a core library update which includes this PR: spdx/spdx-java-core#23