Re: [jdk7u-dev] Request for approval JDK-8011038

2013-08-06 Thread Seán Coffey
Approved for jdk7u-dev. regards, Sean. On 06/08/2013 11:09, Dmitry Samersoff wrote: Hi Everybody, *problem* Despite the fact, that validation in constructor of RelationNotification prohibit creation of the class instance with null sourceObj its possible to set it to null later by public setSo

[jdk7u-dev] Request for approval JDK-8011038

2013-08-06 Thread Dmitry Samersoff
Hi Everybody, *problem* Despite the fact, that validation in constructor of RelationNotification prohibit creation of the class instance with null sourceObj its possible to set it to null later by public setSource() method. So we should relax validation rules to preserve serialization behavior co