3091 Commits

Author SHA1 Message Date
dotasek
5cbdc8b49d Updating version to: 5.6.14-SNAPSHOT 2021-12-14 12:04:27 -05:00
markiantorno
6275af3a5e Release: v5.6.13
Validator:
* fix bug in client caching for unidentified value sets
* look for codesystem definitions in local context
* fix path error in Questionnaire Response validation
* fix up r4b list of canonical resource types
* better version specific resolution of special canonical resources
***NO_CI***
2021-12-14 01:44:11 +00:00
dotasek
a3fa5a52f1 Updating version to: 5.6.13-SNAPSHOT 2021-12-13 18:28:41 -05:00
markiantorno
0dab4e8e2b Release: v5.6.12
Validator:
* fix bug in client caching for unidentified value sets
* look for codesystem definitions in local context
* fix path error in Questionnaire Response validation
* fix up r4b list of canonical resource types
* better version specific resolution of special canonical resources
***NO_CI***
2021-12-13 21:28:17 +00:00
dotasek
37de5fd168 set staging progress timeout to 15 minutes 2021-12-13 15:38:18 -05:00
dotasek
fb66078678 Updating version to: 5.6.12-SNAPSHOT 2021-12-13 15:33:32 -05:00
markiantorno
0211796882 Release: v5.6.11
Validator:
* fix bug in client caching for unidentified value sets
* look for codesystem definitions in local context
* fix path error in Questionnaire Response validation
* fix up r4b list of canonical resource types
* better version specific resolution of special canonical resources
***NO_CI***
2021-12-13 18:52:29 +00:00
dotasek
d9d1c5afe4 Updating version to: 5.6.11-SNAPSHOT 2021-12-13 13:01:16 -05:00
markiantorno
e59194de6b Release: v5.6.10
Validator:
* fix bug in client caching for unidentified value sets
* look for codesystem definitions in local context
* fix path error in Questionnaire Response validation
* fix up r4b list of canonical resource types
* better version specific resolution of special canonical resources
***NO_CI***
2021-12-13 10:51:11 +00:00
Grahame Grieve
5b1412ce25 release notes 2021-12-13 21:13:32 +11:00
Grahame Grieve
67d8d8c076
Merge pull request #686 from hapifhir/gg-202112-validation-fixes-tx
Gg 202112 validation fixes tx
2021-12-13 21:11:35 +11:00
Grahame Grieve
ac5e2b14a2 missing file 2021-12-13 19:22:18 +11:00
Grahame Grieve
65e65d3e7b fix bug in client caching for unidentified value sets + look for code system definitions in local context + fix path error in Questionnaire Response validation 2021-12-13 18:39:44 +11:00
Grahame Grieve
81249998c2 fix up r4b canonical list 2021-12-13 18:37:16 +11:00
Grahame Grieve
b79d71f947 better version specific resolution of special canonical resources 2021-12-13 18:36:56 +11:00
markiantorno
e310c8c1ef Updating version to: 5.6.10-SNAPSHOT and incrementing test cases dependency. 2021-12-09 22:18:07 +00:00
markiantorno
08dc513480 Release: v5.6.9
Validator:
* enforce minValue and maxValue for decimal and Quantity types
* add checks for whitespace in base64 content (warning in <R5)

Other code changes:
* Fix trailing slashes for JAVA_HOME tests
* remove relative URL prefixing
* Add delayed load resources to all resources
* Don't load resources from core examples package over other resources
* Fix count on erroneous element defintions when generating snapshots
* add version specific access to context resources
* fix error rendering lists with encounter references
* fix error rendering questionnaire answer lists
* improve rendering of version specific and targetted references
***NO_CI***
5.6.9
2021-12-09 21:51:38 +00:00
dotasek
2f9dda50b6 Updating version to: 5.6.9-SNAPSHOT 2021-12-09 15:57:57 -05:00
markiantorno
e0b72c5731 Release: v5.6.8
Validator:
* enforce minValue and maxValue for decimal and Quantity types
* add checks for whitespace in base64 content (warning in <R5)

