James Agnew
|
7c1ab11b02
|
Clean up places where CORS headers are declared - Related to #718
|
2017-10-30 16:37:47 -04:00 |
James Agnew
|
64e120cef8
|
Custom structs in progress
|
2017-10-30 16:19:09 -04:00 |
James Agnew
|
c2b3774299
|
Merge pull request #718 from patrick-werner/master
fixed CORS preflight
|
2017-10-30 16:18:47 -04:00 |
James Agnew
|
cb3dbddbfc
|
Credit for #718
|
2017-10-30 16:18:10 -04:00 |
James Agnew
|
c7d279fa75
|
Credit for #718
|
2017-10-30 16:17:30 -04:00 |
James Agnew
|
9fe12a9f4e
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2017-10-30 16:11:29 -04:00 |
James Agnew
|
34679081fb
|
FIx windows test dependency
|
2017-10-30 16:11:13 -04:00 |
Clayton Bodendein
|
d7f13432df
|
Related to issue #764, changed the private conformanceDate method in DSTU2_HL7ORG's ServerConformanceProvider to be consistent with the ServerConformanceProvider in other FHIR contexts
|
2017-10-30 12:48:23 -05:00 |
Clayton Bodendein
|
7076b55f8c
|
Removed the throwing of NullPointerException from AdditionalRequestHeadersInterceptor since that isn't common due to NullPointerException being a runtime exception
|
2017-10-30 12:01:56 -05:00 |
James
|
72ec59d51b
|
Remove Linux specific line endings from test
|
2017-10-29 21:54:40 -04:00 |
James
|
792035f8af
|
Add more logging to occasional failing test
|
2017-10-26 21:45:50 -04:00 |
James Agnew
|
0fec0485e8
|
Merge pull request #717 from aehrc/feature/ifModifiedSince_bugfix_master
fix bugs with inverted test for If-Modified-Since (impl and tests)
|
2017-10-26 18:31:19 -04:00 |
James Agnew
|
6ba92f5fb2
|
Credit for #717
|
2017-10-26 18:30:46 -04:00 |
James Agnew
|
b35cab2996
|
Merge pull request #714 from SRiviere/jaxrs-sever-evolution
Jaxrs server evolution
|
2017-10-26 18:00:37 -04:00 |
James Agnew
|
0f00f11a3a
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2017-10-26 18:00:14 -04:00 |
James Agnew
|
00df05a8e5
|
Credit for #714
|
2017-10-26 17:59:50 -04:00 |
James Agnew
|
0875318842
|
Merge pull request #711 from InfiniteLoop90/master
Added R4 to the client's server version check. Also tweaked the ClientServerValidation* tests to be a little more predictable
|
2017-10-26 17:56:48 -04:00 |
James Agnew
|
eed9630d96
|
Credit for #711
|
2017-10-26 17:56:21 -04:00 |
James Agnew
|
f475483e9b
|
Test fix
|
2017-10-26 12:05:45 -04:00 |
James
|
d461567433
|
Allow cache-control to be used with CORS
|
2017-10-26 09:08:10 -04:00 |
James
|
15ba0dff03
|
Clean up email subscription type
|
2017-10-26 06:02:12 -04:00 |
Clayton Bodendein
|
129340d525
|
Fixed parameter order in the example JaxRsConformanceProvider
|
2017-10-23 21:43:23 -05:00 |
Clayton Bodendein
|
8d1164fdc0
|
Fixed the Conformance providers in the hapi-fhir-jaxrsserver-example module to pass the server description, server name, and server version in the correct order
|
2017-10-23 21:34:21 -05:00 |
Clayton Bodendein
|
d0e747d6ec
|
Fixed issue #768 in a different way by wrapping the DataFormatException as an InvalidRequestException so that it still gets sent as a 400 response but now DataFormatException stacktraces can now be conditionally sent based on the ExceptionHandlingInterceptor#setReturnStackTracesForExceptionTypes(Class<?>...) configuration
|
2017-10-22 22:20:48 -05:00 |
James
|
59975948b2
|
Test fixes
|
2017-10-22 21:56:44 -04:00 |
Clayton Bodendein
|
277eddc8d2
|
Related to issue #764 - adds support for the R4 FHIR context in AbstractJaxRsConformanceProvider
|
2017-10-22 18:43:17 -05:00 |
Clayton Bodendein
|
452f6bc24c
|
Related to issue #764 - adds support for the DSTU2_1 FHIR context in AbstractJaxRsConformanceProvider
|
2017-10-22 18:19:10 -05:00 |
Clayton Bodendein
|
b015413961
|
Fixes issue #768 so that when DataFormatExceptions are thrown when using AbstractJaxRsProviders, the stacktrace will be included in the OperationOutcome details only if AbstractJaxRsProvider#withStrackTrace() is configured to return true
|
2017-10-22 13:48:02 -05:00 |
Clayton Bodendein
|
a546c94ccb
|
Fixes #764 to allow the AbstractJaxRsConformanceProvider to support the DSTU2_HL7ORG FhirContext
|
2017-10-21 23:00:19 -05:00 |
James
|
33f9437472
|
Try to get tests passing under load
|
2017-10-21 16:35:47 -04:00 |
James Agnew
|
10d6f7db1b
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2017-10-21 13:48:04 -04:00 |
James Agnew
|
16e19a9fed
|
Fix #720 - Failure to parse custom type
|
2017-10-21 13:47:03 -04:00 |
James
|
2721755f58
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2017-10-19 07:40:59 -04:00 |
James
|
b79dd75fce
|
Update to Spring 5
|
2017-10-19 07:40:43 -04:00 |
James Agnew
|
5f5475fb17
|
Missed a file in previous commit
|
2017-10-18 17:33:52 -04:00 |
James Agnew
|
2c2ba54c0a
|
Fix #765 - Remove "Test" resource
|
2017-10-18 16:46:19 -04:00 |
James
|
ca52588491
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2017-10-18 12:51:34 -04:00 |
James Agnew
|
a265de8649
|
Validation fixes for QuestionnaireResponse validation
|
2017-10-18 11:59:22 -04:00 |
James
|
fd4efd638f
|
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
|
2017-10-17 16:43:46 -04:00 |
James
|
e2585a250e
|
Update to Spring 5
|
2017-10-17 16:43:38 -04:00 |
James Agnew
|
90ecaef87c
|
Allow Fulltext search Svc to be null
|
2017-10-17 16:43:03 -04:00 |
James Agnew
|
4fb588d7a6
|
Update android documentation
|
2017-10-17 16:05:11 -04:00 |
James
|
73382d85ca
|
Fix #761 - Restore codesystem package from DSTU3 and add unit tests to
verify existence
|
2017-10-17 15:18:36 -04:00 |
James
|
0959156a4a
|
Faster processing for mandatory count searches
|
2017-10-17 14:11:05 -04:00 |
David Conlan
|
1a7e43d2a8
|
Make sure we actually have a type associated with the resourceId or we get an exception
|
2017-10-17 15:07:51 +10:00 |
James Agnew
|
8b7723b6e8
|
Make sure a transaction is active when activating subscriptions
|
2017-10-16 21:28:19 -04:00 |
James Agnew
|
0c464bfd8d
|
Get the android tests working correctly in maven
|
2017-10-16 20:21:45 -04:00 |
James Agnew
|
175f9dfc5a
|
Remove dependency on StAX for XML parsing in DSTU2 Xhtml type
|
2017-10-16 17:22:50 -04:00 |
James
|
a782bd7630
|
Fix a number of problems reported by ErrorProne
|
2017-10-16 10:00:27 -04:00 |
James Agnew
|
22cd9d8641
|
Fix a couple of errorprone issues
|
2017-10-15 11:50:49 -04:00 |