Release of the MII report process plugin used to send reports of current FHIR store implementation progress of a DIC to a HRP.
The documentation of the process including the description, the deployment and configuration guides as well as instructions on how to start a process instance can be found in the wiki. 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.
- The DIC FHIR store client can now use the DSF BPE default proxy configuration for the FHIR store client. The specific proxy configuration of the process can still be used and has precedence over the DSF BPE default proxy.
- Updated dependencies where possible.
Bugs fixed:
- Configuring the OAuth2TokenClient without a truststore path leaded to a NPE.
Issues closed:
- Use Default BPE Proxy Configuration for FHIR Store Client #8
- Add OAuth2 Client Credentials Flow Support #33
- Update dependencies #36
- NPE if OAuth2TokenClient is not configured from truststore path #38
Contributors:
This release contains contributions from @wetret and @hhund.