1780 Commits

Author SHA1 Message Date
Phillip Warner
5cb211886e Use getValueAsString() instead of toString().
Simple oversight, where toString() on the java.util.Date lastUpdated was wrong.
Needed to getLastUpdatedElement().getValueAsString().
2016-04-29 14:18:44 -06:00
Phillip Warner
31d16fca03 Updated jaxrsserver base and example for DSTU3
Added support for specifying DSTU3 in the constructors, where the default is DSTU2, to maintain backwards compatibility.
Updated interface usage to IBase... (e.g., IResource -> IBaseResource), which is compatible with DSTU3.
Added tests specifically for DSTU3; kept the existing tests as DSTU2.
Provided examples for DSTU3.
2016-04-29 12:50:15 -06:00
jamesagnew
2bc1950bc1 JPA server transactions sometimes created an incorrect resource reference if a resource being saved contained references that had a display value but not an actual reference. Thanks to David Hay for reporting! 2016-04-29 09:21:12 -04:00
jamesagnew
649c6807cb Add cli scripts back into dist for #340 2016-04-29 07:38:57 -04:00
jamesagnew
8b3dd4234c Fix tests 2016-04-25 08:01:16 -04:00
jamesagnew
3fce4cb087 Fix #344 - make getResourceDefinition(String) and getElementDefnition(String) case insensitive 2016-04-25 07:19:31 -04:00
jamesagnew
c48a5224b4 Fix build 2016-04-25 06:40:16 -04:00
jamesagnew
f29cda00d0 Add test for #341 2016-04-24 21:55:55 -04:00
jamesagnew
d45a9b67dc Allow forced IDs to be reused between resource types 2016-04-24 19:24:55 -04:00
jamesagnew
9631160942 Add unit test 2016-04-23 18:43:11 -04:00
jamesagnew
3ceac6d576 Add test for #347 2016-04-23 18:19:30 -04:00
jamesagnew
514da88787 Improve performance in parser when parsing large bundles 2016-04-23 13:54:16 -04:00
jamesagnew
3eb805fb0a Respect _format=application/xml+fhir 2016-04-23 12:17:27 -04:00
jamesagnew
941091dbf7 Deprecate fluent search without an explicit bundle type declaration 2016-04-23 10:15:13 -04:00
jamesagnew
a0ce10cf3f Fix tests for #342 2016-04-22 07:55:55 -04:00
jamesagnew
d76e0008ac Fix #342 - The HTTP 400 if request fail to parse 2016-04-22 07:19:57 -04:00
jamesagnew
38e80531bb Bump version to 1.6-SNAPSHOT 2016-04-22 07:05:05 -04:00
jamesagnew
dd3f1dd33c Fix #345 - ResponseValidatingInterceptor throws an exception with response has no content 2016-04-22 07:04:14 -04:00
jamesagnew
246a7c5e16 Fix test v1.5 2016-04-21 07:51:14 -04:00
jamesagnew
fcf0604e98 Site doc updates 2016-04-21 07:15:01 -04:00
James Agnew
be865b0539 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-04-20 09:03:56 -04:00
James Agnew
a8b121d868 Try to fix tests 2016-04-20 09:03:43 -04:00
jamesagnew
14c9fdfd97 Finish removing Documentation resource, which shouldn't exist 2016-04-20 08:11:44 -04:00
James Agnew
8bb00839d0 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-04-20 07:28:17 -04:00
jamesagnew
8b59b61250 Release docs 2016-04-20 07:03:30 -04:00
James Agnew
2c665d1b39 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-04-19 21:58:37 -04:00
James Agnew
81fa46820a Correctly support _summary=search option 2016-04-19 21:58:20 -04:00
jamesagnew
3a0de6e6f8 Fix #339 - Disable XXE XML parsing vulnerability 2016-04-19 07:55:24 -04:00
jamesagnew
43969cb8ce Fix tests on CLI 2016-04-19 06:35:15 -04:00
James Agnew
153c3ac5aa Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-04-18 10:07:22 -04:00
James Agnew
54f89073fe Add option to validation uploader to specify FHIR version 2016-04-18 10:07:09 -04:00
jamesagnew
e15362122e Skip failing CLI tests for now 2016-04-17 22:29:43 -04:00
jamesagnew
59c44a3b0b More test fixes 2016-04-17 20:57:27 -04:00
jamesagnew
12a66a9438 More test fixing 2016-04-17 20:02:50 -04:00
jamesagnew
64f84849d7 Fix a bunch of tests - Still trying to get memory down so Cobertura passes 2016-04-17 19:41:28 -04:00
jamesagnew
f3a41570d3 Try to get tests workign on Travis.. yet again 2016-04-17 19:25:11 -04:00
jamesagnew
846e216c04 Fix tests 2016-04-17 12:58:36 -04:00
jamesagnew
5a818a38e8 FIx tests 2016-04-17 10:49:16 -04:00
jamesagnew
1af65ff5a8 Fix #335 (also fixes #336) - Correctly parse and serialize IDs on elements within a resource 2016-04-17 10:12:34 -04:00
jamesagnew
3f2b5fdeb7 Get security interceptor working 2016-04-16 10:22:43 -04:00
jamesagnew
533c0c87ab Fix tests 2016-04-14 09:14:32 -04:00
jamesagnew
72640dc720 Correct encoding order for DSTU2 resources 2016-04-14 07:53:37 -04:00
jamesagnew
81dec23faf Correctly populate Bundle.entry.fullUrl on Hl7OrgDstu2 servers 2016-04-14 06:59:43 -04:00
jamesagnew
8a37ed3b59 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-04-14 06:38:08 -04:00
jamesagnew
0780b7e472 Add tests 2016-04-14 06:36:29 -04:00
James Agnew
a090f5481f Try to get cobertura working 2016-04-13 10:33:58 -04:00
James Agnew
e1196ec70b Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-04-13 08:10:00 -04:00
James Agnew
07d86c50d6 Work on cobertura 2016-04-13 08:09:51 -04:00
jamesagnew
5309e1cebe Try using JaCoCo instead of Cobertura 2016-04-13 06:12:44 -04:00
jamesagnew
3f64340ec1 Unload Derby on shutdown for #332 2016-04-12 08:08:34 -04:00