On Fri, 11 Sep 2026 14:18:10 GMT, Michael Strauß <[email protected]> wrote:

>> 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.
>> 
>> Additionally, easing functions are not serialized at all. Since those 
>> functions can contain numbers (instead of `Size`), we need to extend the BSS 
>> format to support direct serialization of numbers.
>> 
>> ---------
>> - [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:
> 
>   fix test

Marked as reviewed by angorya (Reviewer).

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

PR Review: https://git.openjdk.org/jfx/pull/2303#pullrequestreview-5199544266

Reply via email to