2992 Commits

Author SHA1 Message Date
markiantorno
f80b0984e1 Updating version to: 5.5.16-SNAPSHOT and incrementing test cases dependency. 2021-11-22 00:22:18 +00:00
markiantorno
ed4ef0a2c3 Release: v5.5.15
Validator:
* fix processing of modifier extensions and cross-version modifier extensions

Other changes:
* improvements to data types rendering based on new test cases (URLs, Money, Markdown)
* add locale to rendering context, and fix up timezone related rendering based on locale
***NO_CI***
5.5.15
2021-11-21 23:56:27 +00:00
Grahame Grieve
804c80b009
Merge pull request #670 from hapifhir/gg-202111-xver-modifiers
Gg 202111 xver modifiers
2021-11-22 10:07:30 +11:00
Grahame Grieve
894d645de1 take out date format tests. 2021-11-22 09:35:43 +11:00
Grahame Grieve
87c2811645 try Again! 2021-11-22 09:12:33 +11:00
Grahame Grieve
e012b9e9cb try again 2021-11-22 08:53:15 +11:00
Grahame Grieve
b356de2415 more localization fixes 2021-11-22 08:41:29 +11:00
Grahame Grieve
b7fab78b22 ping build 2021-11-22 08:07:00 +11:00
Grahame Grieve
0dfdb20f2b ping build 2021-11-22 07:56:44 +11:00
Grahame Grieve
bf5c621f43 update rendering to get timezones right, and add tests for that 2021-11-22 07:41:52 +11:00
Grahame Grieve
412e4931fb fix bug in testing code 2021-11-21 21:47:36 +11:00
Grahame Grieve
e7a121728a ping build 2021-11-21 21:31:33 +11:00
Grahame Grieve
5bd7a2a1ed ping build 2021-11-21 21:19:44 +11:00
Grahame Grieve
2a74b3dee7 ping build 2021-11-21 20:02:05 +11:00
Grahame Grieve
41b7a0566c fix processing of modifier extensions and cross-version modifier extensions 2021-11-21 19:37:05 +11:00
Grahame Grieve
85df4b716b set up release 2021-11-20 06:33:42 +11:00
Grahame Grieve
73fa4fb242 fix bug doing non-namespaced XML comparison 2021-11-20 06:33:07 +11:00
Grahame Grieve
21128fb670 add locale to rendering context 2021-11-20 06:32:27 +11:00
Grahame Grieve
9b3adb9883 improvements to data types rendering based on new test cases (URLs, Money, Markdown) 2021-11-20 06:31:31 +11:00
markiantorno
0a8334e543 Updating version to: 5.5.15-SNAPSHOT and incrementing test cases dependency. 2021-11-18 05:00:53 +00:00
markiantorno
601863b765 Release: v5.5.14
* fix bug generating CapabilityStatement Narratives
***NO_CI***
5.5.14
2021-11-18 04:28:59 +00:00
Grahame Grieve
11149b567d fix bug generating CapabilityStatement Narratives 2021-11-18 14:54:35 +11:00
markiantorno
2cc3d2a1e2 Updating version to: 5.5.14-SNAPSHOT and incrementing test cases dependency. 2021-11-18 02:23:28 +00:00
markiantorno
2be62cd496 Release: v5.5.13
Validator:
* Check for using CodeSystem not ValueSet in a value set binding
* remove verbose logging statements

Other code Changes:
* Render Expressions + supported profiles in CapabilityStatements
* Fix NPE rendering date with no value (only extension)
* Fix NPEs rendering code system properties
* Date tracking in new Terminology Cache
* Define Extensions for contained resources in IGs
***NO_CI***
5.5.13
2021-11-18 01:54:52 +00:00
Grahame Grieve
6621e0442f Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2021-11-18 11:44:49 +11:00
Grahame Grieve
d08ed4dbce update release notes 2021-11-18 11:44:43 +11:00
Grahame Grieve
dbf8179b6d
Merge pull request #663 from hapifhir/gg-202111-cs-work
Gg 202111 cs work
2021-11-18 11:43:37 +11:00
Grahame Grieve
840966935e
Merge pull request #661 from vassilpeytchev/master
Add support for CapabilityStatement.resource.supportedProfile in the renderer
2021-11-18 11:15:51 +11:00
Grahame Grieve
f4ec323587 add extra logging for package access failure 2021-11-18 11:05:13 +11:00
Grahame Grieve
de15633f4f Address issues around fragment and example code systems + fix value set related validation messages 2021-11-18 10:59:49 +11:00
Grahame Grieve
bbac44fc52 reduce spurious logging 2021-11-18 08:09:43 +11:00
dotasek
cccf1cebae
Update maven config and tests to allow Java 8, 11 and 17 builds (#653)
* Updates to enable Java 8, 11, and 17 builds

* Set surefire args according to profile + update jacoco verison

* Add comments for surefire profile args.

* Temporarily skip failing test

* Object based parameters ***NO_CI***

* Cleanup skipped test, move new pipeline codo

* Update validator_test_case_version
2021-11-16 09:26:53 -05:00
Grahame Grieve
5967d75fa2 setup release 2021-11-16 17:26:05 +11:00
Grahame Grieve
0f087234de * Check for using CodeSystem not ValueSet in a value set binding 2021-11-16 17:25:18 +11:00
Grahame Grieve
dd5f204797 fix fragile handling of URLs in XVerExtensionManager 2021-11-16 17:24:35 +11:00
Grahame Grieve
4339299b27 Extensions for contained resources in IGs 2021-11-16 17:24:05 +11:00
Grahame Grieve
ddba4b77c1 Date tracking in new Terminology Cache 2021-11-16 17:23:39 +11:00
Grahame Grieve
105e073e35 Fix NPEs rendering code system properties 2021-11-16 17:23:07 +11:00
Grahame Grieve
4cd0a3e56c Render Expressions + Fix NPE rendering date with no value (only extension) 2021-11-16 17:22:30 +11:00
Vassil Peytchev
c3c6653f87 Further CapabilityStatement improvements 2021-11-15 15:48:45 -06:00
Vassil Peytchev
9c31554101 Add support for CapabilityStatement.resource.supportedProfile in the renderer 2021-11-15 13:23:18 -06:00
markiantorno
d483a7dbc3 Updating version to: 5.5.13-SNAPSHOT and incrementing test cases dependency. 2021-11-13 22:03:00 +00:00
markiantorno
86eb372965 Release: v5.5.12
Code changes:
* remove erroneous logging to c:\temp
***NO_CI***
5.5.12
2021-11-13 21:33:11 +00:00
dotasek
232e31dbb4
Merge pull request #656 from hapifhir/gg-202111-remove-logging
Gg 202111 remove logging
2021-11-12 16:32:29 -05:00
dotasek
4dab9a8d19 incrementing test cases dependencies 2021-11-12 15:28:54 -05:00
Grahame Grieve
f4e9c21c86 update test case dependency 2021-11-13 05:16:25 +11:00
Grahame Grieve
f3a0ee5ce9 ping build 2021-11-12 10:59:17 +11:00
Grahame Grieve
a1d35f5127 release notes 2021-11-12 10:31:26 +11:00
Grahame Grieve
bbec9e0d43 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2021-11-12 10:30:24 +11:00
Grahame Grieve
c5999e4624 remove erroneous logging to c:\temp 2021-11-12 10:30:06 +11:00