First release of the ping-pong process plugin used for connection testing between new DSF instances with versions >= 1.0.0
.
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:
- Upgrades the process plugin to the new process plugin api implemented via datasharingframework/dsf#26
- Upgrades the process plugin to the new organization-roles CodeSystem implemented via datasharingframework/dsf#43
Issues closed:
Process released in GitHub Packages Maven Registry:
Deployment guide:
-
Add the ping-pong process plugin dsf-process-ping-pong-1.0.0.0.jar to the DSF BPE folder
/opt/bpe/process
. Make sure the jar is readable by the bpe user (uid:2202
) or group (gid:2202
). The following commands could be used to download the jar and to set the right permissions:sudo wget https://github.com/datasharingframework/dsf-process-ping-pong/releases/download/v1.0.0.0/dsf-process-ping-pong-1.0.0.0.jar sudo chown root:bpe dsf-process-ping-pong-1.0.0.0.jar sudo chmod 440 dsf-process-ping-pong-1.0.0.0.jar
-
Restart the DSF BPE to deploy the process plugin.
Contributors:
This release contains contributions from @wetret and @hhund.