2078 Commits

Author SHA1 Message Date
Grahame Grieve
bfac7f06de Add SHLinks validation 2023-09-02 23:21:32 +07:00
markiantorno
bca705a3c6 Updating version to: 6.1.3-SNAPSHOT and incrementing test cases dependency. 2023-08-31 13:58:37 +00:00
markiantorno
f5e218c279 Release: v6.1.2
## Validator Changes

* FHIRPath fixes checking types discovered testing R6 build

## Other code changes

* Fix rendering of impose-profile extension
* Improvements to performance tracking code
* get FHIRFormat from SHC code
***NO_CI***
2023-08-31 13:29:31 +00:00
Grahame Grieve
54f36aec4c more FHIRPath fixes 2023-08-31 08:15:33 +02:00
Grahame Grieve
4bba1c2cde fix bugs in FHIRPath checking and track special time when validating resources 2023-08-31 06:30:29 +02:00
Grahame Grieve
2deb88cdc9 Merge remote-tracking branch 'origin/master' 2023-08-30 09:38:45 +02:00
Grahame Grieve
ac33590b96 #1412 - fix out of memory issues 2023-08-29 17:34:03 +02:00
markiantorno
9048983155 Updating version to: 6.1.2-SNAPSHOT and incrementing test cases dependency. 2023-08-29 08:56:09 +00:00
markiantorno
2f6c61af78 Release: v6.1.1
## Validator Changes

* Fix problem validating code systems with content = not-present
* Further development of multi-language support on the tx server, and:
* Change the validator so that the default language is '*' (all languages) not 'en'

## Other code changes

* Improve license scanning and readme documentation
* Change xpp3 dependency
* Add client version to tx user-agent requests
* Suppress spurious xml parsing messages to System.err
***NO_CI***
2023-08-29 08:27:41 +00:00
Grahame Grieve
d0815682b8
Merge branch 'master' into language-rework 2023-08-28 20:13:42 +02:00
Grahame Grieve
a22338cd54 fix up failing tests 2023-08-28 15:58:37 +02:00
Grahame Grieve
0d98d80eac more cache changes 2023-08-28 14:53:25 +02:00
Grahame Grieve
684f6bd740 fix test cases 2023-08-28 12:56:47 +02:00
Grahame Grieve
333ffc340e Accept-Language 2023-08-25 16:21:56 +02:00
Grahame Grieve
7eaa723ec9 rewrite the way language works in value sets 2023-08-25 13:09:36 +02:00
dotasek
985b66c276 Add version to agent header
+ remove unused getValidationEngine methods in Common
2023-08-24 15:31:09 -04:00
Grahame Grieve
63e090a2d9
Merge pull request #1405 from hapifhir/do-20230823-swap-out-xpp3
Swap out xpp3 dependency
2023-08-24 09:18:56 +02:00
Grahame Grieve
debbff6319
Merge pull request #1407 from hapifhir/2023-08-gg-fix-1404
#1404 Fix problem validating code systems with content = not-present
2023-08-24 09:17:37 +02:00
Grahame Grieve
0b18b3a3b3 #1404 Fix problem validating code systems with content = not-present 2023-08-24 06:38:15 +02:00
dotasek
490e57fa7c Swap out xpp3 dependency 2023-08-23 15:51:44 -04:00
markiantorno
fb64a720c8 Updating version to: 6.1.1-SNAPSHOT and incrementing test cases dependency. 2023-08-22 17:26:57 +00:00
markiantorno
e90863a271 Release: v6.1.0
## Validator Changes

* Performance fix: Delay loading content when loading IGs
* CodeSystem validation around count and content
* Add checking around internal status consistency and across dependencies (draft/experimental/retired/deprecated)
* Improved error messages on server failure
* Fix bug in warning about No valid Display Names found
* Use Supplements when validating display names
* Fix issue in FHIRPath .combine focus handling
* Check Extension fixed values for URLs - enforce consistency
* Fix R4 FML parser problem
* Track and report inactive status when reported from terminology server
* Add defense against large terminology operations causing obscure java errors
* Fix bug with client sending too much data to tx.fhir.org (big performance hit in some cases)
* Fix obscure bug with designations in a more specific language the the code system they are in

## Other code changes

