Plugin does not work in Vaadin 25+

The latest release of this plugin works under Vaadin 24.5.0, but it is not fully compatible with Vaadin 25+, as this version introduces breaking changes (e.g. Jackson 3).

I have checked out the latest source code and fixed compilation errors in some Java classes related to old Jackson imports, but the component is still not being rendered at runtime (an empty tag is rendered instead).

Can anyone help me with this? Is there any plan to upgrade this component in the future?