James Agnew
|
64944d6d81
|
JPA Documentation updates
|
2015-02-05 10:25:18 -05:00 |
James Agnew
|
37e2abb4e2
|
Fix #100 - HAPI failed to initialize in an environment without Woodstox
on the classpath. Will deploy a new snapshot shortly.
|
2015-02-04 14:15:11 -05:00 |
James Agnew
|
5c29f71db1
|
Credit for #97
|
2015-02-03 10:39:54 -05:00 |
James Agnew
|
9d7796f0be
|
Implement JPA transaction deletion operation
|
2015-01-29 10:17:46 -05:00 |
jamesagnew
|
9bee09efcd
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2015-01-27 21:56:23 -05:00 |
James Agnew
|
5c59becf6f
|
Credit for #86
|
2015-01-27 17:54:00 -05:00 |
James Agnew
|
d3d242bc7e
|
Documentation updates
|
2015-01-27 14:59:10 -05:00 |
jamesagnew
|
c36cbb893d
|
Fix some broken unit tests and do a few documentation updates
|
2015-01-24 16:17:20 +01:00 |
jamesagnew
|
e19e96db28
|
Fix #88 - Client should check which FHIR version the server implements and fail if it is incorrect for the client
|
2015-01-24 14:51:47 +01:00 |
jamesagnew
|
b36932aed4
|
Fix #90 - Documentation updates from Claude
|
2015-01-24 07:56:06 +01:00 |
jamesagnew
|
15a57242aa
|
Fix #91 - Unable to add more than two extensions with unknown orders to a custom resource
|
2015-01-24 07:42:14 +01:00 |
jamesagnew
|
cc5c014331
|
Fix #84 - Use multiple <contained/> tags, one for each contained resource instead of putting all contained resources in a single <contained/> tag
|
2015-01-24 01:39:59 +05:30 |
jamesagnew
|
96fe70de59
|
Clean up metadata parsing in XML parser
|
2015-01-10 13:44:40 -05:00 |
jamesagnew
|
51f58f6165
|
Fix #79 - Support _include=* in JPA
|
2015-01-10 11:39:41 -05:00 |
jamesagnew
|
8f8f9ed308
|
Server create and update methods failed with an IllegalArgumentException if the method type was a custom resource definition type (instead of a built-in HAPI type). Thanks to Neal Acharya for the analysis.
|
2015-01-10 07:42:46 -05:00 |
jamesagnew
|
f1c151b2f5
|
Documentation
|
2015-01-05 21:19:47 -05:00 |
James Agnew
|
6b3d92fde1
|
Cleaning up JavaDocs to allow building in Java 8
|
2014-12-30 16:39:38 -05:00 |
jamesagnew
|
c73e867736
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
Conflicts:
hapi-fhir-jpaserver-uhnfhirtest/src/main/java/ca/uhn/fhirtest/TestRestfulServer.java
|
2014-12-29 09:35:34 -05:00 |
jamesagnew
|
fd8ba68e62
|
Implementing ETag support
|
2014-12-29 09:33:36 -05:00 |
James Agnew
|
81851f4808
|
Fix #65 - Correctly parse and encode extensions on non-repeatable
primitive fields
|
2014-12-23 14:10:53 -05:00 |
James Agnew
|
81f9e492f3
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
Conflicts:
src/changes/changes.xml
|
2014-12-23 09:43:46 -05:00 |
James Agnew
|
c8adab5452
|
Better logging in JPA
|
2014-12-23 09:42:16 -05:00 |
jamesagnew
|
31d61100db
|
Fix #67 - Correctly parse local IDs in IdDt even if they look like real IDs
|
2014-12-22 22:37:24 -05:00 |
James Agnew
|
5a0ef91337
|
Get public server working with DSTU2
|
2014-12-22 12:03:02 -05:00 |
jamesagnew
|
994e49057d
|
Lots of work on DSTU2 server
|
2014-12-21 18:13:37 -05:00 |
jamesagnew
|
3963bb68e8
|
Merge remote-tracking branch 'origin/master' into hl7org_structs
Conflicts:
hapi-fhir-base/src/main/java/ca/uhn/fhir/model/api/IFhirVersion.java
hapi-fhir-structures-dstu/src/main/java/ca/uhn/fhir/model/dstu/FhirDstu1.java
|
2014-12-17 16:08:59 -05:00 |
jamesagnew
|
7e8f81293e
|
Tagging and deploying 0.8
|
2014-12-17 14:22:10 -05:00 |
jamesagnew
|
a46183ddb8
|
Add some documentation for #59
|
2014-12-17 12:40:22 -05:00 |
James Agnew
|
35b5f90318
|
Merge remote-tracking branch 'origin/master' into hl7org_structs
Conflicts:
hapi-fhir-structures-hl7org-dev/.gitignore
|
2014-12-16 11:32:58 -05:00 |
James Agnew
|
326aa515a9
|
Fix #60 - Client did not correctly send charset declaration as a part of
content-type header on POST/PUT requests
|
2014-12-16 11:09:26 -05:00 |
James Agnew
|
c10f501fdc
|
Fix #62 - JPA server failed to correctly process _include when included
resources have a non-numeric ID
|
2014-12-16 10:38:18 -05:00 |
jamesagnew
|
cdfebefa67
|
Work on #61 - Update resource definitions to latest from DSTU1 and DEV SVN
|
2014-12-16 08:05:38 -05:00 |
James Agnew
|
2f7cbeb348
|
Merge branch 'hl7org_v08' of github.com:jamesagnew/hapi-fhir into hl7org_structs
Conflicts:
hapi-fhir-base/src/main/java/ca/uhn/fhir/context/FhirContext.java
hapi-fhir-base/src/main/java/ca/uhn/fhir/context/ModelScanner.java
hapi-fhir-base/src/main/java/ca/uhn/fhir/model/primitive/IdDt.java
hapi-fhir-base/src/main/java/ca/uhn/fhir/parser/JsonParser.java
hapi-fhir-base/src/main/java/ca/uhn/fhir/parser/ParserState.java
hapi-fhir-base/src/main/java/ca/uhn/fhir/parser/XmlParser.java
hapi-fhir-structures-dstu/src/main/java/ca/uhn/fhir/model/dstu/FhirDstu1.java
|
2014-12-11 16:07:00 -05:00 |
James Agnew
|
ecadd83711
|
Return a better error message if the server finds multiple resource
providers for the same resource type
|
2014-12-04 11:04:53 -05:00 |
James Agnew
|
826fa1d7c1
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
Conflicts:
hapi-fhir-tutorial/simple-server/src/main/java/ca/uhn/fhir/example/ex3/Example03_PatientResourceProvider.java
hapi-fhir-tutorial/simple-server/src/main/java/ca/uhn/fhir/example/ex3/Example03_SimpleRestfulServer.java
src/changes/changes.xml
|
2014-12-03 13:49:19 -05:00 |
James Agnew
|
3ca9fbbebb
|
Encoding a Binary resource without a content type set should not result
in a NullPointerException.
|
2014-12-03 13:46:46 -05:00 |
jamesagnew
|
c294e1c064
|
Begin multi version work
|
2014-12-01 08:13:32 -05:00 |
jamesagnew
|
383d4929c8
|
Fix #57: Date/Time types should not throw exceptions for bad precision on setValue(String) but should for constructors
|
2014-11-25 09:14:11 +01:00 |
jamesagnew
|
f9e19f759f
|
More tutorial examples
|
2014-11-24 12:45:12 +01:00 |
James Agnew
|
24595ca6db
|
Documentation updates
|
2014-11-21 12:24:31 -05:00 |
James Agnew
|
51f2ce1e37
|
Do not share interceptors between individual interface based client
instances
|
2014-11-21 11:39:21 -05:00 |
James Agnew
|
6e293a6623
|
More tutorial samples, as well as credit for #54
|
2014-11-20 16:29:10 -05:00 |
James Agnew
|
06a1e459d4
|
Returned resource objects from server methods should not be modified
while converting to a bundle
|
2014-11-20 14:42:24 -05:00 |
James Agnew
|
f632d119b4
|
Fix #55: Transaction in JPA should replace "cid:" IDs with server
assigned IDs
|
2014-11-20 10:52:16 -05:00 |
James Agnew
|
7ca4bc30d2
|
Dont overwrite absolute IDs in the server
|
2014-11-18 14:29:57 -05:00 |
James Agnew
|
62ef60e096
|
Credit for #53
|
2014-11-18 13:59:07 -05:00 |
James Agnew
|
14a8f4f4cf
|
JPA module now handles search params with | in them - More work on #52
|
2014-11-18 13:11:05 -05:00 |
James Agnew
|
93c34fdbbe
|
Fix issue #52 - JPA module won't save resource types with empty path
search params
|
2014-11-17 16:58:34 -05:00 |
jamesagnew
|
1b7586f7ed
|
Fix #50 - Primitive datatypes now retain their textual values as well as the "parsed" values
|
2014-11-16 21:38:25 -05:00 |
James Agnew
|
d09e735a3d
|
Start work on #50
|
2014-11-14 10:52:38 -05:00 |
James Agnew
|
dfe7b155b7
|
Just add some documentation for the @Destroy annotation
|
2014-11-11 17:14:05 -05:00 |
James Agnew
|
4dcfdc88fd
|
Fix build issues
|
2014-11-10 18:08:08 -05:00 |
James Agnew
|
479c09b174
|
Fix failure to parse child of type "any" for code values
|
2014-11-10 17:33:45 -05:00 |
jamesagnew
|
fcb9a80bbc
|
DateRangeParam now correctly handles requests containing a single date
|
2014-11-08 12:17:42 -05:00 |
jamesagnew
|
66bb291e04
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
Conflicts:
examples/pom.xml.orig
hapi-deployable-pom/pom.xml
hapi-fhir-base/src/main/java/ca/uhn/fhir/model/base/resource/BaseOperationOutcome.java
hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/server/RestfulServer.java
hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/server/exceptions/BaseServerResponseException.java
hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/server/exceptions/UnprocessableEntityException.java
hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/server/interceptor/IServerInterceptor.java
hapi-fhir-jpaserver-uhnfhirtest/.settings/org.eclipse.wst.common.component
hapi-fhir-structures-dev/.gitignore
hapi-fhir-structures-dstu/src/test/java/ca/uhn/fhir/context/CustomObservation.java
hapi-tinder-plugin/src/main/java/ca/uhn/fhir/tinder/TinderStructuresMojo.java
hapi-tinder-plugin/src/main/resources/vm/resource.vm
hapi-tinder-plugin/src/main/resources/vm/resource_dstu.vm
pom.xml
restful-server-example/.settings/org.eclipse.wst.common.component
restful-server-example/.settings/org.eclipse.wst.common.component.orig
src/changes/changes.xml
src/site/resources/svg/restful-server-interceptors.svg
src/site/site.xml
|
2014-11-08 10:58:35 -05:00 |
jamesagnew
|
d1fb878c55
|
Merging
|
2014-11-08 10:36:27 -05:00 |
James Agnew
|
d22a35788f
|
Implement handleException on the server interceptor framework, as well
as some site and documentation enhancements
|
2014-11-07 14:26:59 -05:00 |
James Agnew
|
4e769da4ca
|
Give securityevent a common parent
|
2014-11-04 13:29:21 -05:00 |
James Agnew
|
5aafeee3d3
|
Documentation updates
|
2014-11-03 14:16:04 -05:00 |
James Agnew
|
ece0e83609
|
Site updates
|
2014-10-31 16:09:42 -04:00 |
James Agnew
|
ae56cf665e
|
Skup failing test on windows
|
2014-10-31 15:00:26 -04:00 |
James Agnew
|
135ba9d9e6
|
Moving site generation into root project
|
2014-10-30 13:57:29 -04:00 |