> 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).
Michael Strauß has updated the pull request incrementally with one additional commit since the last revision: remove float and long ------------- Changes: - all: https://git.openjdk.org/jfx/pull/2303/files - new: https://git.openjdk.org/jfx/pull/2303/files/f9cd1389..a1d440fd Webrevs: - full: https://webrevs.openjdk.org/?repo=jfx&pr=2303&range=03 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=2303&range=02-03 Stats: 30 lines in 2 files changed: 18 ins; 8 del; 4 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
