dotasek
81fef98013
Bump jackson version ( #1515 )
...
* Bump jackson version
* Fix license check
2023-12-07 11:01:23 -05:00
dotasek
e5688eb8ec
Bump logback in dependencyManagement ( #1514 )
2023-12-06 17:03:12 -05:00
dependabot[bot]
ad9119ff3c
Bump ch.qos.logback:logback-classic from 1.2.3 to 1.2.13 ( #1511 )
...
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback ) from 1.2.3 to 1.2.13.
- [Commits](https://github.com/qos-ch/logback/compare/v_1.2.3...v_1.2.13 )
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-06 13:28:34 -05:00
Grahame Grieve
1e9e11d83f
Merge pull request #1513 from hapifhir/gg-wip
...
other code
2023-12-06 19:01:28 +11:00
Grahame Grieve
161e92d439
other code
2023-12-06 17:57:35 +11:00
Grahame Grieve
f8572d1adb
Merge pull request #1512 from hapifhir/gg-wip
...
Gg wip
2023-12-06 14:05:08 +11:00
Grahame Grieve
e697ec1c4c
check extensions with fhirpath context
2023-12-05 16:56:44 +11:00
Grahame Grieve
f30fda2382
more fixes for R6 build
2023-12-05 16:56:21 +11:00
Grahame Grieve
53586dfba5
update pubpack
2023-12-03 20:05:21 +11:00
Grahame Grieve
c4f6fe4676
Addressing WG problems in kindling
2023-12-03 20:05:10 +11:00
Grahame Grieve
3eb8ad3ab1
minor vs logging fixes
2023-12-03 20:04:25 +11:00
Grahame Grieve
006958cf88
minor fix for vs rendering
2023-12-03 20:04:11 +11:00
Grahame Grieve
1544706af5
release notes
2023-12-01 23:02:55 +11:00
Grahame Grieve
f8c45e3f30
Merge pull request #1507 from hapifhir/2023-12-gg-fhirpath
...
2023 12 gg fhirpath
2023-12-01 22:50:59 +11:00
Grahame Grieve
49cd2a7bbd
actually validate web source in validator
2023-12-01 16:56:45 +11:00
Grahame Grieve
592c1a4315
fix display of time periods (fixed width hour:min)
2023-12-01 16:56:28 +11:00
Grahame Grieve
0ae15f7d4d
Fix narrative link validation and add id/idref validation
2023-12-01 16:56:11 +11:00
Grahame Grieve
2b232c8b1b
Fix stated path for error when code not in value set
2023-12-01 16:55:16 +11:00
Grahame Grieve
694251cb85
fix rendering of trigger definition using tables inside paragraphs
2023-12-01 16:54:54 +11:00
Grahame Grieve
6e81418308
update VSAC to fix timeout issues
2023-12-01 16:54:33 +11:00
Grahame Grieve
18c4419b9e
refactor FHIRPath package
2023-12-01 15:13:33 +11:00
Grahame Grieve
516ec50afa
Fix problem with profiled resources being called examples in IG publisher
2023-12-01 10:37:46 +11:00
dotasek
09e010b486
Remove dependencies for unused UI experiment ( #1465 )
2023-11-29 17:33:16 -05:00
dotasek
c8f6f2fed1
Remove basic auth (unneeded) for AU connectathon test ( #1503 )
...
* Remove basic auth (unneeded)
* Disable test altogether
* Add reason for disable
* Actually, just disable in surefire
2023-11-29 16:39:53 -05:00
dotasek
698849b9f2
Remove fhir-test-cases from Validator CLI JAR ( #1497 )
...
* WIP drop fhir-test-cases from CLI jar
* Fix missing JUnit4 tests, update to JUnit5 where possible
* Fix unused import
* Include hamcrest dependency
* Fix breaking ValidationEngineTests
* Give kinder error message for missing param
2023-11-29 14:48:18 -05:00
dotasek
37a8373b94
Fix commonmark group and bump version ( #1500 )
...
* Fix commonmark group bump version
* Remove dep used for local testing
2023-11-29 14:47:51 -05:00
dotasek
2ea6d44330
Revert "Fix commonmark group bump version"
...
This reverts commit 5cf89d8202
.
2023-11-27 13:14:18 -05:00
dotasek
5cf89d8202
Fix commonmark group bump version
2023-11-27 11:13:31 -05:00
dotasek
0ba395fd4c
Add release note
2023-11-27 11:12:56 -05:00
dotasek
a04475ea9c
Revert "Fix commonmark group bump version"
...
This reverts commit 6b45c63638
.
2023-11-27 11:10:02 -05:00
dotasek
6b45c63638
Fix commonmark group bump version
2023-11-27 11:06:48 -05:00
markiantorno
bf426e2d28
Updating version to: 6.2.6-SNAPSHOT and incrementing test cases dependency.
2023-11-24 19:35:02 +00:00
markiantorno
70d3c801d3
Release: v6.2.5
...
## Validator Changes
* Fix validator not allowing canonical resource extensions in canonical resources in bundles
* Fix bundle validation error on intneral link checking
* Check parameter type for FHIRPath where() and all()
* Validate that composite search parameters have components
## Other code changes
* Refactor timeout control on client
* Support IPS in validation tests
* Remove orphan R4B test
* Improve expansion error messages
* Fix expansion language - don't set for displayName parameter
* Adjust value set rendering for fragment code systems
* Fix NPE rendering some resources
* Fix rendering of TriggerDefinition
* Support parsing ad-hoc json data type fragments
* More memory work for IG Publisher
* Move ILoggingService & VersionUtil
* Fix timeout issue in vsac
* Introduce ips builder + Infrastructure changes for IPS builder
* Move json and xml extensions from extensions pack to tooling ig
* Add support for rendering union and intersections of profiles in profile comparison
* FHIRPath iif() test case fixes
* Add support for IPS validation in test cases
* Fix for broken markdown re-processing
* Improve identifier rendering
* Fix committee URLs
***NO_CI***
2023-11-24 19:08:02 +00:00
Grahame Grieve
639c41ad5e
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2023-11-25 06:43:21 +13:00
Grahame Grieve
59f24b74b4
release
2023-11-25 06:42:35 +13:00
Grahame Grieve
3af3deab3f
Merge pull request #1493 from hapifhir/do-20231120-include-time-stamp
...
Include time tracking for ValidationResponse
2023-11-25 04:23:23 +11:00
Grahame Grieve
66468f3385
fix typo
2023-11-24 13:35:43 +11:00
Grahame Grieve
97a3e1613b
release notes
2023-11-24 13:32:26 +11:00
Grahame Grieve
7f42c7aa71
Merge pull request #1494 from hapifhir/2023-11-gg-misc1
...
2023 11 gg misc1
2023-11-24 12:56:37 +11:00
Grahame Grieve
82f0fc953a
remove orphan R4B test
2023-11-24 12:06:29 +11:00
Grahame Grieve
36361eaa1d
refactor timeout control on client
2023-11-24 12:06:18 +11:00
Grahame Grieve
d78efdad8f
missed code
2023-11-24 08:53:42 +11:00
Grahame Grieve
0e69f6ad89
Support IPS in validation tests
2023-11-24 08:53:32 +11:00
Grahame Grieve
c913190d7a
validate that composite search parameters have components
2023-11-24 08:53:09 +11:00
Grahame Grieve
3252fb12b0
fix bundle validation error on intneral link checking
2023-11-24 08:52:36 +11:00
Grahame Grieve
3b3ddd28b2
Fix validator not allowing canonical resource extensions in bundles
2023-11-24 08:52:18 +11:00
Grahame Grieve
623760d887
Improve expansion error messages
2023-11-24 08:51:47 +11:00
Grahame Grieve
5ee11cb3a8
Fix expansion language - don't set for displayName parameter
2023-11-24 08:51:20 +11:00
Grahame Grieve
3cd75ef89e
adjust value set rendering for fragment code systems
2023-11-24 08:51:02 +11:00
Grahame Grieve
bb9064a8cc
fix NPE on some resources
2023-11-24 08:50:46 +11:00