-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Jena 3.14.0
-
Fix Version/s: Jena 3.15.0
-
Component/s: Fuseki
-
Labels:None
This ticket tracks https://github.com/apache/jena/pull/709 ("intrigus-lgtm" on GitHub).
There needs to be a "happens before" barrier so that any Set and the objects it contains created by generateAcceptedParams() is completed and available to other threads.
Making acceptedParams_ volatile achieves this.
- links to