Credit for #610
This commit is contained in:
parent
9201692c70
commit
e9a1069c9d
4
pom.xml
4
pom.xml
|
@ -325,6 +325,10 @@
|
|||
<developer>
|
||||
<id>elnin0815</id>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>dangerousben</id>
|
||||
<name>Ben Spencer</name>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
|
|
|
@ -95,7 +95,11 @@
|
|||
Thanks to Sebastien Riviere for the
|
||||
pull request!
|
||||
</action>
|
||||
|
||||
<action type="fix" issue="610">
|
||||
Fix a potential race condition when the FhirContext is being accessed by many threads
|
||||
at the same time right as it is initializing. Thanks to Ben Spencer for the
|
||||
pull request!
|
||||
</action>
|
||||
</release>
|
||||
<release version="2.3" date="2017-03-18">
|
||||
<action type="add">
|
||||
|
|
Loading…
Reference in New Issue