Commit Graph

3351 Commits

Author SHA1 Message Date
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
Jens Kristian Villadsen 7b24e9d4ee
Update FHIRPathEngine.java
As mentioned on https://github.com/hapifhir/org.hl7.fhir.core/issues/703
2022-01-28 20:44:39 +01:00
Grahame Grieve bd9d486846 Significant speed improvement for terminology cache 2022-01-29 06:06:20 +11:00
Grahame Grieve 42f75dfee0 #703 - fix missing .guessSystem() in opMemberOf 2022-01-29 06:05:51 +11:00
dotasek fdc6e02b49 Don't log requests when rebuilding cache 2022-01-26 09:31:58 -05:00
dotasek 39e30a10c4 Clean up comments 2022-01-26 09:28:19 -05:00
dotasek 03518848fe Log unexpected TX requests for now 2022-01-25 18:42:38 -05:00
dotasek a41287a74d Additional logging for requests in test 2022-01-25 18:02:16 -05:00
dotasek 9ec63bc1b9 Test capability caching.
Just when I think I'm done...
2022-01-25 16:36:13 -05:00
dotasek 320042a0ad Update RELEASE_NOTES.md 2022-01-25 15:49:10 -05:00
dotasek 7c58619528 Testing Part 7 2022-01-25 14:43:13 -05:00
dotasek 38728f2c82 Testing part 6 2022-01-25 10:48:42 -05:00
dotasek b5e9a7aa1e Testing Part 5 2022-01-24 18:16:10 -05:00
dotasek 1715574a7e Testing Part 4 2022-01-24 17:00:17 -05:00
Gregor Lichtner abcaea9d53 fixed detection of FHIR R5 from version string 2022-01-24 12:53:26 +01:00
dotasek 33cdfffa55 More consistent version management in TerminologyCache 2022-01-23 13:21:40 -05:00
dotasek cf188cd156 Update README.md with cache rebuild parameter 2022-01-23 13:21:08 -05:00
dotasek 97c11a9be0 Testing Part 3 2022-01-23 12:06:44 -05:00
dotasek 09ddd964ff Merge remote-tracking branch 'origin/master' into tx-server-cache-analysis 2022-01-21 17:39:51 -05:00
dotasek 6416ccce36 Testing Part 2 2022-01-21 17:39:43 -05:00
markiantorno f69a30421f Updating version to: 5.6.28-SNAPSHOT and incrementing test cases dependency. 2022-01-21 21:43:26 +00:00
markiantorno 90008b7744 Release: v5.6.27
## Validator Changes

* no changes

## Other code changes

* Fix unnecessary JsonParser/XmlParser class load
***NO_CI***
2022-01-21 21:12:00 +00:00
dotasek e196707293
Merge pull request #719 from hapifhir/ja_20220121_avoid_parser_load
Another attempt to avoid parser classload
2022-01-21 15:49:50 -05:00
dotasek a8f3ef3ecc Update RELEASE_NOTES.md
***NO_CI***
2022-01-21 15:47:40 -05:00
dotasek f9561f2685 Testing Part 1 2022-01-21 15:29:17 -05:00
jamesagnew 315604759c Another attempt to avoid parser classload 2022-01-21 14:59:50 -05:00
markiantorno 8818acfbf8 Updating version to: 5.6.27-SNAPSHOT and incrementing test cases dependency. 2022-01-21 16:20:40 +00:00
markiantorno b82cc42663 Release: v5.6.26
## Validator Changes

* no changes

## Other code changes

* Avoid unnecessary JsonParser/XmlParser class load
***NO_CI***
2022-01-21 16:02:59 +00:00
dotasek 8fd070c0f9
Update RELEASE_NOTES.md
***NO_CI***
2022-01-21 10:36:01 -05:00
dotasek 14eac3e2a0 Remove unused constructor 2022-01-20 16:07:08 -05:00
dotasek fb177d8a76 Add test for SimpleHttpClient and https 2022-01-20 13:44:03 -05:00
dotasek 7d8569e9e7 Test that no requests are made for cached tests 2022-01-20 13:28:47 -05:00
dotasek 4826424499 Make additional caches to cover NativeHostService and ValidationService 2022-01-19 18:36:39 -05:00
dotasek 0a3e9d3f31 Merge branch 'master' into tx-server-cache-analysis 2022-01-18 16:10:21 -05:00
dotasek d9d0f22ff3 cache CapabilityStatement and TerminologyCapabilities 2022-01-18 16:09:59 -05:00
jamesagnew 0ed91721b0 One more revert 2022-01-18 06:16:18 -05:00
jamesagnew bc3759dc03 Roll back change 2022-01-18 06:16:18 -05:00
jamesagnew d3007ea73f Cleanup 2022-01-18 06:16:18 -05:00
jamesagnew f902d1d273 Avoid reflection 2022-01-18 06:16:18 -05:00
jamesagnew 942d4f15aa Avoid unnecessary JsonParser/XmlParser class load 2022-01-18 06:16:18 -05:00
markiantorno 15fcc4607e Updating version to: 5.6.26-SNAPSHOT and incrementing test cases dependency. 2022-01-17 22:42:22 +00:00
markiantorno 4b808f140c Release: v5.6.25
## Validator Changes

* no changes

## Other code changes

* fix bug where generated packages have files in the wrong places
* fix inclusion of Java constants in CLI help text.
* fix bug on `-compile` output when using 'current' version.
***NO_CI***
2022-01-17 22:24:48 +00:00