> The serialized form of the following classes in JDK 7 builds are not 
> compatible with prior versions of Java:
>     javax.swing.text.html.parser.ParserDelegator
>     javax.swing.LayoutComparator
> They need to be declared as not compatible between releases in the API 
> documentation, as is the case for some other serializable Swing classes.
> 
> Since It is widely known that serialized Swing classes are not comptible 
> between major releases, we just didn't add the warning at that couple classes.
> Added the warning..

Prasanta Sadhukhan has updated the pull request incrementally with two 
additional commits since the last revision:

 - Serialzation warning added in javax.swing package
 - Serialzation warning added in javax.swing package

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/11565/files
  - new: https://git.openjdk.org/jdk/pull/11565/files/1994358f..22fb52f4

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=11565&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=11565&range=01-02

  Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/11565.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/11565/head:pull/11565

PR: https://git.openjdk.org/jdk/pull/11565

Reply via email to