Skip to content

Commit

Permalink
MAT-6463: Updating cqframework to 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-akins committed Jul 2, 2024
1 parent d91caf8 commit 5932dfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<version>3.2.4</version>
</parent>
<groupId>gov.cms.madie</groupId>
<artifactId>cql-elm-translation</artifactId>
<artifactId>fhir-elm-translation</artifactId>
<version>0.0.2-SNAPSHOT</version>

<name>CQL to ELM Translation Service</name>
<description>Translates CQL to ELM for MADiE</description>
<name>MADiE FHIR CQL to ELM Translation Service</name>
<description>Translates CQL to ELM for MADiE FHIR</description>

<properties>
<cqframework.version>3.11.0</cqframework.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -647,8 +647,7 @@ private void parseChildLibraries(IncludeDef def) throws IOException {
childrenLibraries);
ParseTree tree = parser.library();

TranslationResource translationResource =
TranslationResource.getInstance(true); // <-- BADDDDD!!!! Defaults to fhir
TranslationResource translationResource = TranslationResource.getInstance(true);

// Add CqlCompilerOptions from LibraryManager to prevent NPE while walking through CQL
// The next two lines were added as a fix for the NPE while using Translator version 3.2.0..
Expand Down

0 comments on commit 5932dfb

Please sign in to comment.