1596 Commits

Author SHA1 Message Date
James Agnew
1961042d11 Remove useless warning 2015-09-09 16:16:18 -04:00
James Agnew
2a3088f2e2 Add tests 2015-09-09 16:08:21 -04:00
James Agnew
f403bd018b Merge pull request #218 from bdenton/osgi-pull-request
Osgi pull request
2015-09-09 09:25:31 -04:00
jamesagnew
aa8334a99a Merge remote-tracking branch 'upstream/master' into osgi-pull-request 2015-09-09 08:41:45 -04:00
jamesagnew
f7667d2565 Add test 2015-09-09 07:34:31 -04:00
jamesagnew
2757a34a80 Add OSGi to Maven build 2015-09-09 07:30:57 -04:00
bdenton
353f815cc3 OSGi bundle of FHIR base & structures.. allows for runtime plugging of
providers
2015-09-09 07:01:23 -04:00
bdenton
9de81a1bd8 Providers can bedynamicaly registered at runtime 2015-09-09 07:01:15 -04:00
bdenton
daedf63c46 Decouple RestfulService and ServerConformanceProvider to avoid cycle in
Spring wiring
2015-09-09 07:01:03 -04:00
James Agnew
c534fb9604 Hopefully tests should pass now - Not using profile datatypes in encoded
choice names has been a pain!
2015-09-08 14:00:11 -04:00
James Agnew
69596abdc9 Once more fixing the build 2015-09-08 10:31:47 -04:00
jamesagnew
a733ad0949 Fix build 2015-09-08 08:58:23 -04:00
jamesagnew
403fe28bd8 FIx build 2015-09-08 08:32:33 -04:00
jamesagnew
4dfecbdc74 pom refactoring 2015-09-08 08:14:55 -04:00
jamesagnew
bb5816d8e9 Fix second part of #216 - Correctly encode choice elements on profiled datatypes 2015-09-08 08:01:51 -04:00
jamesagnew
9af3fcf02d Allow browser requetsts to force a raw response 2015-09-07 21:52:35 -04:00
jamesagnew
7217458681 Allow storage of Conformance resources in JPA 2015-09-07 21:31:10 -04:00
jamesagnew
08633066c6 Fix #216 - Unexpected attributes when parsing composite elements should be logged 2015-09-07 10:08:11 -04:00
James Agnew
abdfb50b40 Fix a few tests and don't crash on old Woodstox 2015-09-04 13:59:57 -04:00
miantorno
e3c3600700 Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir 2015-09-04 09:08:07 -04:00
jamesagnew
68cc2f0cfe Fix tests 2015-09-04 09:00:55 -04:00
jamesagnew
773608f860 Validation documentation 2015-09-04 08:22:06 -04:00
miantorno
a4d973696e Updating pom.xml files for dstu2. 2015-09-03 14:36:37 -04:00
jamesagnew
f3e44eea3b Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-09-03 08:08:13 -04:00
jamesagnew
8b20f3a77d Sync to 1.0.0 FHIR definitions 2015-09-03 08:07:43 -04:00
James Agnew
ae177b52e8 Populate Bundle.entry.fullUrl 2015-09-02 13:42:59 -04:00
James Agnew
6a2045fe12 Fix build 2015-09-02 13:00:08 -04:00
James Agnew
901cef837b Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-09-02 11:27:49 -04:00
James Agnew
fa76071bd3 Return last updated time and version ID for instance $meta operation 2015-09-02 11:26:40 -04:00
jamesagnew
875ad3b5f9 Correct tag handling for DSTU2 2015-09-02 07:46:52 -04:00
jamesagnew
517222d183 Fix tests 2015-09-01 18:24:32 -04:00
James Agnew
febae3f07d Add tests 2015-09-01 17:48:20 -04:00
James Agnew
97e6073665 Support URI (and prepare for lat/lon search params) in JPA server, and
don't store duplicate tags
2015-09-01 17:02:35 -04:00
de Beaubien, Bill
b6f6340eb9 Fix #214 - more failing bundle stuff 2015-09-01 13:40:32 -04:00
de Beaubien, Bill
bac4c4a2e9 Fix #214 - added totalResults to the hash of valid dstu1 keywords 2015-09-01 09:58:25 -04:00
de Beaubien, Bill
6139e498be Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir 2015-09-01 09:22:02 -04:00
de Beaubien, Bill
c57ec9912a Added ignored test demonstrating dstu1 json bundle parsing issue 2015-09-01 09:21:51 -04:00
jamesagnew
64cc5d4659 Bump FHIR version to 1.0.0 2015-09-01 08:56:07 -04:00
jamesagnew
f04147dcfd Fix compile problem 2015-09-01 07:07:45 -04:00
jamesagnew
e8f5451cc9 Fix a few issues found by FindBugs 2015-09-01 07:05:27 -04:00
James Agnew
08b19f55ad Merge pull request #213 from SingingTree/javadocs_reference_github
Update Javadocs to reference Github docs
2015-08-31 16:18:38 -04:00
James Agnew
a6d76cc2ca Remove SLF 1.7 API usage 2015-08-31 10:21:07 -04:00
James Agnew
71c28b5709 More fix build 2015-08-31 09:40:44 -04:00
James Agnew
fc36dabc68 Fix build 2015-08-31 09:23:21 -04:00
jamesagnew
8edc325f54 Fix build 2015-08-31 08:39:49 -04:00
jamesagnew
a9f978a8a2 Udate to latest DSTU2 definitions 2015-08-31 08:20:24 -04:00
Bryce Van Dyk
eb7b405419 Update Javadocs to reference Github docs
Several Javadoc comments still reference the old Sourceforge based
documentation. These have been updated to point to the Github based
documentation where relevant, or removed in one case where the Github docs
do not appear to have such a section.
2015-08-31 18:46:05 +12:00
James Agnew
98a0d5a07a Delete old deprecated classes 2015-08-28 18:19:16 -04:00
James Agnew
eaa2519696 iAdd some tests 2015-08-28 18:00:32 -04:00
James Agnew
3ad993dc71 JaCoCo work 2015-08-28 17:23:18 -04:00