James
bb1f42545f
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2017-04-19 21:38:49 -04:00
James
9d3d15ce6f
Version bump to 2.4
2017-04-19 21:38:36 -04:00
James Agnew
b0caf0c2c5
Release notes for 2.4
2017-04-19 20:39:48 -04:00
James
15424572ef
Complete R3 merge
2017-04-19 05:18:49 -04:00
James
64fb9cfa68
Merge branch 'dstu3_latest_structs'
2017-04-18 22:12:53 -04:00
James
cc526f6d99
Upgrade to STU3
2017-04-18 21:58:23 -04:00
James
f3b52424e3
Changelog note about r3
2017-04-18 07:51:11 -04:00
James
077676fd03
Bring DSTU3 structs up to FHIR R3
...
Squashed commit of the following:
commit 65b70d30c9
Author: James <jamesagnew@gmail.com>
Date: Tue Apr 18 07:44:08 2017 -0400
More work on bringing structs up to date
commit 1df2de0667
Author: James <jamesagnew@gmail.com>
Date: Tue Apr 18 07:12:45 2017 -0400
Working
commit 9a51323e03
Author: James <jamesagnew@gmail.com>
Date: Mon Apr 17 22:18:24 2017 -0400
Updates to STU3
commit 40aebba0a7
Author: James <jamesagnew@gmail.com>
Date: Mon Apr 17 18:30:26 2017 -0400
Fix regression caused by #610
2017-04-18 07:48:38 -04:00
James
65b70d30c9
More work on bringing structs up to date
2017-04-18 07:44:08 -04:00
James
1df2de0667
Working
2017-04-18 07:12:45 -04:00
James
9a51323e03
Updates to STU3
2017-04-17 22:18:24 -04:00
James
40aebba0a7
Fix regression caused by #610
2017-04-17 18:30:26 -04:00
James
6a5d0f95ae
Add double-check for #610
2017-04-17 18:10:57 -04:00
James
e9a1069c9d
Credit for #610
2017-04-17 18:03:55 -04:00
James Agnew
9201692c70
Merge pull request #610 from dangerousben/init-race-condition
...
Fix FhirContext initialisation race condition.
2017-04-17 18:02:06 -04:00
James
048686be43
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2017-04-17 17:59:48 -04:00
James
4023699990
Credit for #613
2017-04-17 17:59:41 -04:00
James
05beda88cf
Credit for 613
2017-04-17 17:58:34 -04:00
James Agnew
c66e147ec8
Merge pull request #613 from SRiviere/jaxrs-sever-evolution
...
Changing with stackTrace paramter without server restart
2017-04-17 17:56:33 -04:00
James
edff92f884
Credit for #617
2017-04-17 17:55:39 -04:00
James Agnew
8e4e252daf
Merge pull request #617 from elnin0815/master
...
removed unnecessary whitespaces from textareas
2017-04-17 17:53:48 -04:00
James
c400e10fe9
Credit for #624
2017-04-17 17:52:48 -04:00
James
f635fcdca7
Disable errorprone for now
2017-04-17 17:49:59 -04:00
James Agnew
282e02801a
Merge pull request #624 from CarthageKing/feature-make-bundle-fullurl-override-configurable
...
Feature make bundle fullurl override configurable
2017-04-17 17:46:45 -04:00
James
f9dbdeebdd
Credit for #623
2017-04-17 17:45:27 -04:00
James Agnew
eea84815c3
Merge pull request #623 from aehrc/feature/legacyContentTypeFHIR140take2
...
Accept header and MIME type fixes for DSTU2_1
2017-04-17 17:44:22 -04:00
James Agnew
15cc766000
Fix some compile issues
2017-04-14 11:27:37 -04:00
James Agnew
a423f76005
Fix compile error
2017-04-14 11:06:23 -04:00
James Agnew
a071b54af0
Fix compile error
2017-04-14 09:50:28 -04:00
James Agnew
54055f5bfb
Support extensions pointing to references for JPA custom search params
2017-04-14 07:26:49 -04:00
michael.i.calderero
125f9b4fed
JsonParser tests for OverrideResourceIdWithBundleEntryFullUrl
2017-04-13 13:37:02 -05:00
michael.i.calderero
b890bf3c75
XmlParser tests for OverrideResourceIdWithBundleEntryFullUrl
2017-04-13 12:09:31 -05:00
michael.i.calderero
7d9883014a
add configuration setting to disable overriding of resource ids when the
...
Bundle.entry.fullUrl is specified
2017-04-13 11:32:05 -05:00
Sebastien Riviere
e99495a83f
Adding Unit tests to reproduce : Extension of Id Datatype and Extension of primitive extension lost during parsing/encoding #622
2017-04-12 10:00:32 +02:00
Michael Lawley
51f8ef7f7f
fix FhirVersionEnum order tests wrt equivalent; fix Accept headers
2017-04-12 18:00:18 +10:00
Sebastien Riviere
dc50e5416d
Merge branch 'master' of https://github.com/jamesagnew/hapi-fhir into jaxrs-sever-evolution
2017-04-12 09:33:10 +02:00
Michael Lawley
001b345475
update more tests to expect/use old MIME types not new
2017-04-12 16:57:44 +10:00
Michael Lawley
ae14503b7a
update tests to expect/use old MIME types not new
2017-04-12 12:05:23 +10:00
Michael Lawley
4670d81ddc
FHIR 1.4.0 uses older +fhir style MIME types
2017-04-12 10:24:56 +10:00
James Agnew
bf94d78872
Doc updates
2017-04-08 06:53:49 -04:00
James Agnew
0a61096f6f
Add JPA utility method
2017-04-07 11:14:48 -04:00
Patrick Werner
61f35deac1
removed unnecessary whitespaces from textareas, placeholder is now displayed correctly.
2017-04-06 11:59:19 +02:00
James Agnew
269e2d9343
Another fix for errorprone
2017-04-03 15:00:37 -04:00
James Agnew
6ab1cb4c2e
Fix compile issues from new version of errorprone
2017-04-03 14:43:59 -04:00
Sebastien Riviere
6b2814d7f2
As the ExceptionHandler was static, it was impossible to change the configuration, like with stacktrace or not, on the fly.
2017-04-03 14:19:03 +02:00
James
594f6a0d3b
Clean up dep versions
2017-03-31 16:42:24 -04:00
James Agnew
fc1c658534
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2017-03-31 14:33:17 -04:00
James Agnew
90b18e5497
Dependency version bumps
2017-03-31 14:33:07 -04:00
James
75b8881813
Dependency version bumps
2017-03-31 14:32:46 -04:00
James Agnew
2c9a6e65e7
Fix #534 : Add setting for logical references to DAOConfig
...
Merge branch 'master' into issue534
2017-03-30 03:21:50 +08:00