Commit Graph

1460 Commits

Author SHA1 Message Date
petervanhoute 367163c46a fix return url 2015-10-29 15:55:37 +01:00
petervanhoute a262bf64d0 fix paging 2015-10-29 15:54:09 +01:00
jamesagnew 01320ac1b1 Site updates 2015-10-29 09:14:23 -04:00
jamesagnew f7dab9ff64 Doc updates 2015-10-29 07:51:59 -04:00
petervanhoute d2cb35b6a1 add test for conformance 2015-10-28 16:27:45 +01:00
petervanhoute 9f7a104315 add unit tests 2015-10-28 14:08:14 +01:00
jamesagnew 30ab0203a3 Refactor search capability in JPA out of resource specific module 2015-10-28 08:44:52 -04:00
jamesagnew 65598c200e Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-10-28 07:39:18 -04:00
jamesagnew f3552015cc Work on splitting out search in JPA 2015-10-27 20:23:49 -04:00
James Agnew 43c1212840 Revamp the interceptor framework for JPA 2015-10-27 18:34:27 -04:00
jamesagnew 5a2ee77142 Parser (XML and JSON) shouldn't encode an ID tag in resources
which are part of a bundle when the resource has a UUID/OID
				            ID.
2015-10-26 22:47:06 -04:00
jamesagnew c31900b827 JPA performance tweaks: Avoid unneccesary fulltext index pass during transaction and tag lookup 2015-10-25 12:18:21 -04:00
jamesagnew 60f4c27f5b Fix compile 2015-10-23 08:27:19 -04:00
jamesagnew 69658ab754 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-10-23 08:22:40 -04:00
jamesagnew eea406e10e ResourceReferenceDt#loadResource(IRestfulClient) did not
use the client's read functionality, so it did not
				            handle JSON responses or use interceptors. Thanks to
								            JT for reporting!
2015-10-23 08:21:25 -04:00
jamesagnew e93f7542a5 Remove unused check 2015-10-23 07:22:15 -04:00
James Agnew 859d76bfbc Merge pull request #244 from jkiddo/master
Added example using embedded Jetty and Guice - meaning its way more e…
2015-10-21 12:08:41 -04:00
James Agnew bc12fcc76b Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-10-21 12:03:59 -04:00
James Agnew fad59b75b9 Credit for #245 2015-10-21 12:03:36 -04:00
James Agnew d058146d1a Merge pull request #245 from samlanfranchi/master
Fixed first server ignored in test overlay
2015-10-21 12:01:10 -04:00
James Agnew 8d515feb6d Fix #242 - Allow compartment and read method to coexist for server 2015-10-21 11:58:19 -04:00
James Agnew d838a2bd4b Reduce JPA uri param length from 256 to 255 to accomodate MySql 2015-10-21 10:37:56 -04:00
Sam Lanfranchi dba8a35349 fixed first server ignored in test overlay 2015-10-21 16:11:57 +02:00
James Agnew c3b9804b8a Try to fix OSGi 2015-10-21 09:54:32 -04:00
jamesagnew 7cfe6c1715 Travis arg 2015-10-21 08:56:57 -04:00
jamesagnew e9653cf6aa Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-10-21 07:58:04 -04:00
jamesagnew c14c772da4 Add all required exports to OSGi build 2015-10-21 07:57:42 -04:00
James Agnew 06bdce8bbc Subscription CLI updates 2015-10-20 18:21:49 -04:00
James Agnew 5edd290013 More work on JPA server transactions 2015-10-20 10:52:29 -04:00
James Agnew ae416dcd62 Improve nexted search/read handing in transactions in JPA server 2015-10-20 10:35:18 -04:00
James Agnew 9b5598e2ab Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-10-19 20:22:11 -04:00
James Agnew 6729ea0479 Work on support for transaction searches with paging in JPA 2015-10-19 20:21:06 -04:00
jamesagnew 938a251ae9 Cleanup tests for java config in JPA 2015-10-19 20:19:40 -04:00
jamesagnew 9c0f6f993d Finish converting Spring from XML to Java config 2015-10-17 09:39:27 -04:00
James Agnew 39fce055e1 Fix build 2015-10-16 15:59:01 -04:00
James Agnew 6c321b83c8 Get examples working with Java config 2015-10-16 15:41:28 -04:00
James Agnew ec623ac55f Tests passing 2015-10-16 10:29:31 -04:00
jamesagnew eeac5e6ac0 Java config almost working 2015-10-16 08:57:07 -04:00
James Agnew febb15b78e Work on java config 2015-10-15 17:21:20 -04:00
jamesagnew e1eed8ce5e One test works.. 2015-10-15 09:10:06 -04:00
jkiddo ba9d951053 Added example using embedded Jetty and Guice - meaning its way more easy to debug and 'deploy' 2015-10-15 15:08:58 +02:00
jamesagnew 7e2d486d17 Working on java config 2015-10-15 08:27:58 -04:00
James Agnew e9d18af5d9 Bump library versions 2015-10-14 18:11:52 -04:00
James Agnew 0430eb1626 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-10-13 12:13:43 -04:00
jamesagnew 6d93cbcaae Get content search working correctly 2015-10-13 09:18:34 -04:00
jamesagnew b97f7d4664 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-10-12 20:08:40 -04:00
jamesagnew 15b7da184e Credit for #239 2015-10-12 20:08:11 -04:00
James Agnew a2bf374470 Merge pull request #239 from botunge/master
Make dependencies truly optionel and clean up android pom.
2015-10-12 20:06:24 -04:00
jamesagnew 81a90ecca8 Temporarily restore file 2015-10-12 20:05:21 -04:00
jamesagnew cb886c2975 Remove unused BeanUtils 2015-10-12 19:54:23 -04:00