Commit Graph

3435 Commits

Author SHA1 Message Date
markiantorno e1613a7087 Updating version to: 5.6.33-SNAPSHOT and incrementing test cases dependency. 2022-02-14 06:57:10 +00:00
markiantorno 4a8aeda4e9 Release: v5.6.32
## Validator Changes

* no changes

## Other code changes

* Fix NPE error in Patient renderer
***NO_CI***
2022-02-14 06:25:49 +00:00
Grahame Grieve d91f6a450b Fix Patient Renderer 2022-02-14 16:23:22 +11:00
markiantorno 4ab3fea400 Updating version to: 5.6.32-SNAPSHOT and incrementing test cases dependency. 2022-02-14 01:27:51 +00:00
markiantorno 04bb17783e Release: v5.6.31
## Validator Changes

* accept regex on ElementDefinition and ElementDefinition.type, and an error for regex on ElementDefintion.type (though core packages have it on the wrong place)
* fix handling of cross-version extensions on choice elements
* fix OID validation (accept 1.3.88 GTIN OID)
* only consider bindable types when checking for multi-type bindings

## Other code changes

* Fix definitions in ListResource ("List" not "ListResource")
* introduce fhir-tools-settings.conf (see https://confluence.hl7.org/display/FHIR/Using+fhir-tool-settings.conf)
* Rendering fixes & improvements for Questionnaire and Patient and partial dates
* improvements to relative link handling in markdown when generating snapshots
* updates to package tools for changes to package.json#type (see https://confluence.hl7.org/pages/viewpage.action?pageId=35718629#NPMPackageSpecification-Packagemanifest)
* fix semver handling for tags in versions
* Bump mockito and bytebuddy versions for Java 17 compatibility & fix Kotlin ref
***NO_CI***
2022-02-14 01:08:37 +00:00
Grahame Grieve 32927e29bd
Merge pull request #743 from hapifhir/gg-202202-ws-msg
Gg 202202 ws msg
2022-02-14 11:23:59 +11:00
Mark Iantorno 27382edb91 Updating test case dependency to v1.1.89
***NO_CI***
2022-02-13 23:30:12 +00:00
Grahame Grieve e520d6b272 update test dependency 2022-02-14 10:15:10 +11:00
Grahame Grieve 0fb53385ba release notes 2022-02-14 09:31:29 +11:00
Grahame Grieve a925b6056c Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir 2022-02-14 09:16:52 +11:00
Grahame Grieve e36e1d2973 fix list issues #722 2022-02-14 09:15:30 +11:00
Grahame Grieve 2dfa821e12 Add content to whitespace message 2022-02-14 09:13:35 +11:00
Grahame Grieve 159fbc1a4b #722: fix issues in the ListResource definitions 2022-02-14 09:13:14 +11:00
Grahame Grieve d421557ae5
Merge pull request #742 from hapifhir/gg-202202-regex-mess
#737 - fix up for regex extension location mess
2022-02-14 09:12:17 +11:00
Grahame Grieve 6310b1158e #722 fix ListResource name misuse 2022-02-13 08:29:01 +11:00
Grahame Grieve 0b4544368a #737 - fix up for regex extension location mess 2022-02-13 08:11:27 +11:00
Grahame Grieve 223d4b5ea7
Merge pull request #741 from hapifhir/gg-202202-rendering-plus
Gg 202202 rendering plus
2022-02-13 07:22:26 +11:00
Grahame Grieve c1758e3e8a update dependency on test cases 2022-02-12 14:22:17 +11:00
Grahame Grieve 2a8dbcf8a4 fix r4b compile problem 2022-02-12 11:00:41 +11:00
Grahame Grieve 7bf1af8671 r4b fixes 2022-02-12 10:56:32 +11:00
Grahame Grieve ea3ae8d82c fix bug in ini file 2022-02-12 09:53:33 +11:00
Grahame Grieve 38a1770bb6 fix compile changes 2022-02-12 09:29:58 +11:00
Grahame Grieve b861ca4744 clean up 2022-02-12 09:07:07 +11:00
Grahame Grieve a570ef08a6 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir 2022-02-12 08:37:02 +11:00
Grahame Grieve 7700a0cb11 missed rendering fix 2022-02-12 08:29:00 +11:00
Grahame Grieve e4d886dfec Fix handling of cross version extensions on choice types 2022-02-12 08:27:56 +11:00
Grahame Grieve fb1a08dca8 Rendering improvements: partial dates, questionnaire links, and patient renderer 2022-02-12 08:27:29 +11:00
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
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