Commit Graph

3563 Commits

Author SHA1 Message Date
Grahame Grieve 76ed4abba7 Changes for debugging on OSX (fhir-tools-settings.conf) 2022-02-12 07:55:59 +11:00
Grahame Grieve 0fa757b426 Fix markdown relative link issues + start working on additional bindings extension 2022-02-12 07:53:23 +11:00
dotasek 0c54716066 Ignore META-INF while unpacking dependencies 2022-02-11 10:32:13 -05:00
Grahame Grieve b49e791cd1 Updates for changes to package.json type 2022-02-11 09:36:47 +11:00
Grahame Grieve a0b9c76365
Merge pull request #734 from hapifhir/dotasek-fix-validationservicetest-java17
Bump mockito and bytebuddy versions for Java 17 compatibility
2022-02-11 07:47:35 +11:00
dotasek 37c1e7e720 Fix validation.cli jar build
Removes any signature files that could cause the module to become invalid

Also bumps exec-maven plugin
2022-02-10 13:48:00 -05:00
dotasek 1905035d7b Move bytebuddy to managed dependency 2022-02-10 13:45:45 -05:00
dotasek f6d3139461 Clean up duplicate entries for httpclient in pom.xml 2022-02-10 13:44:54 -05:00
Grahame Grieve 9f2d9f9dac
Merge pull request #735 from hapifhir/gg-202202-last-windows-commit
Gg 202202 last windows commit
2022-02-10 12:18:35 +11:00
Grahame Grieve dadda110d2 fix validation of bindings on choice types - only consider bindable types 2022-02-10 11:19:52 +11:00
Grahame Grieve 60cd37eca6 fix semver version for -tag tags 2022-02-10 11:18:51 +11:00
Grahame Grieve e547bb749b fix OID validation 2022-02-10 11:17:49 +11:00
dotasek 06382009ce Bump mockito and bytebuddy versions for Java 17 compatibility 2022-02-09 14:08:24 -05:00
dotasek 84405b4d0b
Update README.md
***NO_CI***
2022-02-08 16:52:51 -05:00
Grahame Grieve e19959b10a
Merge pull request #732 from hapifhir/dotasek-fix-eclipse-build-kotlin-ref
Fix kotlin ref in r4b build.
2022-02-09 06:46:20 +11:00
dotasek 223f55b817 Fix kotlin ref
Sneaky kotlin. There's a reference to kotlinBuilder in the r4b project, likely autogenerated and committed, that breaks the build on systems without that specific kotlin setup.
2022-02-08 09:36:55 -05:00
markiantorno 045299ae7a Updating version to: 5.6.31-SNAPSHOT and incrementing test cases dependency. 2022-02-07 15:56:51 +00:00
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