jamesagnew
0f07cac496
Fix #286 - Resource chains not added to conformance statement
2016-01-28 07:31:37 -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
unknown
c855fc5365
Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir
2016-01-26 13:54:51 +02:00
Bill Denton
d8fa00a8c9
Merge pull request #287 from bdenton/master
...
Enhancements to osgi-core project
2016-01-25 09:44:58 -08: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
bdenton
d516e1afa1
Merge remote-tracking branch 'upstream/master'
2016-01-21 18:53:25 -08:00
jamesagnew
98dfceb90a
Link to Bill's new example
2016-01-21 21:52:01 -05:00
James Agnew
e73f409800
Merge pull request #288 from matt-blanchette/master
...
Exposing parameters for HTTP client request pool max connections in RestfulClientFactory
2016-01-21 21:46:18 -05:00
jamesagnew
133660a9ae
Credit for #288
2016-01-21 21:45:57 -05:00
jamesagnew
0aa0721632
Fix sometimes-breaking test
2016-01-21 21:40:04 -05:00
bdenton
1d587ae163
Merge remote-tracking branch 'upstream/master'
2016-01-21 08:57:26 -08:00
jamesagnew
87586d710e
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2016-01-21 08:49:56 -05:00
jamesagnew
5ef88d0447
Avoid conflict in HL7org-DSTU2 structures
2016-01-21 08:49:26 -05:00
jamesagnew
9808ccd309
Add some tests that can be enhanced for #286 - These don't yet validate anything useful but they have chains
2016-01-21 06:41:04 -05:00
de Beaubien, Bill
9b5c393ad3
Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir
2016-01-20 19:31:15 -05:00
de Beaubien, Bill
4118fcc03d
Added example demonstrating how to retrieve a complete bundle
2016-01-20 19:31:02 -05: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
bdenton
10626c666d
Improve OSGi manifest, make SimpleFhirProviderBundle visible, include
...
validation projects, include DSTU 2.1
2016-01-19 17:04:36 -08: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
James Agnew
552842e547
Validator enhancements
2016-01-08 16:23:27 -05:00
jamesagnew
e436254c32
More fixing build
2016-01-08 09:07:59 -05:00
jamesagnew
bf2e12e22c
More tweaking for stupid travis
2016-01-08 08:26:53 -05:00
jamesagnew
b717c1f0c3
Update docs
2016-01-08 07:32:17 -05:00
jamesagnew
9c712f2f0e
Fix example
2016-01-08 06:47:15 -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
jamesagnew
fbcf366ffa
Try to reduce unit test memory for Travis
2016-01-07 23:03:54 -05:00
jamesagnew
e7adebe8d7
Fix #278 - Add alternate configuration as suggested by Karl Davis. Thanks for the contribution!
2016-01-07 21:37:04 -05:00
James Agnew
1be5d7b503
Merge pull request #279 from karlmdavis/jpaserver-example-dstu-2.1
...
Resolves #278 : Update JpaServerDemo to also support DSTU 2.1.
2016-01-07 21:25:48 -05:00
jamesagnew
cabdde8914
Still trying to get travis working!
2016-01-07 21:13:17 -05:00
James Agnew
50a9995c55
Validator fixes
2016-01-07 18:37:15 -05:00
James Agnew
c1afb4f54d
Get overlay working for DSTU2.1
2016-01-07 15:04:56 -05:00
James Agnew
0fff6018eb
Travis
2016-01-07 13:05:57 -05:00
James Agnew
ca61ef2e23
More travis
2016-01-07 11:37:33 -05:00
James Agnew
0c8c414784
Try to get travis working
2016-01-07 11:17:54 -05:00
Karl M. Davis
95248c44cf
Resolves #278 : Update JpaServerDemo to also support DSTU 2.1.
2016-01-07 10:01:35 -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
James Agnew
9c5a5dc248
Still more travis
2016-01-06 12:59:45 -05:00
James Agnew
9ac2a7321e
More Travis work
2016-01-06 11:34:24 -05:00
James Agnew
0491dbe654
More travis
2016-01-06 10:25:40 -05:00