Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

#576: CQL 2.0.0 upgrade #581

Merged
merged 61 commits into from
Aug 8, 2022
Merged

Conversation

vitorpamplona
Copy link
Contributor

@vitorpamplona vitorpamplona commented Jun 21, 2022

  1. Migrates CQFramework to 2.0.0 (Java11)
  2. Refactors JAXB tests to dynamically create new @Test cases based on files in the directory, making it easier to debug.
  3. Updates most libraries to the most recent version.
  4. Adjusts all test cases with Jackson-generated JSONs to add type information.
  5. Refactors Engine.FHIR tests to dynamically create new @Test cases based on test cases inside the XML files.
  6. Creates a list of Engine.FHIR tests that need to be skipped due to lack of support.
  7. Refactors Engine's CQL Tests suites to generate a dynamic @Test case for every test* statement in the library

Fixes: cqframework/clinical_quality_language#870, replaces #577

@vitorpamplona vitorpamplona changed the title CQL 2.0.0 upgrade #576: CQL 2.0.0 upgrade Jun 21, 2022
@vitorpamplona vitorpamplona marked this pull request as ready for review June 27, 2022 18:36
@vitorpamplona
Copy link
Contributor Author

This is good to go, @JPercival @brynrhodes

@brynrhodes
Copy link
Member

I get failures running the dstu3 tests, can we add the "quick" package as a test dependency as well? That resolves it for me locally. Other than that this looks great, love the new testing approach!

@vitorpamplona
Copy link
Contributor Author

Interesting... I was waiting for the fhir-all module, but quick works

@vitorpamplona
Copy link
Contributor Author

@brynrhodes good to go!

# Conflicts:
#	engine.fhir/pom.xml
#	engine.jaxb/pom.xml
#	engine/pom.xml
#	pom.xml
# Conflicts:
#	engine.fhir/src/test/java/org/opencds/cqf/cql/engine/fhir/model/TestDstu2ModelResolver.java
@vitorpamplona
Copy link
Contributor Author

@JPercival good to go!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to 2.0.0 translator
3 participants