Squashed commit of the following:
commit f3097f423f
Author: James Agnew <jamesagnew@gmail.com>
Date: Mon Jun 19 13:24:29 2017 -0400
more travis fun
commit a4b8161597
Author: James Agnew <jamesagnew@gmail.com>
Date: Mon Jun 19 10:43:33 2017 -0400
More fighting with travis
commit fe47d1e864
Author: James Agnew <jamesagnew@gmail.com>
Date: Mon Jun 19 10:10:55 2017 -0400
More travis attempts
commit 4fdfe7a4e8
Author: James Agnew <jamesagnew@gmail.com>
Date: Mon Jun 19 09:25:04 2017 -0400
Try and run unit tests in 2 threads to cut time.. Will travis like this?
commit 571045b63d
Author: James <jamesagnew@gmail.com>
Date: Mon Jun 19 07:35:46 2017 -0400
Paging now working
commit 526a1fa7d0
Merge: cebe881a1555a67ae055
Author: James Agnew <jamesagnew@gmail.com>
Date: Mon Jun 19 06:19:37 2017 -0400
Merge branch '674_everything_improvements' of github.com:jamesagnew/hapi-fhir into 674_everything_improvements
commit cebe881a15
Merge: b3b9273ca75789cd2a46
Author: James Agnew <jamesagnew@gmail.com>
Date: Mon Jun 19 06:19:12 2017 -0400
Merge branch 'master' into 674_everything_improvements for #674
commit b3b9273ca7
Author: James Agnew <jamesagnew@gmail.com>
Date: Mon Jun 19 06:16:27 2017 -0400
Work on everything fixes for #674
commit 55a67ae055
Author: James Agnew <jamesagnew@gmail.com>
Date: Mon Jun 19 06:16:27 2017 -0400
Work on everything fixes
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.
Squashed commit of the following:
commit 9d6d5e92dabb75c4eb185b061d20f487b8856795
Author: James <jamesagnew@gmail.com>
Date: Sun May 21 15:27:26 2017 -0400
Get subscriptions working
commit 6bccdd7594f0a4f802212e11cc823f7a92dd9a5c
Author: James Agnew <jamesagnew@gmail.com>
Date: Sun May 21 14:37:40 2017 -0400
Work on subscription
commit 129f4c9d0d1e6c8fa56dbc5cf78a34c1d6659705
Author: James <jamesagnew@gmail.com>
Date: Sat May 20 19:58:11 2017 -0400
Work on merging subscription