Release of the ping-pong process plugin used for connection testing between DSF instances with versions >= 1.2.0
.
General remarks:
- This release is compatible with the Data Sharing Framework version
>= 1.2.0
. This release does not work with DSF versions< 1.2.0
. - The logical version of the process got upgraded to
2.0
and as such this process plugin can not talk to DSF instances running version1.0.x
of the plugin.
Bugs fixed:
- Deployment of both
2.0.x
and1.0.x
versions of the plugin was inconsistent and would sometimes not complete successfully. This has been fixed - Fixed some UCUM codes using wrong letter casing
Issues closed:
Deployment guide:
-
Add the ping-pong process plugin dsf-process-ping-pong-2.0.0.1.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/v2.0.0.1/dsf-process-ping-pong-2.0.0.1.jar sudo chown root:bpe dsf-process-ping-pong-2.0.0.1.jar sudo chmod 440 dsf-process-ping-pong-2.0.0.1.jar
-
Restart the DSF BPE to deploy the process plugin.
Contributors:
This release contains contributions from @jaboehri, @hhund, @wetret and @schwzr.