Skip to content

Refactor to remove dependency on the HAPI FHIR Storage artifact #422

@ndegwamartin

Description

@ndegwamartin

As part of the AuditEvent logging feature - we added the hapi-fhir-storage artifact to the repo so that we could reuse various constants and enums, mainly:

  • ca.uhn.fhir.storage.interceptor.balp.BalpConstants;
  • ca.uhn.fhir.storage.interceptor.balp.BalpProfileEnum;
    <!-- Needed to re-use Audit components -->
    <dependency>
      <groupId>ca.uhn.hapi.fhir</groupId>
      <artifactId>hapi-fhir-storage</artifactId>
      <version>8.0.0</version>
    </dependency>

Metadata

Metadata

Assignees

Labels

P3:TBEAn issue that is not evaluated and/or planned for implementation yet.

Type

Projects

Status

🆕 New

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions