Commit Graph

1779 Commits

Author SHA1 Message Date
jamesagnew 67eb06665e Work on test indexing 2015-12-03 22:41:37 -05:00
jamesagnew 8ed9ca83af Fix build 2015-12-03 21:52:40 -05:00
jamesagnew e176d9a4b7 Try to fix travis 2015-12-03 20:54:48 -05:00
de Beaubien, Bill 54a63ba8d7 cli now handles unrecognized commands without crashing 2015-12-03 15:19:26 -05:00
James Agnew 2f8278ff78 Fix build 2015-12-02 10:10:10 -05:00
James Agnew 547b5290a4 Update resource defs 2015-12-01 18:35:24 -05:00
James Agnew 8f41739d25 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-12-01 18:14:07 -05:00
James Agnew bc9d1712d4 Credit for #265 2015-12-01 18:13:34 -05:00
James Agnew 5c4f78fbea Merge pull request #265 from joelsch/require_java_8
Configure maven-enforcer-plugin to require JDK 1.8 or higher.
2015-12-01 18:10:35 -05:00
Joel Schneider 0fd1d91b33 Add maven-enforcer-plugin configuration to require use of JDK 1.8 or higher. 2015-12-01 15:58:06 -06:00
James Agnew 4398040451 Add count(int) method to fluent client search 2015-12-01 10:22:50 -05:00
jamesagnew 9dbeee3576 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-12-01 07:49:52 -05:00
jamesagnew 1eddb4db7f Delete commented line per #251 2015-12-01 07:49:31 -05:00
de Beaubien, Bill cc0bbc2f43 #264 - added test to demonstrate bundle validation issue 2015-11-30 12:38:43 -05:00
jamesagnew 310a238a2a More work fixing build 2015-11-29 17:16:55 -05:00
jamesagnew fcdf80c6a7 Only do one pass of validation during a JPA transaction 2015-11-29 16:48:57 -05:00
jamesagnew 9b0f2a3a9d Try to fix build more 2015-11-29 15:43:43 -05:00
jamesagnew a977cbc663 Try to fix build 2015-11-29 15:32:04 -05:00
jamesagnew 07078e4ce3 Add GZip support to client and server for client-to-server uploads 2015-11-29 15:03:28 -05:00
jamesagnew d47e0e5e77 Add DSTU2.1 resources 2015-11-29 11:43:09 -05:00
jamesagnew 45502ba5ff Credit for #251 2015-11-27 15:03:05 -05:00
jamesagnew c6dede1447 Merge branch 'petervanhoute-master' 2015-11-27 15:00:21 -05:00
jamesagnew e6b47855e6 Merge branch 'master' of git://github.com/petervanhoute/hapi-fhir into petervanhoute-master 2015-11-27 14:59:53 -05:00
jamesagnew 00be143207 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-11-26 07:03:14 -05:00
jamesagnew e78fcf91c5 Credit for #259 2015-11-26 07:03:01 -05:00
James Agnew a046afe1d0 Merge pull request #259 from nrpeterson/boundcodeableconcept-serialization
Add serializability for BoundCodeableConceptDt
2015-11-26 06:59:14 -05:00
jamesagnew 14e326c2bd Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-11-26 06:57:08 -05:00
jamesagnew 9c9ffe1fb7 Remove dependency on JDK 7 2015-11-26 06:56:52 -05:00
petervanhoute 94f309114b - add site-documentation for jaxrs base
- set example for operation on instance level
- remove not thrown exceptions
2015-11-25 15:34:41 +01:00
petervanhoute 26a801edcb include agfa in author + fix test in case port is shorter + inject services into eample conformance provider + set moxy in scope test 2015-11-24 17:35:37 +01:00
James Agnew 26e2e2527d Site updates 2015-11-23 18:14:56 -05:00
James Agnew 4e30701a2b Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-11-23 06:13:39 -05:00
James Agnew 1fe3bb9ff0 Updates from DevDays 2015-11-23 06:13:02 -05:00
de Beaubien, Bill eaa81160ff Updated CLI to use 1.4-SNAPSHOT 2015-11-20 16:15:08 -05:00
Nick Peterson 13b3601843 Make IBoundCodeableConcept and IValueSetEnumBinder extend java.io.serializable; add a test to verify that MaritalStatusCodesEnum in DSTU2 is now serializable. 2015-11-20 12:15:31 -08:00
James Agnew c78be081ef Add CLI test 2015-11-20 10:30:10 +01:00
James Agnew 0b7f6c0f4a Reduce travis memory use 2015-11-16 14:14:13 +01:00
James Agnew 1c82a692f6 Try to reduce memory for unit tests 2015-11-16 14:13:34 +01:00
James Agnew e7dda532c6 Tests are failing on Travis but not locally... Argh 2015-11-16 14:00:35 +01:00
James Agnew 18f7e958d2 Debug info for failing test 2015-11-15 20:17:36 -05:00
James Agnew 93e418ffae Bump Jetty version 2015-11-15 20:16:16 -05:00
James Agnew 2f12c9ed01 Bump version to 1.4-SNAPSHOT 2015-11-15 20:11:05 -05:00
James Agnew c12dc82a37 Site updates for 1.3 release 2015-11-15 19:56:57 -05:00
James Agnew 5d13e660b0 Add header file 2015-11-15 13:56:59 -05:00
James Agnew f9f33f059b Version bump to 1.3 2015-11-15 12:53:02 -05:00
James Agnew 8c087f053a Cleanup for #254 2015-11-15 12:52:46 -05:00
James Agnew c516050716 Merge pull request #254 from cmikeb1/master
Added the ability to wire the JPA conformance providers
2015-11-15 12:47:55 -05:00
James Agnew 8e24077bcf Credit for #254 2015-11-15 12:46:42 -05:00
James Agnew 614b7e09e5 Bump to 1.0.2 FHIR definitions 2015-11-15 12:22:56 -05:00
James Agnew 326db08f0e Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-11-14 13:01:52 -05:00