GitHub user machristie opened a pull request:
https://github.com/apache/airavata/pull/60
Add serialVersionUID for previous version of class
To keep Credential.java compatible with the previous version, I'm adding
the serialVersionUID from the previous version. This will allow
serialized instances of the old version to be deserialized with the new
version.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/machristie/airavata
credential-serialVersionUID
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/airavata/pull/60.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #60
----
commit fdb519155a4710a74e002cc0471433b14eb949ac
Author: Marcus Christie <[email protected]>
Date: 2016-10-20T13:58:36Z
Add serialVersionUID for previous version of class
To keep Credential.java compatible with the previous version, I'm adding
the serialVersionUID from the previous version. This will allow
serialized instances of the old version to be deserialized with the new
version.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---