Commit Graph

3261 Commits

Author SHA1 Message Date
James Agnew 675d7981bf Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2017-11-05 18:53:09 -05:00
James Agnew 37c8e6c645 Add test for #751 2017-11-05 18:52:28 -05:00
James 5f63dcfe7d Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2017-11-05 10:11:23 -05:00
James Agnew 75bfb6af1b Add support for Binary X-Security-Context header in server 2017-11-02 11:38:43 -04:00
James Agnew 256d541dda
Merge pull request #736 from malcolmm83/master
Fix for Binary.securityContext is not being encoded #734
2017-11-01 15:37:43 -04:00
James Agnew b68483bab6 Credit for #736 2017-11-01 15:37:05 -04:00
James a1ffe0d1c3 Sort methods 2017-10-31 20:55:36 -04:00
James dea9cdde58 One more Windows test 2017-10-31 20:41:03 -04:00
James 3cd7c8a61c Fix tests to work on Windows 2017-10-31 20:38:26 -04:00
James 0fb74e5d42 Merge branch 'master' of github.com:jamesagnew/hapi-fhir 2017-10-31 20:22:59 -04:00
James Agnew 1d06c9165b Remove more windows line ending dependencies 2017-10-31 17:55:16 -04:00
James Agnew c5b7fea01d
Merge pull request #725 from InfiniteLoop90/issue-724-copy-domain-resource-id
Fixes #724 - Resource IDs are now copied when copying instances of subclasses of DomainResource for DSTU2 and DSTU2.1.
2017-10-31 17:41:33 -04:00
James Agnew de55929c9b Credit for #725 2017-10-31 17:39:46 -04:00
James 5a5933f232 Remove dependencies on StAX on Android 2017-10-30 16:41:31 -04:00
James Daily fc6b468da6
Removed "hapi-fhir" from 4x Learn More links 2017-10-30 16:39:30 -04:00
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