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

Jackson Serialization Issue with Library Refresh Operation #527

Merged
merged 1 commit into from
May 1, 2024

Conversation

c-schuler
Copy link
Contributor

Description

Implementers reported invalid ELM XML generation using the Library refresh operation with latest tooling (v3.4.0).

For description of issue and steps to reproduce see https://github.com/reason-healthcare/CQFToolingBug/blob/main/README.md

Additionally, an issue was reported with the shouldApplySoftwareSystemStamp parameter being ignored by the Library refresh operation.

  • Replaced Jackson ELM serialization with JAXB

  • Added shouldApplySoftwareSystemStamp to Library refresh parameters

  • Added tests (also tested in the repro repository referenced above)

  • Removed tooling-cli directory from tooling module (seemed like that was committed by mistake(?))

  • 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

- Replaced Jackson ELM serialization with JAXB
- Added shouldApplySoftwareSystemStamp to Library refresh parameters
- Added tests
- Removed tooling-cli directory from tooling module (seemed like that was committed by mistake(?))
Copy link

codecov bot commented May 1, 2024

Codecov Report

Attention: Patch coverage is 0% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 20.25%. Comparing base (f322c86) to head (35ec89c).

Files Patch % Lines
...ssor/argument/RefreshLibraryArgumentProcessor.java 0.00% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master     #527   +/-   ##
=========================================
  Coverage     20.25%   20.25%           
- Complexity     1519     1521    +2     
=========================================
  Files           296      296           
  Lines         25191    25199    +8     
  Branches       3978     3979    +1     
=========================================
+ Hits           5102     5104    +2     
- Misses        19240    19248    +8     
+ Partials        849      847    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JPercival JPercival merged commit 1f3a5c8 into master May 1, 2024
4 checks passed
@JPercival JPercival deleted the jackson-serialization-issue branch May 1, 2024 18:02
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.

None yet

3 participants