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.0and as such this process plugin can not talk to DSF instances running version1.0.xof the plugin.
Bugs fixed:
- The draft task for the autostart process included in the plugin was not updated correctly, resulting in missing input parameters
Issues closed:
Deployment guide:
-
Add the ping-pong process plugin dsf-process-ping-pong-2.0.0.2.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.2/dsf-process-ping-pong-2.0.0.2.jar sudo chown root:bpe dsf-process-ping-pong-2.0.0.2.jar sudo chmod 440 dsf-process-ping-pong-2.0.0.2.jar -
Restart the DSF BPE to deploy the process plugin.
Contributors:
This release contains contributions from @jaboehri, @hhund, @wetret and @schwzr.