Release of common functionality used in MII processes based on DSF 1.x.
For a pre-built jar file, see assets.
General remarks:
- This release is compatible with the Data Sharing Framework version
>= 1.0.0
. This release does not work with DSF versions< 1.0.0
.
Features include:
- Support of OAuth2 Client Credentials Flow for authentication against a FHIR store.
- Updated dependencies where possible.
Bugs fixed:
- Releasing a new version of the process publishes a new package using GitHub actions.
- Configuring the OAuth2TokenClient without a truststore path leaded to a NPE.
Issues closed:
- Releasing a new version does not trigger maven deployment in GitHub action #12
- Improve OAuth by accept issuer uri, client id, client secret instead of bearer token #13
- Update dependencies #16
- NPE if OAuth2TokenClient is not configured from truststore path #20
Contributors:
This release contains contributions from @wetret and @hhund.