1328 Commits

Author SHA1 Message Date
James Agnew
3d686e9383 Fix #464 - Pretty print by default in ResponseHighlighterInterceptor 2016-10-18 14:58:28 -04:00
James Agnew
f80bf98dcd Fix #327 - Correctly serialize JSON extension with a reference to a
contained resource
2016-10-14 16:36:29 -04:00
James Agnew
e56c75e80c Switch Android library to use OkHttp by default 2016-10-14 16:15:27 -04:00
James Agnew
deae820ebe Fix up comnpile issue 2016-10-12 15:29:40 -04:00
James Agnew
f47597d2ec Rename client param method 2016-10-12 14:51:47 -04:00
James Agnew
8c455d41b6 Rename method from #451 2016-10-12 14:47:51 -04:00
James
09af42200c License headers 2016-10-11 05:30:22 -04:00
James Agnew
b37a1edaae Fix offset error when returning multiple pages in JPA search 2016-10-07 17:42:02 -04:00
James Agnew
0093403860 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-10-07 11:31:12 -04:00
James Agnew
2c4139dc82 Allow fluent client to handle return types other than Parameters when
invoking operations
2016-10-07 11:29:53 -04:00
James Agnew
11d3ae9447 Fix #411 - Searching by POST with urlencoded parameters doesn't work if
interceptors are accessing the parameters and there is are also
parameters on the URL
2016-10-06 13:23:32 -04:00
James Agnew
f5eda76388 Use new STU3 mimetypes by default 2016-10-06 12:17:59 -04:00
James
a4975887b8 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-10-06 06:28:06 -04:00
James
2a5c26b08b Dependency bump 2016-10-05 05:17:07 -04:00
James Agnew
61d6f1ba8d Second attempt to fix #459 2016-10-04 17:55:28 -04:00
James Agnew
012090b719 Fix #459 - Race condition in unit tests 2016-10-04 17:15:51 -04:00
James Agnew
1fd881d8f8 Return an error if a parameter is called with a chain even though it
doesn't support chaining
2016-10-04 17:02:13 -04:00
James Agnew
26cd316343 Fix #414: Parser should not choke with a NullPointerException if it
encounters an extension without a URL
2016-09-30 17:35:29 -04:00
James Agnew
ff4755fbf3 Fix #441: Correctly handle search with chains across a field with choice
type
2016-09-30 14:03:20 -04:00
James Agnew
eba136d706 Correctly handle custom types in programatic access to JPA 2016-09-27 14:22:48 -04:00
hnnesv
92e6b6d884
DSTU1 Atom: Add entry author to encoded xml bundle 2016-09-23 13:06:21 +02:00
James Agnew
3d73aad275 Fix unit tests 2016-09-21 16:58:57 -04:00
James Agnew
ae97165a0a Add interceptor method on server which will be called after all other
processing
2016-09-18 16:08:16 -04:00
James Agnew
40286f49c2 Merge branch 'patch' of github.com:jamesagnew/hapi-fhir into patch 2016-09-17 23:40:54 -04:00
James Agnew
6e97936eca More work on patch 2016-09-17 16:55:21 -04:00
qagwaai
58185d199b Updated GenericClient to call MethodUtil updated signature 2016-09-17 14:24:18 -04:00
James Agnew
ad447126f2 Merge in patch changes 2016-09-17 13:55:12 -04:00
James Agnew
e50a34b540 Merge branch 'patch' of github.com:jamesagnew/hapi-fhir into patch 2016-09-17 13:41:17 -04:00
James Agnew
1343badba4 Working on patch 2016-09-17 13:40:03 -04:00
qagwaai
5ebc3ef513 initial patch scaffolding 2016-09-17 13:36:56 -04:00
James Agnew
364c18e06e Use more compatible Accept header in STU3 client. Also fixes missing
Woodstox library in android builds per #450)
2016-09-16 23:46:06 -04:00
FilipDomazet
e2f03a9a26 Fixed issue with adding profile information to an unmodifiable list (#448) 2016-09-16 15:02:22 -04:00
James Agnew
f92c5a7232 Fix #446 - Don't give child resources the ID of the parent 2016-09-16 15:01:14 -04:00
James
1db9f726f9 Localizer update 2016-09-15 09:05:49 -04:00
James Agnew
a2ffc6af05 Fix #444 - Correct handling of parsing milliseconds in dates before 1970 2016-09-09 18:18:28 -04:00
James
ed7e6929a7 Add gitignore 2016-09-09 08:32:45 -04:00
James Agnew
6357c38180 Support _has param in conditional URLs in JPA 2016-09-08 13:14:15 -04:00
James Agnew
202a1ea885 Fix web testing UI regression 2016-09-06 17:59:04 -04:00
James Agnew
6b9f8ec487 Fix unit tests 2016-08-30 18:27:57 -04:00
James Agnew
98e0753b93 Properly add include resources 2016-08-30 16:38:09 -04:00
James Agnew
906bcfb803 Version bump to 2.1 2016-08-30 10:55:55 -04:00
James Agnew
d27aad487e Bump to 2.0 release 2016-08-30 10:50:04 -04:00
James
d36e0013c0 Add version constant for dstu2.1 2016-08-29 07:33:29 -04:00
James
333aa0afde Correctly update versions on transactipn update 2016-08-28 22:56:59 -04:00
James Agnew
a1105fac1e Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-08-25 18:27:32 -04:00
James Agnew
17940b8a24 Improve performance when parsing contained resources 2016-08-25 17:41:33 -04:00
James
3c65b64ed7 Fix changelog typos 2016-08-25 08:16:27 -04:00
James
acdbdc0be7 Fix #426 - Extension with datatype of ID failed to parse 2016-08-25 07:32:37 -04:00
James Agnew
9d3bd1ada4 Don't add an empty narrative if no template exists 2016-08-24 13:06:08 -04:00
James
9f5d672133 Improve error handling in narrative generator 2016-08-24 06:09:55 -04:00