1353 Commits

Author SHA1 Message Date
James Agnew
87eabe6bf8 More work on terminology server 2016-06-05 09:40:06 -04:00
James Agnew
d966190f9e Fix #371 - STU3 server and client should use new sort parameter style 2016-06-04 12:34:44 -04:00
James Agnew
9a42ec16f7 Update license files# Please enter the commit message for your changes. Lines starting 2016-06-02 21:25:05 -04:00
jamesagnew
8a933cd2c2 Remove some cruft from the model 2016-06-01 09:18:38 -04:00
jamesagnew
25f8d8d22d Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-06-01 09:11:06 -04:00
jamesagnew
1b8843aa5e More work on terminology service 2016-06-01 09:10:47 -04:00
James Agnew
39a96f0258 Fix #374 - Include ETag and Last-Modified headers in response 2016-05-31 13:44:21 -04:00
James Agnew
f45ad117fe Improve error messages for invalid validate request 2016-05-29 22:23:30 -04:00
James Agnew
eb3b656a5f Syn RI - Build still failing :( 2016-05-28 12:53:59 -04:00
jamesagnew
eae96983e8 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-05-28 10:37:27 -04:00
jamesagnew
e1e6a0d5b0 Sync model with RI latest version 2016-05-28 10:35:08 -04:00
James Agnew
b4de3aa5dd Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-05-27 10:27:27 -04:00
jamesagnew
9ed1bb94f9 Remove some unused code 2016-05-26 21:42:03 -04:00
James Agnew
a5debc07a3 DateTime parser incorrectly parsed times where more than 3 digits of
precision were provided on the seconds
after the decimal point
2016-05-25 19:20:51 -04:00
jamesagnew
efe9cd1dd1 Work on term svc 2016-05-24 06:34:06 -04:00
jamesagnew
ee031667c5 Fix #369 - FhirTerser cloneInto method fails if target contains extension 2016-05-23 09:20:40 -04:00
jamesagnew
de65184afb Fix tests 2016-05-21 20:52:37 -04:00
jamesagnew
20b6994cc8 Fix #364 - Allow serializing custom types that contain custom datatypes 2016-05-21 14:35:10 -04:00
jamesagnew
3d8776f6ed Fix #363 - Allow remote references in JPA resources 2016-05-21 12:58:04 -04:00
James Agnew
6c3446dee1 Fix build 2016-05-17 11:30:57 -04:00
jamesagnew
ddb35d0faa Merge branch 'term_svc' of github.com:jamesagnew/hapi-fhir into term_svc 2016-05-17 09:05:47 -04:00
jamesagnew
78fa6eaeaf More work on terminology service 2016-05-17 09:05:37 -04:00
James Agnew
7942d69d5d Accept conditional updates with _id as parameter 2016-05-16 19:11:25 -04:00
jamesagnew
c7d191dc38 Fix all tests 2016-05-14 16:59:31 -04:00
James Agnew
d5e2170595 Don't discard _count from parameters when method has @Count 2016-05-13 19:13:39 -04:00
James Agnew
563f4e4c46 Treat date eq params correctly 2016-05-13 18:49:41 -04:00
James Agnew
84a7856c19 Treat missing ID in resource body as warning 2016-05-13 18:04:07 -04:00
James Agnew
abd8bc2f14 Work on term svc 2016-05-13 17:40:56 -04:00
James Agnew
c94f4bb19b Work on term services 2016-05-11 06:30:45 -04:00
James Agnew
3e77d3e37e Add _has support (this is an experimental parameter being tested) 2016-05-10 11:47:30 -04:00
James Agnew
81cb769d18 Allow operation names to be escaped in URL 2016-05-07 19:28:36 -04:00
James Agnew
af2b702aa4 Fixes from Montreal connectathon 2016-05-07 14:24:33 -04:00
Virdulys
2cf79d2767 Wrong comment, unable to set type in new versions 2016-05-05 15:23:50 +03:00
James Agnew
03e90b90c0 Merge pull request #359 from subhrajyotim/master
Fix: Add null check in JsonParser, Relax property handling introduced in Jaxp 1.5
2016-05-05 07:09:06 -04:00
James Agnew
ad9ff20f8e Merge pull request #355 from euvitudo/jaxrsserver-with-dstu3
Updated jaxrsserver base and example for DSTU3
2016-05-05 06:58:17 -04:00
James Agnew
82c1e687fd Fix NPE in LoggingInterceptor 2016-05-04 11:48:50 -04:00
James Agnew
ff562a3f00 Fix #360 - Correctly parse spaces in URL parameters 2016-05-04 10:09:02 -04:00
jamesagnew
b4d3a7bb74 Don't highlight AJAX requests 2016-05-04 06:59:28 -04:00
Subhro
284f0f14b0 Fix: Add null check in JsonParser, Relax property handling introduced in Jaxp 1.5 for some compatibility with existing 1.4 version 2016-05-04 15:24:36 +05:30
jamesagnew
244cad6224 Allow validator exceptions to be ignored via confoguration 2016-05-03 21:58:09 -04:00
jamesagnew
cce0ce6b8e Add parser for URL parameters to avoid Servlets using ISO-8859-1 instead of UTF-8 2016-05-03 08:58:56 -04:00
James Agnew
804149205a Work on getting tests passing 2016-05-02 11:42:55 -04:00
James Agnew
c90795ccef Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-05-02 09:03:48 -04:00
jamesagnew
27ec35338a Update to latest structure defs and validator 2016-05-01 21:31:14 -04:00
jamesagnew
e3e81ff202 Fix #352 - Client should auto download resource if server ignores prefer header 2016-05-01 09:30:12 -04: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
James Agnew
2d81612cd8 Fix #350 - Correct serialization for custom types which have fields
replacing other fields
2016-04-28 13:25:20 -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
d45a9b67dc Allow forced IDs to be reused between resource types 2016-04-24 19:24:55 -04:00