Change to default RMI stubProtocolVersion
Reason for the change
SstRmiMarshalingConfiguration>>#stubProtocolVersion has defaulted to SstRmiStubVersion1 since the RMI support was first introduced into VisualAge Smalltalk.  In JDK 1.2.2, a new version of RMI stubs was introduced.  The SST RMI support was updated to handle this new version, but the default was never changed; rather, the documentation was updated to explain that the user should reset the RMI stub protocol version if running on JDK 1.2.2 (or later).
Change
The default SstRmiMarshalingConfiguration>>#stubProtocolVersion has been changed to SstRmiStubVersion2. 
Action required
If you need to use Version 1 stubs, you should refer to the Server Smalltalk Guide for information on how to set the stub version. 
Last modified date: 07/02/2019