Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.0.0 SNAPSHOT #487

Merged
merged 14 commits into from
Nov 29, 2023
Merged

3.0.0 SNAPSHOT #487

merged 14 commits into from
Nov 29, 2023

Conversation

JPercival
Copy link
Collaborator

@JPercival JPercival commented Nov 28, 2023

Description

  • Revs version to 3.0.0-SNAPSHOT
    • There's already a 2.6.0 release, so 2.6.0-SNAPSHOT behind
  • Removes dependency on old version of clinical-reasoning
    • Some Drools test cases were disabled because of this
    • Some classes were swapped for CQL versions of the same (specifically StringLibrarySourceProvider)
  • Fixes some build warnings on Java 21
    • And suppressed some others, primarily related to subclass initialization. There's a general pattern in the code base to call setters from constructors, which is bad: https://bugs.openjdk.org/browse/JDK-8299995. Need a more complete fix going forward
  • Fixes various spelling errors and typos
  • Updates to late HAPI / FHIR core releases
  • slf4j simple logger to the CLI to avoid warning
    • Additionally, fix logging redirects for log4j, JUL, etc.
  • Fix missing serialization libraries for CLI
  • Fix missing model infos for CLI
  • Fix cases that used junit instead of testng.
  • Github Issue:
  • I've read the contribution guidelines
  • Code compiles without errors
  • Tests are created / updated
  • Documentation is created / updated

By creating this PR you acknowledge that your contribution will be licensed under Apache 2.0

@JPercival JPercival requested a review from c-schuler November 28, 2023 20:35
@JPercival JPercival merged commit a3e7544 into master Nov 29, 2023
1 check passed
@JPercival JPercival deleted the feature-update-to-3.0 branch November 29, 2023 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants