> 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: serialize number types ------------- Changes: - all: https://git.openjdk.org/jfx/pull/2303/files - new: https://git.openjdk.org/jfx/pull/2303/files/eef74a20..e6505832 Webrevs: - full: https://webrevs.openjdk.org/?repo=jfx&pr=2303&range=01 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=2303&range=00-01 Stats: 156 lines in 7 files changed: 118 ins; 11 del; 27 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
