hapifhir / hapi-fhir

🔥 HAPI FHIR - Java API for HL7 FHIR Clients and Servers
http://hapifhir.io
Apache License 2.0
2.05k stars 1.33k forks source link

replaced otel bom #6337

Closed mrdnctrk closed 1 month ago

mrdnctrk commented 1 month ago

Removed the unused import for the opentelemetry-bom and instead imported opentelemetry-instrumentation-bom which contains the opentelemetry-instrumentation-annotations that hapifhir uses.

Also updated the instrumentation version from 2.4.0 to 2.8.0

github-actions[bot] commented 1 month ago

Formatting check succeeded!

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.51%. Comparing base (406db33) to head (a839be6). Report is 50 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6337 +/- ## ============================================ - Coverage 83.54% 83.51% -0.03% - Complexity 27432 27612 +180 ============================================ Files 1707 1719 +12 Lines 106185 106924 +739 Branches 13397 13453 +56 ============================================ + Hits 88710 89299 +589 - Misses 11750 11846 +96 - Partials 5725 5779 +54 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.