Other code changes:
* Fix trailing slashes for JAVA_HOME tests
* remove relative URL prefixing
* Add delayed load resources to all resources
* Don't load resources from core examples package over other resources
* Fix count on erroneous element defintions when generating snapshots
* add version specific access to context resources
* fix error rendering lists with encounter references
* fix error rendering questionnaire answer lists
* improve rendering of version specific and targetted references
***NO_CI***
2021-12-09 19:57:46 +00:00
Mark Iantorno
5c0200518c Updating test case dependency to v1.1.82
***NO_CI***
2021-12-09 15:38:32 +00:00
Grahame Grieve
726c29b2af update test case dependency 2021-12-09 12:08:06 +11:00
Grahame Grieve
07443ef6f8 fix broken tests 2021-12-09 10:56:04 +11:00
Grahame Grieve
0cbc88cb54 * check that base64 content doesn't have whitespace (warning in <R5) 2021-12-09 09:30:01 +11:00
Grahame Grieve
c9743781c1
Merge pull request #684 from hapifhir/gg-20211-delayed-load
Gg 20211 delayed load
2021-12-09 09:27:03 +11:00
Grahame Grieve
06d4ae483f
Merge branch 'master' into gg-20211-delayed-load 2021-12-09 09:26:56 +11:00
Grahame Grieve
1b7a1720f7
Merge pull request #685 from hapifhir/gg-202112-min-max-value-checks
Gg 202112 min max value checks
2021-12-09 09:26:04 +11:00
Grahame Grieve
700d86928b add missing chagnes 2021-12-09 08:22:08 +11:00
Grahame Grieve
ccdb0c434f * Fix count on erroneous element defintions when generating snapshots
* add version specific access to context resources
* enforce minValue and maxValue for decimal and Quantity types
2021-12-09 08:20:56 +11:00
Grahame Grieve
3dfe25e931
Merge branch 'master' into gg-20211-delayed-load 2021-12-07 20:05:30 +11:00
Grahame Grieve
ffe38da414 release notes 2021-12-07 18:05:51 +11:00
Grahame Grieve
ab2212d9fc Add delayed load resources to all resources, and don't load resources from core examples package over other resources 2021-12-07 18:03:22 +11:00
Grahame Grieve
1225bfbaee remove relative URL prefixing 2021-12-07 18:00:31 +11:00
dotasek
2b4f3f3d18
Merge pull request #683 from hapifhir/normalized-java-home-tests
Fix JAVA_HOME tests with trailing slashes
2021-12-06 18:27:19 -05:00
dotasek
aae8c42903
Merge branch 'master' into normalized-java-home-tests 2021-12-06 17:48:29 -05:00
markiantorno
714922a84b Updating version to: 5.6.8-SNAPSHOT and incrementing test cases dependency. 2021-12-06 22:35:25 +00:00
dotasek
198d9092ac
Merge branch 'master' into normalized-java-home-tests 2021-12-06 17:16:43 -05:00
markiantorno
186b0b23b7 Release: v5.6.7
* More import updates
***NO_CI***
5.6.7
2021-12-06 22:04:52 +00:00
Mark Iantorno
d84b4412ab
Update RELEASE_NOTES.md 2021-12-06 16:48:28 -05:00
markiantorno
7e88064cfb removing unused import 2021-12-06 15:18:00 -05:00
dotasek
fad3e34e04
Merge branch 'master' into normalized-java-home-tests 2021-12-06 15:10:11 -05:00
dotasek
4a76ca073e
Update RELEASE_NOTES.md 2021-12-06 15:09:06 -05:00
markiantorno
5d416f7602 Updating version to: 5.6.7-SNAPSHOT and incrementing test cases dependency. 2021-12-06 19:46:52 +00:00
markiantorno
9bb4807c92 Release: v5.6.6
* Removing unused dependency as it is causing downstream errors in HAPI builds
***NO_CI***
5.6.6
2021-12-06 19:21:58 +00:00
markiantorno
52b31aa0c2 Merge branch 'master' of github.com:hapifhir/org.hl7.fhir.core 2021-12-06 14:02:21 -05:00
markiantorno
6e95c3abe5 Removing unused HTTP dep 2021-12-06 14:01:51 -05:00
markiantorno
8d873be2a3 Updating version to: 5.6.6-SNAPSHOT and incrementing test cases dependency. 2021-12-06 18:41:00 +00:00
markiantorno
113a89b13b Release: v5.6.5
* Removing IJ annotations
***NO_CI***
5.6.5
2021-12-06 18:13:58 +00:00
dotasek
72eef08cd4 Fix JAVA_HOME tests with trailing slashes 2021-12-06 13:10:42 -05:00
Mark Iantorno
a4a3673784
Update RELEASE_NOTES.md 2021-12-06 12:56:49 -05:00
markiantorno
444c8951c6 removing jetbrains annotations 2021-12-06 12:54:40 -05:00