When a binary stylesheet contains CSS transitions, deserialization fails with 
errors similar to:

SEVERE: could not deserialize com.sun.javafx.css.TransitionDefinitionConverter


The reason is that the `StyleConverter.getInstance(String)` factory used to 
deserialize converters doesn't include the converters that were added to 
support CSS transitions.

---------
- [x] I confirm that I make this contribution in accordance with the [OpenJDK 
Interim AI Policy](https://openjdk.org/legal/ai).

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

Commit messages:
 - fix
 - failing test

Changes: https://git.openjdk.org/jfx/pull/2303/files
  Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=2303&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8392013
  Stats: 57 lines in 2 files changed: 56 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jfx/pull/2303.diff
  Fetch: git fetch https://git.openjdk.org/jfx.git pull/2303/head:pull/2303

PR: https://git.openjdk.org/jfx/pull/2303

Reply via email to