Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

0.4.1 - Fix AQL query case sensitivity

Compare
Choose a tag to compare
@wetret wetret released this 20 Apr 10:26
· 193 commits to main since this release
v0.4.1
e6707c7

Fixes include:

  • Removes transformation of AQL queries to lower case because they are case sensitive and therefore return wrong results during process execution

Process exclude config:

  • MeDIC: org.highmed.dsf.bpe.process.excluded=computeFeasibility/0.4.1,requestUpdateResources/0.4.1,updateAllowList/0.4.1
  • TTP: org.highmed.dsf.bpe.process.excluded=localServicesIntegration/0.4.1,requestFeasibility/0.4.1,executeFeasibility/0.4.1

Processes released in the binary assets and GitHub Packages Maven Registry:

Issues closed:

  • AQL queries are case sensitive, but are transformed to lower case during process execution #18