You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by MarkMielke <gi...@git.apache.org> on 2018/08/07 02:34:56 UTC

[GitHub] httpcomponents-client issue #81: BasicCookieStore no longer synchronizes on ...

Github user MarkMielke commented on the issue:

    https://github.com/apache/httpcomponents-client/pull/81
  
    I am going to follow up here on the mailing list for best direction. This change broke some of my code that relies on BasicCookieStore being Serializable. This change breaks the Serializable contract by introducing a transient "lock" variable (without qualifying it as transient), doesn't provide readObject()/writeObject() methods to deal with the transient variable, and doesn't update the serialVersionUID so it continues to try and read the objects already written that have the same serialVersionUID. I think this change should probably be reverted?
    



---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org