hapi-fhir/hapi-fhir-jpaserver-base
Karl M. Davis aa134fc423 Hacky but workable fix for race condition surfaced by If-None-Exists creates.
Some notes from other attempts I made to fix this in a less hacky way:

* Tried to @Autowire myResourceDaos from a setter (rather than using the annotation on a field), and initialize myResourceTypeToDao in that setter, instead. Couldn't get it to work: Spring started throwing odd bean dependency errors. Don't really understand why.
* Tried to move the exceptions being thrown on null getDao(Class) results into that method, but that was breaking a test case. Didn't investigate why.
2017-06-01 03:17:38 -04:00
..
src Hacky but workable fix for race condition surfaced by If-None-Exists creates. 2017-06-01 03:17:38 -04:00
.gitignore Remove redundant files 2016-09-21 16:59:43 -04:00
pom.xml POM updates 2017-05-22 17:25:05 -04:00