jamesagnew
69450c7dab
Merge branch 'master' into jaxrs-client
2016-02-27 09:48:36 -05:00
James Agnew
7fdbee6f21
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2016-02-26 18:20:32 -05:00
James Agnew
39f6420066
Start working on compartment support
2016-02-26 18:16:35 -05:00
James Agnew
d383b402d1
Correct handling of Binary resources in client and server where the
...
binary contains embedded FHIR content
2016-02-25 14:31:26 -08:00
James Agnew
4a26064cd6
In the client, the create/update operations on a Binary resource (which
...
use the raw binary's content type as opposed to the FHIR content type)
were not including any request headers (Content-Type, User-Agent, etc.) Thanks to Peter Van Houte of Agfa Healthcare for reporting!
2016-02-25 12:54:52 -08:00
James Agnew
d11cbab15c
Don't add WWW-Authenticate header to response on AuthenticationException
2016-02-25 11:03:04 -08:00
petervanhoute
d64cf57b0d
Inclusion of jaxrs-client : complete removal of the dependencies for jaxrsserver project to apache httpclient and httpcore and only rely on jax-rs
2016-02-25 13:38:31 +01:00
petervanhoute
f8ea639af9
Merge remote-tracking branch 'remotes/petervanhoute/jax-rs-client': inclusion of jaxrs client by addition of interfaces around the apache client classes
2016-02-24 18:04:49 +01:00
James Agnew
1ba0ae3960
Support inline match URL references, per Simone's requast for the next
...
connectathon
2016-02-23 13:12:30 -08:00
jamesagnew
fd2eaff12d
Fix javadoc
2016-02-19 06:53:23 -05:00
jamesagnew
6ce4056f7a
Fix #298 - Don't handle /metadata for methods other than GET
2016-02-19 06:40:07 -05:00
jamesagnew
43bdfc0345
Fix #297 - Resource not populated in ActionRequestDetails for validate method
2016-02-19 06:21:05 -05:00
jamesagnew
4975d212fa
Add userdata map to interceptors which can be passed around
2016-02-17 08:05:55 -05:00
jamesagnew
9b304748ad
Work on terminology service
2016-02-16 21:29:00 -05:00
jamesagnew
c1141eb18f
Reorganize how search param prefixes are handled and modelled based on new DSTU2 style prefixes
2016-02-15 10:05:39 -05:00
jamesagnew
23f9292b50
Add support for comments in XML and JSON parsing/encoding
2016-02-08 22:05:17 -05:00
James Agnew
961cde41bd
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2016-02-08 14:22:20 -05:00
James Agnew
f21851099c
Version bump
2016-02-08 13:59:09 -05:00
jamesagnew
d93c54c0aa
Version bump to 1.5
2016-02-06 14:18:56 -05:00
jamesagnew
0ff111be87
Fix #291 - Don't fail the server for untyped list returns
2016-02-06 14:18:04 -05:00
petervanhoute
f9e4398c89
fix pom
2016-02-05 14:59:10 +01:00
James Agnew
68b816dce7
Prepare for 1.4 release
2016-02-03 16:56:32 -05:00
James Agnew
e0e52f96c6
Version bump to 1.4 (finally!)
2016-02-03 15:25:32 -05:00
James Agnew
def7fc93e0
Merge pull request #289 from petromykhailysyn/master
...
ServletContextPath can start with servletPath, it should be taken into consideration
2016-02-03 14:06:18 -05:00
jamesagnew
93d9011691
Fail server if conditional param is not of type String
2016-02-02 07:11:18 -05:00
jamesagnew
32daeb6f58
Switch DSTU2.1 to DSTU3 per FMB's decision
2016-02-01 08:55:58 -05:00
James Agnew
914f615b8e
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2016-01-28 11:35:16 -05:00
jamesagnew
ecc48317f2
Version bump dependencies
2016-01-28 08:31:19 -05:00
jamesagnew
00f0ea4a0b
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2016-01-27 08:36:10 -05:00
jamesagnew
1bc35f1ba3
Support modifiers on token parameters
2016-01-27 07:05:41 -05:00
petromykhailysyn
a7313023f7
Revert "If servletContextPath is not root (application is deployed not to the root) we should take it into consideration while determinating server base."
...
This reverts commit 0e3bb5a797
.
2016-01-26 17:02:24 +02:00
petromykhailysyn
83823aad35
ServletContextPath can start with servletPath, now it's taking into consideration while determinate contextIndex.
2016-01-26 16:29:16 +02:00
James Agnew
7ed14d538a
Remove warning
2016-01-24 14:53:40 -05:00
petromykhailysyn
0e3bb5a797
If servletContextPath is not root (application is deployed not to the root) we should take it into consideration while determinating server base.
2016-01-22 10:42:36 +02:00
Matt Blanchette
0f835b5e55
Exposing http client request pool max parameters on restful client factory:
...
* added setters on restful client factory to allow changing max total connections and max connections per route for pooling http connection manager
* added defaults for max total connections and max connections per route on restful client factory interface
2016-01-20 11:50:49 -05:00
jamesagnew
1ba03f4a9b
Fix #283 - Remove servlet 3.0 dependency where possible
2016-01-20 08:11:03 -05:00
jamesagnew
944afc2785
Add better constructors for date types
2016-01-20 07:40:57 -05:00
James Agnew
f9960b22d5
Clean up validation
2016-01-15 18:44:28 -05:00
James Agnew
d290110126
Fix validation
2016-01-15 18:02:20 -05:00
James Agnew
589059256f
Correct issues uncovered during connectathon
2016-01-11 07:42:13 -05:00
petervanhoute
8dadc77420
create jax-rs client
2016-01-08 12:01:56 +01:00
petervanhoute
b6d3a003d3
move client api-classes into api package
2016-01-08 11:47:00 +01:00
petervanhoute
1271c36d1b
create a jax-rs client
2016-01-08 10:50:04 +01:00
James Agnew
c1afb4f54d
Get overlay working for DSTU2.1
2016-01-07 15:04:56 -05:00
James Agnew
0c8c414784
Try to get travis working
2016-01-07 11:17:54 -05:00
James Agnew
479da24cfb
Bump license files
2016-01-07 08:50:07 -05:00
James Agnew
a54cb06c03
More travis cleanup
2016-01-06 14:02:20 -05:00
jamesagnew
56620eebfb
Clean up testpage-overlay to work with DSTU2.1
2016-01-06 08:49:24 -05:00
James Agnew
2e434650ea
Fixed to testpage overlay for DSTU2.1
2016-01-05 17:02:37 -05:00
jamesagnew
b7aa4e15b9
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2016-01-05 08:31:24 -05:00