mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-09 22:44:52 +00:00
* Make RestfulClientFactory.myValidatedServerBaseUrls usage thread safe so capability validation request is sent only once per client-endpoint * Can't use @GuardedBy for fields which are not always locked by annotation object * Use same variable when checking and setting Co-authored-by: juan.marchionatto <juan.marchionatto@smilecdr.com>