* Try multiple module target directories
* Try different format
* Try displaying cache task name + multiple caches
* Name the maven artifact cache step + add all modules
* Start consuming cached builds + targets
* Fix job list
* Fix other bad params
* Fix bad indent
* Try test task
* Try different value syntax
* Add all modules
* See if cacheing works from linux to windows
* Refactor as testUnits
* Trim tested modules
* missing colon
* It's not an image anymore, it's a unit
* Test exec
* Test exec for real
* Fix parameters format
* Fix r5 url for package fetch (#1260)
* Fix r5 url for package fetch
* Revert previous commit
* Make r6 the only packages fetched from build.fhir.org
* Update RELEASE_NOTES.md
* Update RELEASE_NOTES.md
* Release: v6.0.6
## Validator Changes
* no changes
## Other code changes
* Update R6 package tgz fetching
***NO_CI***
* Updating version to: 6.0.7-SNAPSHOT and incrementing test cases dependency.
* Try using parameters
* Try another way
* Try third way
* Try fourth way
* Try fifth way
* Try 6
* Try 7
* Apply refactor
* Try iterating over images
* Try iterating over images 2
* Test all images
* Conditionally test multiplatform modules
* Test JDKs too
* Fix and()
* Add JDK image to job names + test JDKs for exec
* Better job name for setup
* Fix names
* more granular test configs
* fix repeated jobs
* name for exec jobs
* fix missing s
* Add placeholder Codecov job
* Fix complaint about job name
* Try moving codecov to test template
* Add explicit module for test
* Try setting up job name
* Try setting up job name
* Change job names to use underscore and alphanum
* Move codecov job back to master-branch
* Fix condition to match ubuntu_java_11
* Publish test reports
* Publish test reports
* use value for artifact name
* Use variable for skipJaCoCo conditions
* Skip validation temporarily
* Change artifact names.
* add jacoco:report-aggregate task
* remove leftover cut and paste line
* Improve test job display name
* Add jacoco results + codecov upload
* Fix accidental inclusions in module loop
* Remove JaCoCo coverage condition
* Bump down JaCoCo plugin
* Rearrange JaCoCo plugin
* Fix surefire and jacoco output
* Add jacoco to pipeline
* Try skipping maven cache step
* Add codecov token
* Add missing MAVEN_CACHE_FOLDER
* Change variable syntax
* Move setup to own template
* Change setup template
* rearrange pipeline yml, re-enable validation test module
* Update core version bumps
* Temporarily disable tests
* Move to PR pipeline + Fix unused pool declaration
* Disable some more.
* Restore disabled and ignored tests
* Fix task name + clean up old prototype
---------
Co-authored-by: markiantorno <markiantorno@gmail.com>
## Validator Changes
* Snapshot Generation Changes:
** Check for slicenames without any slicing
** Check that slice names are unique
** Check for additional slicing rules in a set of slices
** Check that the minimum cardinality of a set of slices is correct
* Clean up duplicate errors when dates/dateTimes/instants have invalid formats
* Handle unknown code systems consistently when validating coded elements
* Handle sub-slicing case where slice matches both the slice definition and the sub-slice definition
## Other code changes
* Add support for R4B to loader
* Change type if cache-id parameter
* Change snapshot generation to not update documentation from profile for elements with profiled types that are not extensions
* Add support for TestPlan and SubscriptionTopic in R4 IGs
***NO_CI***
## Validator Changes
* Update terminology for changes to tx validation policy: Wrong displays change from a warning to an error
* Add parameter ```-display-issues-are-warnings``` for restoring original behaviour that display issues are warnings
* Relax constraints on Reference targets for logical models
* Update dutch and german validation error messages + minor improvements to error messages
* Fix r5 url for package fetch (#1260) …
## Other code changes
* Fix up all terminology cache tests
* Switch to System.err for now + report missing constants
* Add I18n tests for coverage and plural validity + fix missing messages
* Partial fix for R4/R5 conversion issues
***NO_CI***
## Validator Changes
* Fix NPE validating StructureMap
* Improve error message about uri values
* Fix for wrong display when server returns error
* Slight improvement in performance
* Fix FHIRPath split function (parameter is not regex)
* Stop warning that Markdown autolinks need to be escaped
* Allow NPM package versions to have the form {id}#{url} for direct access to packages
## Other code changes
* Support for NamingSystem conversion of url, version, and title (for THO)
* Update Conversion package docs (#1257) …
* Return codeableConcept from validate-code
* Refactor: Resource Root Elements Conversion
* Minor fixes for R5 redirector
* Fix bug handling filter, and refactor terminology code
* Fix for dstu2016may Resource equals methods (#1251) + Tests a
***NO_CI***
## Validator Changes
* Fix bug accessing canonical resources on servers
## Other code changes
* Various changes to support terminology service testing
***NO_CI***
## Validator Changes
* Structure map validation improvements
## Other code changes
* Fix wrong name for systemVersion Parameter
* Language improvements for Lang Packs
* Fix up StructureMap R4/R5 conversion
***NO_CI***
## Validator Changes
* Improved Error messages when code is not in value set + various typo fixes
* Updated Dutch translations for error messages
* More informative failures when questionnaire value set validation fails
* Warnings when extension context is 'Element'
* Fix missing source id for tx server messages in validation output
## Other code changes
* Move HTTP logging to a sub-directory of temp
* Default to text log not HTML log for terminology logging, and don't spuriously escape the text log
* Use JSON not XML by default when using R4 terminology service
* Add support for R6 final version
* Bump HAPI to 6.4.1
***NO_CI***
## Validator Changes
Note: This validator release is accompanied by a new release of tx.fhir.org, and earlier versions
of the validator will not perform validation correctly for some valuesets and languages. This is
in effect a mandatory upgrade
* Major **Breaking** change: test multi-lanugage support on the terminology service API, and make many fixes.
** This release also includes full support for supplements providing designations and properties
* Add support for -install operation to install packages and generate snapshots while at it (support simplifier packages in sushi)
* Add support for ```lang-transform extract``` and ```-lang-transform inject``` to the validator (start of multi-lingual implementation support)
* Add support for -tx-tests to validator
* Change settings file to fhir-settings.json in .fhir, instead of fhir-tools-setting.ini (see [here](https://confluence.hl7.org/display/FHIR/Using+fhir-settings.json) for documentation)
* Add provisional support for running without a network: -no-network. Beware: this is not fully tested at this point
* Warning not error when the code system isn't known validating questionnaires
* Fix up loading of IG bundles
* Work around issue with R5 path in extensions pack
* Fix issue with SearchParameter validation throwing an exception if no expressions are valid
## Other code changes
* Code to support translation functionality
* Partial fix for problem parsing maps from previous versions
* Fix Code System rendering for supplements, and when there's 1..2 display translations
* Remove spurious header from ConceptMap rendering
* Return ID part correctly when FhirPath expression result is converted to string
* fix problem with leaf rendering in profile driven renderer
* Fix R4B tests to be based on R4B
* fix index error validating HierarchicalTable
* fix NPE in requirements renderer
* Fix NPE in code generator
* Rework package cache manager - add testing mode
* Add link to questionnaire rendering questionnaireResponse + Fix access violation rendering questionnaire
* Fix bugs generating narratives
* Defining the existence of R6
* i18n framework for HTML generation in renderers - step #1
* Re-org validation testing to be more memory efficient
* Better error handling loading resources
* Restore broken R4 loading
* Add new R5 fields to R4/R5 conversion for ValueSet
* minor changes two HumanName.getNameAsSingleString (missed family name)
***NO_CI***
* Bump JUnit Version and manage dependencies via bom
* Bump JUnit Version and manage dependencies via bom
* Remove explicit version references in child projects
* Vintage engine isn't managed. Manage it explicitly
## Validator Changes
* no changes
## Other code changes
* Fix R5 path for spec in generated narratives
* Hack to fix wrong R5 paths in generated narratives in extensions pack
* Suppress Prism rendering if ttl source is too big
* Fix up URLs in untouched elements when processing snapshots
* Fix up URLs in binding.description when generating snapshots
***NO_CI***
## Validator Changes
* Make checking displays in concept map not case sensitive and just a warning
## Other code changes
* Fix loading version of extensions package in test cases
* Don't suppress error when FML doesn't parse in FMLParser
* Add PathBuilder (documentation + clean up code)
***NO_CI***