Commit Graph

1592 Commits

Author SHA1 Message Date
James Agnew c700fd3a7d Fix 1.4 deployment 2016-02-04 17:21:09 -05:00
James Agnew e5b5c6e49b Fix build 2016-02-03 17:24:27 -05: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 2e612eed4d Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2016-02-03 14:09:13 -05:00
James Agnew 715ab0e269 Credit for #289 2016-02-03 14:08:52 -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 9449df7df1 Prepare for 1.4 release 2016-02-03 08:35:05 -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
jamesagnew b7ec8f8ac0 Try to fix test 2016-01-30 11:16:12 -05:00
jamesagnew 54d17374b9 Update model and definitions to latest definitions 2016-01-30 11:08:16 -05:00
jamesagnew c7f99f0394 Fix dist project 2016-01-30 10:28:05 -05:00
jamesagnew 6ce5e9e966 Fix CLI build 2016-01-30 09:23:40 -05:00
James Agnew 9edcc60537 Try to fix build 2016-01-28 16:23:20 -05:00
James Agnew 56e47835cb Try to fix test 2016-01-28 15:55:12 -05:00
James Agnew f16a8a6d3c Try to fix travis 2016-01-28 14:31:21 -05:00
James Agnew c8cf957e7f Move CLI App 2016-01-28 11:36:59 -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 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