google / fhir-data-pipes

A collection of tools for extracting FHIR resources and analytics services on top of that data.
https://google.github.io/fhir-data-pipes/
Apache License 2.0
151 stars 84 forks source link

Fix for logback version upgrade #969

Closed chandrashekar-s closed 7 months ago

chandrashekar-s commented 7 months ago

Description of what I changed

This fixes the build failure issues for the PRs #957 and #895

E2E test

Relied on e2e test cases

TESTED:

Please replace this with a description of how you tested your PR beyond the automated e2e/unit tests.

Checklist: I completed these to help reviewers :)

chandrashekar-s commented 7 months ago

@bashir2 Thanks for the review, I had a bit deeper look at this and have provided my comments. Please check the latest commit as well.

chandrashekar-s commented 7 months ago

The build is failing due to some regression introduced by the latest HAPI release. This is fixed by the PR #970. We can rebuild this once the fix is merged.