On Wed, 4 Mar 2026 19:39:05 GMT, Phil Race <[email protected]> wrote: > Remove AppContext from JComponent. > One obsolete test is removed. > The data files used by BadSerializationTest.java needed to be updated because > they contain serialized versions of JComponent which now has a different > calculated serialVersionUID due to new static variables added by this change. > Swing does not support serialisation compatibility across releases so these > .ser files are a bit of an oddity as they require maintenance in cases like > this.
This pull request has now been integrated. Changeset: a95799d6 Author: Phil Race <[email protected]> URL: https://git.openjdk.org/jdk/commit/a95799d62fc0ec8e8fcdfd62813273c6896845ef Stats: 149 lines in 8 files changed: 4 ins; 130 del; 15 mod 8379229: Remove AppContext from javax.swing.JComponent Reviewed-by: psadhukhan, serb ------------- PR: https://git.openjdk.org/jdk/pull/30060
