4951 Commits

Author SHA1 Message Date
Grahame Grieve
84b1e6ff84 Merge remote-tracking branch 'origin/master' 2023-03-13 14:47:46 +11:00
Grahame Grieve
f7cda61cf9 set up release 2023-03-13 14:47:41 +11:00
Grahame Grieve
00090230cc
Merge pull request #1168 from hapifhir/gg-202303-more_sm_never_ends
Gg 202303 more sm never ends
2023-03-13 14:32:53 +11:00
Grahame Grieve
cf57262fe4 start working on R4/R5 conversion code 2023-03-13 13:53:53 +11:00
Grahame Grieve
a45de03431 add tail() to Utilities 2023-03-13 13:53:41 +11:00
Grahame Grieve
46ed0157ce fix bug parsing FML metadata 2023-03-13 13:53:27 +11:00
Grahame Grieve
a6466f4265 add url and md escaping and unescape in FHIRPath + 2nd param to join() 2023-03-13 13:53:04 +11:00
Grahame Grieve
753a90b463 fix bug listing types when old versions are loaded 2023-03-13 13:52:31 +11:00
Grahame Grieve
07a3962ac2
Merge pull request #1167 from hapifhir/gg-202303-misc3
Gg 202303 misc3
2023-03-13 06:36:00 +11:00
Grahame Grieve
7b30dc02f9 check for NPE 2023-03-13 05:10:08 +11:00
Grahame Grieve
96f265653e fix run time test 2023-03-12 23:02:46 +11:00
Grahame Grieve
7f68418cc6 update test case dependency 2023-03-12 21:58:09 +11:00
Grahame Grieve
f11bdb9560 fix NPE 2023-03-12 21:55:44 +11:00
Grahame Grieve
2dc72fcaf1 fix bug parsing FML (id) 2023-03-12 21:54:21 +11:00
Grahame Grieve
43253e8d10 improve extension representation 2023-03-12 21:53:38 +11:00
markiantorno
209fcc8c0b Updating version to: 5.6.109-SNAPSHOT and incrementing test cases dependency. 2023-03-11 12:16:50 +00:00
markiantorno
35fb1b20c1 Release: v5.6.108
## Validator Changes

* no changes

## Other code changes

* Tdy up extensions for R5 release
* Hack R5 observation for fix after QA
* Improve StructureMap rendering again
* Clarify Error messages converting between versions
***NO_CI***
5.6.108
2023-03-11 11:49:55 +00:00
Grahame Grieve
2860a7186f Merge remote-tracking branch 'origin/master' 2023-03-11 22:16:06 +11:00
Mark Iantorno
085e88d64b Updating test case dependency to v1.2.19
***NO_CI***
2023-03-11 11:10:28 +00:00
Grahame Grieve
328fa52ab1 set up release 2023-03-11 21:25:44 +11:00
Grahame Grieve
a894caba59
Merge pull request #1166 from hapifhir/gg-202303-misc2
Gg 202303 misc2
2023-03-11 21:22:59 +11:00
Grahame Grieve
525ba127e8 make sorter public and static 2023-03-11 18:59:31 +11:00
Grahame Grieve
26ed139031 fix up build extensions 2023-03-11 18:58:35 +11:00
Grahame Grieve
571c170e13 hack observation for change 2023-03-11 18:54:35 +11:00
Grahame Grieve
957e9fe7cc Load all types not no types from Npm Package when no types are specified 2023-03-11 18:54:23 +11:00
Grahame Grieve
83f608597a fix errors rendering mapping file 2023-03-11 18:53:53 +11:00
Grahame Grieve
939d1d06c0 improve error message 2023-03-11 18:53:29 +11:00
Grahame Grieve
6833ddd110 upgrade pom 2023-03-11 18:22:50 +11:00
Grahame Grieve
2ca6dc86f1 clarify error message when resource can't be converted between versions 2023-03-11 10:47:13 +11:00
markiantorno
a3a9017bdb Updating version to: 5.6.108-SNAPSHOT and incrementing test cases dependency. 2023-03-10 13:09:53 +00:00
markiantorno
1e43fe43f0 Release: v5.6.107
## Validator Changes

* Add support for new ColorRGB code system (special case)

## Other code changes

* Add support for special case code systems internally
***NO_CI***
5.6.107
2023-03-10 12:44:48 +00:00
Grahame Grieve
3d7bdccaa4 Merge remote-tracking branch 'origin/master' 2023-03-10 22:35:53 +11:00
Grahame Grieve
db3da3928c setup release 2023-03-10 22:35:44 +11:00
Grahame Grieve
ef3f6b2d60
Merge pull request #1165 from hapifhir/gg-202303-spec-cs
Gg 202303 spec cs
2023-03-10 22:27:13 +11:00
Grahame Grieve
10d560c859 Add support for locally processed special case code systems (and an example - rgb) 2023-03-10 21:28:08 +11:00
Grahame Grieve
1212b85b5e Change from Error to FHIRException when wrong value type is wrong on polymorphic element 2023-03-10 16:12:59 +11:00
dotasek
cedadbcbe7
Convenience method for unchecked read only use of Utilities.path (#1164)
* Convenience method for unchecked read only use of Utilities.path

* Restore remove first null behaviour

* Method rename and update JavaDoc
2023-03-09 22:08:41 -05:00
markiantorno
a3473354fd Updating version to: 5.6.107-SNAPSHOT and incrementing test cases dependency. 2023-03-09 21:19:20 +00:00
markiantorno
d666d0aa80 Release: v5.6.106
## Validator Changes

* no changes

## Other code changes

* Additional checks in path construction for zip slip vulnerability
***NO_CI***
5.6.106
2023-03-09 20:50:18 +00:00
dotasek
434739fc6f
Update RELEASE_NOTES.md
***NO_CI***
2023-03-09 14:33:18 -05:00
dotasek
909f7e64fe
Additional zip-slip tests (#1162)
* Additional zip-slip tests

* Fix windows path test
2023-03-09 14:30:53 -05:00
markiantorno
f49eee623b Updating version to: 5.6.106-SNAPSHOT and incrementing test cases dependency. 2023-03-09 13:06:01 +00:00
markiantorno
0b8e2c3984 Release: v5.6.105
## Validator Changes

* More validation of StructureMaps

## Other code changes

* Add new R5 version to R4 version enumeration
* Fix for NPE generating profile comparison
* Add FML renderer for StructureMaps + various parsing fixes
***NO_CI***
5.6.105
2023-03-09 12:38:13 +00:00
Grahame Grieve
f34958c172 set up release 2023-03-09 22:23:44 +11:00
Grahame Grieve
15caa86315 Merge remote-tracking branch 'origin/master' 2023-03-09 22:20:48 +11:00
Grahame Grieve
cf080d940c reduce spurious output 2023-03-09 22:20:23 +11:00
Grahame Grieve
9e87e6915c Fix for NPE in R5 IG 2023-03-09 22:20:10 +11:00
Grahame Grieve
fdbe28fb13 fix R5 version issues in R4 2023-03-09 22:19:50 +11:00
Grahame Grieve
b36a376d43
Merge pull request #1161 from hapifhir/gg-202303-qa-sm-again
Gg 202303 qa sm again
2023-03-09 21:34:56 +11:00
Grahame Grieve
3338cfbe39 fix issues parsing test maps 2023-03-09 20:57:37 +11:00