jamesagnew
56ed7fcbf0
Fix test
2016-06-16 08:18:36 -04:00
James Agnew
1166a2ee67
Work on support for _at parameter in history operation
2016-06-13 07:31:25 -05:00
James Agnew
fd8d67b9cd
Fix more unit tests for #380
2016-06-10 18:57:44 -05:00
James Agnew
c318d1a040
Clean up build so that JAX-RS uses the same response pipeline as the
...
non-JAX-RS codebase for create/update/delete responses, re #374
2016-06-01 11:28:35 -04:00
James Agnew
39a96f0258
Fix #374 - Include ETag and Last-Modified headers in response
2016-05-31 13:44:21 -04:00
jamesagnew
635398a754
Update reindexing
2016-05-22 18:22:49 -04:00
Sebastien Riviere
6e1b848ea6
Fix exception handling
2016-05-13 15:34:55 +02:00
unknown
462ae8cb1f
Add support of Conditional update and delete
...
Add bundle provider
Fix exceptions which were not intercept because throws outside bean context
2016-05-13 12:06:54 +02:00
James Agnew
af2b702aa4
Fixes from Montreal connectathon
2016-05-07 14:24:33 -04:00
jamesagnew
fb277a0595
Fix tests
2016-05-05 07:45:59 -04:00
Phillip Warner
5cb211886e
Use getValueAsString() instead of toString().
...
Simple oversight, where toString() on the java.util.Date lastUpdated was wrong.
Needed to getLastUpdatedElement().getValueAsString().
2016-04-29 14:18:44 -06:00
Phillip Warner
31d16fca03
Updated jaxrsserver base and example for DSTU3
...
Added support for specifying DSTU3 in the constructors, where the default is DSTU2, to maintain backwards compatibility.
Updated interface usage to IBase... (e.g., IResource -> IBaseResource), which is compatible with DSTU3.
Added tests specifically for DSTU3; kept the existing tests as DSTU2.
Provided examples for DSTU3.
2016-04-29 12:50:15 -06:00
jamesagnew
38e80531bb
Bump version to 1.6-SNAPSHOT
2016-04-22 07:05:05 -04:00
James Agnew
21b42acc94
Update licenses
2016-03-29 13:01:51 -04:00
jamesagnew
bb96ae4e25
Fix build
2016-03-29 08:36:08 -04:00
jamesagnew
c779ede7ad
Fix compile issue
2016-03-29 06:49:16 -04:00
James Agnew
d3dc9a9c2b
Fix build issue
2016-03-25 20:23:22 +01:00
James Agnew
f49130baf8
Add unit tests and documentation to the JAX-RS client implementation
2016-03-25 19:17:41 +01:00
James Agnew
270ba270cc
Add a disabled JAX-RS test
2016-03-12 14:16:00 -05:00
jamesagnew
232afee955
Improved error messages for #305
2016-03-11 07:56:00 -05:00
jamesagnew
524b16b1e8
Fix header generation for clients
2016-02-28 15:44:10 -05:00
jamesagnew
f1e1ee9ff9
Merge JAX-RS client fixes
2016-02-28 13:34:57 -05:00
petervanhoute
d64cf57b0d
Inclusion of jaxrs-client : complete removal of the dependencies for jaxrsserver project to apache httpclient and httpcore and only rely on jax-rs
2016-02-25 13:38:31 +01:00
petervanhoute
f8ea639af9
Merge remote-tracking branch 'remotes/petervanhoute/jax-rs-client': inclusion of jaxrs client by addition of interfaces around the apache client classes
2016-02-24 18:04:49 +01:00
James Agnew
f21851099c
Version bump
2016-02-08 13:59:09 -05:00
James Agnew
e0e52f96c6
Version bump to 1.4 (finally!)
2016-02-03 15:25:32 -05:00
James Agnew
589059256f
Correct issues uncovered during connectathon
2016-01-11 07:42:13 -05: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
James Agnew
479da24cfb
Bump license files
2016-01-07 08:50:07 -05:00
jamesagnew
5789db8743
Remove dependency on cobertura at compile time
2016-01-02 10:55:52 -05:00
James Agnew
85ec9d9264
Work on 2.1 structures
2015-12-10 08:24:12 -05:00
jamesagnew
d47e0e5e77
Add DSTU2.1 resources
2015-11-29 11:43:09 -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
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
petervanhoute
5a7d2b40e8
add javadoc + create builder for jaxrsrequest
2015-10-30 19:13:20 +01:00
petervanhoute
63db1b646f
test in weblogic: fix interceptor + stateless on abstract
2015-10-30 11:35:11 +01:00
petervanhoute
0aafd37397
commit poms
2015-10-29 16:00:23 +01:00
petervanhoute
54ad29edc1
add test + drop implementation implementation for StaticJaxRsServer
2015-10-29 15:57:30 +01: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
petervanhoute
1afaea81d6
rename jax-rs classes + add unit tests to example project
2015-10-08 09:08:22 +02:00
petervanhoute
7f910974a2
create seperate response and server interfaces and classes for servlets and jaxrs
2015-10-07 17:11:16 +02:00
petervanhoute
b4df6f9612
add server using jaxrs
2015-10-02 11:27:21 +02:00