* Significant upgrade of version comparison for profiles/extensions, value sets, and code systems, and integration into rendering framework
* Many minor changes to terminology functionality (reconciliation with differences with OntoServer) including service protection
  * Rename implySystem parameter to inferSystem per TI decision
  * rework how definitions are handled after discussion with Michael
  * add flat mode to tests for Ontoserver, and add experimental functionality
* fix rendering issue in subscription topic
* Add a renderer for ExampleScenario
* Automatically render markdown in code system concept definitions
* Fix loading issues in test mode for simplifier packages
* Remove spurious logging in FHIRPath engine
* Fix addChild error in PEBuilder (#1343) + Add test case
* CPT Importer
* Dependencies fixed/updated: okhttp, thymeleaf, commonmark & UCUM
* Xhtml fluent improvements + related XHtmlNode improvements
* Release new pubpack for new icons
* Json Object comparison: fix bug in arrays with multiple optional elements + improved error messages + support for external strings
* fix cross-version extensions web references where possible
* Don't suppress exceptions in terminology clients
* Add first cut of Profile Generation code
* Stop putting invalid codes in expansions if they are not in the code system
***NO_CI***
2023-08-22 17:01:34 +00:00
dotasek
1b33d2a537 Bump minor version 2023-08-22 11:56:22 -04:00
Grahame Grieve
f5f35d5815 in order to get the tests passing 2023-08-22 14:46:04 +10:00
dotasek
9ae060b5d9 Bump ucum version 2023-08-21 09:32:52 -04:00
Grahame Grieve
f795394fd2 Sorting ValueSet.expansion.contains in the tx tests 2023-08-21 19:35:10 +10:00
Grahame Grieve
390e25ddae more test fixes 2023-08-19 22:46:23 +10:00
Grahame Grieve
e4f6ec5a7b more revisions to tests 2023-08-19 20:18:15 +10:00
Grahame Grieve
497a81a544 Track and report inactive status when reported from terminology server 2023-08-19 20:17:42 +10:00
Grahame Grieve
6f0d54a8dc terminology service bug fixes 2023-08-19 09:03:59 +10:00
Grahame Grieve
0d1072616e rework comparison and related rendering 2023-08-17 18:14:12 +10:00
Grahame Grieve
eacffd11df Add support for external strings for tx tests 2023-08-17 11:14:34 +10:00
Grahame Grieve
4d7ecec87c more status checking 2023-08-16 22:39:28 +10:00
Grahame Grieve
3beb0c78e2 Merge remote-tracking branch 'origin/master' 2023-08-16 19:27:48 +10:00
Grahame Grieve
e6ef3572ea revise operation issue sorter for tx testing 2023-08-16 19:27:41 +10:00
Grahame Grieve
1711abc322
Merge branch 'master' into do-20230815-bump-okhttp-dependencies 2023-08-16 09:10:47 +10:00
dotasek
976915f3bc Merge branch 'master' into do-20230815-bump-okhttp-dependencies 2023-08-15 17:41:02 -04:00
dotasek
ea5270824d Merge branch 'master' into do-20230815-bump-thymeleaf 2023-08-15 17:40:46 -04:00
dotasek
dacc73a114 Bump okhttp dependency, exclude vulnerable transitives 2023-08-15 12:52:01 -04:00
dotasek
b438e8cd64 Move thymeleaf version to dependencyManagement 2023-08-15 11:27:50 -04:00
dotasek
7c03910a63 Bump thymeleaf 2023-08-15 10:50:29 -04:00
dotasek
2fa0587c1f Fix commonmark class not found 2023-08-15 10:34:58 -04:00
dotasek
81eba4b825 Clean imports 2023-08-15 10:34:31 -04:00
Grahame Grieve
ea4e592910 CodeSystem validation around count and content 2023-08-15 19:34:24 +10:00
Grahame Grieve
2b15c545fc comparison tests to include rendering as well 2023-08-15 19:33:56 +10:00
Grahame Grieve
ebc755bc2a Check consistency between standards status and resource status 2023-08-14 21:11:49 +10:00
Grahame Grieve
839deaf575 fix up return code in tx tests 2023-08-14 15:39:43 +10:00
Grahame Grieve
14162902de fix tests + fix FML parser problem 2023-08-12 23:06:16 +10:00
Grahame Grieve
369d01646e fix sorting 2023-08-11 16:29:44 +10:00
Grahame Grieve
b85b588825 restructure validators to properly validate deprecated dependencies 2023-08-11 12:24:08 +10:00