1513 Commits

Author SHA1 Message Date
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
jamesagnew
0ab8ee386f Add documentation for CLI 2015-10-12 18:47:49 -04:00
jamesagnew
b827823004 Improve efficiency of JPA queries with _lastUpdated 2015-10-12 09:32:25 -04:00
jamesagnew
8c0b665565 Fix subscription issue 2015-10-10 10:06:41 -04:00
James Agnew
16989435b0 Don't export a _format on paging links if the request didn't have one 2015-10-09 17:42:45 -04:00
jamesagnew
588016e406 Merge branch 'master' into fulltext 2015-10-09 09:15:48 -04:00
jamesagnew
b4c86d033e More work on fulltext search and add a failing test for subscriptions 2015-10-09 09:12:41 -04:00
de Beaubien, Bill
43f21c0dcf #241 - added ignored test demonstrating failure 2015-10-09 08:48:54 -04:00
James Agnew
8794de7a22 Improve validation messages 2015-10-08 18:31:30 -04:00
James Agnew
4dbd180cf6 Clean up testing 2015-10-08 17:38:14 -04:00
petervanhoute
1afaea81d6 rename jax-rs classes + add unit tests to example project 2015-10-08 09:08:22 +02:00
James Agnew
e29e10450c Add validation 2015-10-07 18:12:38 -04:00
petervanhoute
7f910974a2 create seperate response and server interfaces and classes for servlets and jaxrs 2015-10-07 17:11:16 +02:00
jamesagnew
ad868038a8 Work on Lucene searching 2015-10-07 09:01:32 -04:00
jamesagnew
3050d4776c Merge branch 'master' into fulltext 2015-10-06 19:42:05 -04:00
James Agnew
9fef4f6bab Allow valueset operations to work against type in JPA 2015-10-06 18:53:09 -04:00
Thomas Andersen
828a7966c7 some more test 2015-10-06 22:13:18 +02:00
Thomas Andersen
7ad5d6bba8 Move dependency on java.util.jar and java.beans to optional dependency
Move some more dependencies to optionel dependencies and write more test
for different base methods.
2015-10-06 22:13:15 +02:00
James Agnew
a337528e1c Refactor ValueSet JPA RP to use optional ID params 2015-10-06 13:01:32 -04:00
James Agnew
b62eb1168c Allow server operations to work at the type level 2015-10-06 11:45:49 -04:00
jamesagnew
50c43bdb29 Fix tests 2015-10-06 09:08:25 -04:00
James Agnew
3d330de8ef Fix compile issue 2015-10-06 06:57:55 -04:00
James Agnew
8e8db1801c Start work on FT search 2015-10-06 06:46:51 -04:00
James Agnew
0958ab6f16 Refactor $everything operations on JPA so that they perform better 2015-10-05 16:49:50 -05:00
James Agnew
80575b5380 Generic client now allows search by URL 2015-10-05 15:30:30 -04:00
Thomas Andersen
91afb99b7b make sure hapi fhir base creates sources jar
In order to streamline build of android jar with dependencies all
dependencies should publish a sources jar also.
2015-10-05 21:18:59 +02:00
Thomas Andersen
cdf18f00b1 undo attempt to remove javax.servlet dependency
undo attempt to remove javax.servlet dependency
2015-10-05 02:10:05 +02:00
James Agnew
43aad1eb98 Properly support chains in JPA conditional URLs 2015-10-04 15:38:58 -04:00
Thomas Andersen
e040ef3f43 Merge remote-tracking branch 'upstream/master' 2015-10-04 21:07:46 +02:00
Thomas Andersen
64b70d412a move schematron validator to sub package 2015-10-04 21:05:55 +02:00
Thomas Andersen
f4f57fd480 Make dependencies truly optionel + clean up / minimize android build
both Phloc and Schematron was not truly optionel since they was referred
from different files. So the references has been moved to a factory and
ObjectUtil extended for some of the missing methods, where Schematron
was used. Android pom file is cleaned so that all artifcates are build
using the same base configuration and then schematron, phloc and some
server components have been removed from artifact to minimize android
artifacts.
2015-10-04 21:05:30 +02:00
James Agnew
5e2d94d745 allowDuplicateFragmentNames 2015-10-04 12:32:21 -04:00
James Agnew
a289f379e0 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-10-04 00:00:43 -04:00
James Agnew
48d56b4722 Fix connectathon discovered issues 2015-10-03 23:52:30 -04:00
Bill de Beaubien
2e7a4fd12f Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir 2015-10-03 16:47:01 -04:00
Bill de Beaubien
884ccaaa37 Added phloc to pom file so schematron works 2015-10-03 16:46:10 -04:00
James Agnew
c666b9c196 Fix compile issues 2015-10-03 16:11:47 -04:00
James Agnew
e7e8f8dd81 Use correct status codes for failed deletes, and support multi delete in
JPA
2015-10-02 18:18:54 -04:00
James Agnew
aa32e6f0a9 Improve ValueSet operations in JPA 2015-10-02 12:37:56 -04:00
James Agnew
12d95bf43c Support patient and encounter $everything operations at the type level
in JPA
2015-10-02 08:09:17 -04:00
petervanhoute
b4df6f9612 add server using jaxrs 2015-10-02 11:27:21 +02:00
jamesagnew
44782faaa0 Fix android distribution to have dependencies 2015-10-01 22:38:50 -04:00
James Agnew
0a5e6043bd Fix #234 - Invalid entry in OSGi manifest 2015-10-01 18:37:00 -04:00
Thomas Andersen
9560ab8dd2 Remove server code from android client and make android client smaller 2015-10-02 00:13:19 +02:00
James Agnew
397a902db6 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2015-10-01 16:54:56 -04:00
James Agnew
119a4f36d9 Add error checking and better handling for match URLs in JPA server 2015-10-01 16:54:34 -04:00
James Agnew
bb3738ec76 Merge pull request #235 from botunge/master
Change android build to work without having to "hack" the jar
2015-10-01 11:46:08 -04:00
James Agnew
541e6cdcb1 Credit for #235 2015-10-01 11:45:33 -04:00