markiantorno
7ee476a9b6
Release: v5.6.30
...
## Validator Changes
* no changes
## Other code changes
* Use builders for SimpleWorkerContext and ValidationEngine to enforce initialization order for caches and capabilities
***NO_CI***
2022-02-07 15:07:54 +00:00
dotasek
df33e3cdd6
Merge pull request #730 from dotasek/simpleworkercontextbuilder
...
Refactor to use builder pattern in SimpleWorkerContext and ValidationEngine
2022-02-07 09:19:00 -05:00
dotasek
0e3e410ea1
Merge branch 'master' into simpleworkercontextbuilder
2022-02-04 09:50:42 -05:00
markiantorno
703f907289
Updating version to: 5.6.30-SNAPSHOT and incrementing test cases dependency.
2022-02-03 23:15:06 +00:00
markiantorno
9a89045bac
Release: v5.6.29
...
## Validator Changes
* no changes
## Other code changes
* Fix package location for CacheVerificationLogger
***NO_CI***
2022-02-03 22:42:27 +00:00
dotasek
baf14921f1
Adjust indents
...
***NO_CI***
2022-02-03 17:01:41 -05:00
dotasek
ca67688ae5
Create release notes template
2022-02-03 16:46:54 -05:00
dotasek
e0bdbda5b7
Fix package location for CacheVerificationLogger
2022-02-03 16:35:26 -05:00
Grahame Grieve
d43e3c037d
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2022-02-04 07:27:02 +11:00
Grahame Grieve
1979ec61d7
more http logging
2022-02-04 07:26:47 +11:00
dotasek
4897922fde
Merge branch 'master' into simpleworkercontextbuilder
2022-02-03 14:34:39 -05:00
dotasek
72cd4bea03
Include CliContext txCache in pretty printing, equals, and hashCode
2022-02-02 18:05:55 -05:00
dotasek
a076a70db1
Merge remote-tracking branch 'origin/master'
2022-02-02 17:58:28 -05:00
dotasek
8b22bb96fa
Fix CliContext typo for txCache
2022-02-02 17:58:19 -05:00
Grahame Grieve
b40adfcea4
Merge pull request #731 from hapifhir/gg-202202-http-error
...
include server message in http errors
2022-02-03 09:13:37 +11:00
Grahame Grieve
ee6dc981e2
include server message in http errors
2022-02-03 08:26:30 +11:00
dotasek
cb9e2000ea
Update RELEASE_NOTES.md
2022-02-02 10:10:39 -05:00
dotasek
239c436ca5
Code cleanup
2022-02-02 10:07:13 -05:00
dotasek
847ede5f88
Refactor SimpleWorkerContext and ValidationEngine
2022-02-01 15:28:19 -05:00
dotasek
5092be9a1d
Clean txCache + update CacheVerificationLogger output
2022-02-01 10:09:23 -05:00
markiantorno
c41fcf9fa9
Updating version to: 5.6.29-SNAPSHOT and incrementing test cases dependency.
2022-02-01 02:57:54 +00:00
markiantorno
fe073b6a8a
Release: v5.6.28
...
## Validator Changes
* no changes
* Add ability to [compile a map file to a StructureDefinition](https://confluence.hl7.org/display/FHIR/Using+the+FHIR+Mapping+Language#UsingtheFHIRMappingLanguage-runtransformsjavavalidator )
* Add knowledge of additional R5 extensions for StructureDefinitions
* Fix problem validating extension context on choice types
* Add hint when binding found on element with multiple types
* Fix validator to guess system on all uses of code (not just most)
## Other code changes
* Use cached terminology server responses for unit and integration tests.
* Add more HTTP logging
* Clean up various issues with graphQL and polymorphic elements
* Add better support for date/time rendering
* Significant speed improvement for terminology caching
***NO_CI***
2022-02-01 02:36:54 +00:00
Grahame Grieve
9585ce1a81
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2022-02-01 12:45:49 +11:00
Grahame Grieve
4f0a08e42e
RELEASE_NOTES.md
2022-02-01 12:45:39 +11:00
Grahame Grieve
74aaa2f03d
Merge pull request #729 from hapifhir/gg-202202-http-issues
...
fix up http issues?
2022-02-01 12:39:58 +11:00
Grahame Grieve
a29461057e
fix up http issues?
2022-02-01 12:09:55 +11:00
Grahame Grieve
96538ba249
Merge pull request #704 from lmckenzi/Add_map_compile
...
Add map compile
2022-02-01 11:50:41 +11:00
Grahame Grieve
5b66d3fe42
Merge pull request #718 from hapifhir/test-simplehttpclient-https
...
Add test for SimpleHttpClient and https
2022-02-01 11:50:20 +11:00
Grahame Grieve
bfda0d7880
Merge pull request #726 from lmckenzi/FMM_extension_mods
...
Add new extensions to list of those to support in R4 and prior builds
2022-02-01 11:50:05 +11:00
Grahame Grieve
cae92c8621
Merge pull request #727 from hapifhir/ja_20220130_graphql_cleanup
...
Updates to GraphQL
2022-02-01 11:49:10 +11:00
Grahame Grieve
216493f132
Merge pull request #725 from hapifhir/gg-202201-misc
...
Gg 202201 misc
2022-02-01 11:40:57 +11:00
Grahame Grieve
54f280437f
fix bug in tests
2022-02-01 10:46:14 +11:00
Grahame Grieve
d3db571294
Merge branch 'gg-202201-misc' of https://github.com/hapifhir/org.hl7.fhir.core
2022-02-01 10:21:21 +11:00
Grahame Grieve
bac81752c8
merge and fix testing bugs
2022-02-01 10:20:56 +11:00
Grahame Grieve
4c48d597a6
Merge pull request #721 from dotasek/tx-server-cache-analysis
...
TX Server Caching for Tests
2022-02-01 08:09:41 +11:00
Grahame Grieve
cb1c5ede33
Merge pull request #728 from hapifhir/dotasek-202201-misc-fix
...
Fix DateTime formatting in r4b tests
2022-02-01 06:55:10 +11:00
dotasek
99650f041b
Fix DateTime formatting in r4b tests
2022-01-31 10:45:28 -05:00
Grahame Grieve
f65f86f2f8
ping build
2022-01-31 14:29:08 +11:00
Grahame Grieve
dd88a911ff
upgeade test case dependencu
2022-01-31 12:09:28 +11:00
jamesagnew
180035d306
One more tweak
2022-01-30 18:37:22 -05:00
Grahame Grieve
85653747d0
ping build
2022-01-31 10:24:34 +11:00
jamesagnew
846866472b
Updates to GraphQL
2022-01-30 17:04:10 -05:00
Grahame Grieve
a397be8c0a
update test case dependency
2022-01-31 07:20:34 +11:00
Lloyd McKenzie
7751ebc5a8
Add new extensions to list of those to support in R4 and prior builds
2022-01-29 19:49:23 -07:00
Grahame Grieve
1aa1e288ec
merge
2022-01-30 07:57:39 +11:00
Grahame Grieve
f7c146f1ff
Merge pull request #720 from glichtner/fix-fhir-r5-detection
...
fixed detection of FHIR R5 from version string
2022-01-30 07:56:39 +11:00
Grahame Grieve
682eb2e0cc
Merge pull request #724 from jkiddo/patch-3
...
Update FHIRPathEngine.java
2022-01-30 07:55:36 +11:00
Grahame Grieve
ccfd715a5a
fix problem validating extension context on choice types
2022-01-29 09:17:29 +11:00
Grahame Grieve
3559bd6638
fix tests problems with date formats and java versions
2022-01-29 09:16:48 +11:00
Grahame Grieve
dd65f5a975
add check for binding on multiple types
2022-01-29 09:16:05 +11:00