Grahame Grieve
f5af20acad
work around THO 6.0.0 problem (hack, to be reversed later)
2024-07-16 21:47:03 +08:00
Grahame Grieve
14652e6e25
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2024-07-16 19:27:11 +08:00
Grahame Grieve
512f70aa18
Improve MeasureReport validation for checking subject count
2024-07-16 06:16:47 +08:00
Grahame Grieve
37006946cd
Fix for R2B Resource.id cardinality problem
2024-07-16 06:15:57 +08:00
Grahame Grieve
2a37fb9351
Fix for validator using wrong property for list determination when parsing json
2024-07-16 06:15:32 +08:00
markiantorno
a09c712c87
Updating version to: 6.3.17-SNAPSHOT and incrementing test cases dependency.
2024-07-12 12:35:11 +00:00
markiantorno
26c6878c76
Release: v6.3.16
...
## Validator Changes
* Add clearer message for errors around unable to validate because unknown code system
* Fix problem with fhirVersion cardinality validating IG resources
## WHO I18n Project
* Remove Questionnaire.item.linkId from translatable content
## Other code changes
* Further revisions to rendering framework for id uniqueness, main spec rendering, and various reported issues
* Improve doco for R4/R4B renderers
* Introduce backwards compatible constructor in ValidationEngineBuilder and fix useEcosystem
* Use v2 of PublishCodeCoverageResults (#1665 )
* #1583 do not serialize choice group + add testcase
***NO_CI***
2024-07-12 11:48:05 +00:00
Grahame Grieve
8d208ebba4
release notes
2024-07-12 19:07:36 +08:00
Mark Iantorno
5ab118f20f
Updating test case dependency to v1.5.15
...
***NO_CI***
2024-07-12 07:43:37 +00:00
Grahame Grieve
e806a08ee2
Merge pull request #1684 from hapifhir/2024-07-gg-rendering-work
...
2024 07 gg rendering work
2024-07-12 12:45:18 +08:00
Grahame Grieve
f0e14a60f7
fix code
2024-07-12 06:47:14 +08:00
Grahame Grieve
2258993861
missed file
2024-07-12 05:11:50 +08:00
Grahame Grieve
a2e6b001b3
more work on transifex support
2024-07-12 05:11:43 +08:00
Grahame Grieve
41bf1b5856
Add clearer message for errors around unable to validate because unknown code system
2024-07-12 05:11:05 +08:00
Grahame Grieve
f2833d5bd8
fix problem with fhirVersion cardinality validating IG resources
2024-07-12 05:10:16 +08:00
Grahame Grieve
d8f7b98573
further revisions to rendering framework for id uniqueness, main spec rendering, and various reported issues
2024-07-12 05:09:21 +08:00
Grahame Grieve
dd02db3aae
remove Questionnaire.item.linkId from translatable content
2024-07-12 05:07:03 +08:00
Grahame Grieve
9e7635d5c1
improve doco for R4/R4B renderers
2024-07-12 05:06:38 +08:00
dotasek
d9f39b27fe
Introduce backwards compatible constructor in ValidationEngineBuilder and deprecate ( #1682 )
...
* Introduce backwards compatible constructor + deprecate args constructors
* After review: fix useEcosystem set by param + deprecation annotation
2024-07-11 15:12:27 -04:00
dotasek
8fb95b49e0
Use v2 of PublishCodeCoverageResults ( #1665 )
...
* Use v2 of PublishCodeCoverageResults
* Bump jacoco
* Try including source path for code coverage
* Aggregate sources for code coverage results
* Bump version for passing test
* Try individual source directories
* Parameterize source directories, include parameter for verbose coverage
* Fix syntax
2024-07-11 15:10:04 -04:00
Grahame Grieve
b796400f03
more transifex
2024-07-11 12:36:47 +08:00
Grahame Grieve
c0ec8fe0ad
more transifex testing
2024-07-11 12:28:17 +08:00
Grahame Grieve
d804d817a8
more
2024-07-11 11:37:23 +08:00
Grahame Grieve
f305964d63
more transifex
2024-07-11 11:34:53 +08:00
Grahame Grieve
9c95f89332
more transifex debugging
2024-07-11 11:28:16 +08:00
Grahame Grieve
8d5a34bd7e
more transifex debugging
2024-07-11 10:59:44 +08:00
Grahame Grieve
e9d63ef034
more transifex debugging
2024-07-11 10:56:14 +08:00
Grahame Grieve
536859a0f9
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2024-07-11 10:46:11 +08:00
Grahame Grieve
7ec1fd56b8
transifex updates
2024-07-11 10:46:02 +08:00
Grahame Grieve
53ab71f118
Merge pull request #1640 from hapifhir/do-20240122-base-engine
...
Maintain a map of pre-built ValidationEngine instances
2024-07-11 07:22:21 +08:00
dotasek
aa32c57d03
Fix test breakages - July 9 2024 ( #1681 )
...
* Bump version to pass test
* Bump test cases
2024-07-09 12:45:40 -04:00
Grahame Grieve
979440f926
Merge pull request #1584 from ahdis/oe_cda1583
...
#1583 do not serialize choice group
2024-07-09 12:46:41 +08:00
oliveregger
ca7a2ba4e4
add testcase for #1583
2024-07-08 23:20:32 +02:00
oliveregger
66e35e1af6
#1583 do not serialize choice group
2024-07-08 23:11:30 +02:00
Grahame Grieve
254b78f13b
fix for #1679 : "-no-extensible-binding-warnings" not working properly
2024-07-08 05:33:06 +08:00
markiantorno
115074ee60
Updating version to: 6.3.16-SNAPSHOT and incrementing test cases dependency.
2024-07-05 12:51:24 +00:00
markiantorno
409b0df34d
Release: v6.3.15
...
## Validator Changes
* no changes
## Other code changes
* Fix broken link to definitions in profiles
***NO_CI***
2024-07-05 12:03:07 +00:00
Grahame Grieve
5c62609da2
release
2024-07-05 19:29:02 +08:00
markiantorno
e77a60391d
Updating i18n-coverage csv and png table ***NO_CI***
2024-07-05 11:14:39 +00:00
Grahame Grieve
689f62aef8
Merge pull request #1677 from hapifhir/2024-07-gg-fix-broken-link
...
2024 07 gg fix broken link
2024-07-05 18:55:58 +08:00
Grahame Grieve
f880fc794a
fix broken link to definitions in profiles
2024-07-05 17:47:56 +08:00
Grahame Grieve
ea141b1ba9
fix bug producing broken links
2024-07-05 17:42:05 +08:00
dotasek
6201b6b478
Clean up System.out chatter
2024-07-04 15:10:00 -04:00
dotasek
cdb2967544
Throw exceptions where definitions or sv is null + fix null sv
2024-07-04 14:45:45 -04:00
dotasek
09c8308e0e
Clean up the session cache before adding a new one + fix test runs
2024-07-04 12:13:46 -04:00
dotasek
b25c940146
Merge remote-tracking branch 'origin/master' into do-20240122-base-engine
2024-07-04 11:19:21 -04:00
dotasek
6c89f0230f
WIP add cleanUp method.
2024-07-04 11:19:09 -04:00
markiantorno
59d0334e0e
Updating version to: 6.3.15-SNAPSHOT and incrementing test cases dependency.
2024-07-04 03:22:56 +00:00
markiantorno
50ce6bb6ac
Release: v6.3.14
...
## Validator Changes
* Add support for ND-JSON. Note that the validator is not expected to perform well on large ND-JSON files (or any other file type)
* Significant change: the validator was not checking for the end of the input when parsing a JSON resource finished. It will now start giving errors when JSON continues once the object is complete
* Add support for the create object syntax in FML when validating FML
* Improved error message when supplement url used instead of code system URL
## WHO Translation Project
* Add complete dutch translations (Thanks Alexander Henket)
## Other code changes
* Fix various rendering problems leading to non-unique html anchors
* Fix for unrendered data types
***NO_CI***
2024-07-04 02:33:38 +00:00
Grahame Grieve
e2414deba9
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2024-07-04 09:56:03 +08:00