DateUtils plugin not working

Hi.
We updated Servoy to 2022.9.0 version. When we deployed the WAR on the server we find out that the DateUtils plugin was not working.
There’s a line in the What’s new page that says the following:

Plugins are now deployed differently in a WAR, when the WAR is generated, if rmi (for SmartClient) is not enabled. In that case all the jars will end up in the generic classpath of a Web application (not anymore in WAR/plugins but WAR/WEB-INF/lib). This does mean that for plugins it’s now mandatory to use the entry points

¿Can the issue be related with this? If yes, ¿Will there be a new version of the plugin? Or we have to work it out ourselves.
Thanks.

Hi,

as a replacement you can use the svyUtils module. (install through SPM)
This module contains the svyDateUtils scope which has a replacement for almost every function in the dateUtils plugin.

Hope this helps.