Servoy JasperReports Plugin v.3.1.0 Beta 3 has been released

i’ll vote for that change too.

A Re-Read Button would be cool! Is that possible?

Regards
Stef

Please file a feature request in the Servoy support system.

It will be tricky because reloading plugins may affect running clients and existing server plugins, so we do need to investigate first.

Rob

I made a feature request in the Support System.

Hope it is understandable.

Regards
Stef

Hello, I’m replying to a very old topic.
we are in the process of upgrading from Servoy 7.4.11 to 2019.12.

we had to update jasper report plugin for this to version 6.4.1_svy84 to get it working with Servoy 2019.12

In the older version, we always added three extra lines to the jnlp, to make our custom fonts work in the smart-client.

<jar href="/plugins/servoy_jasperreports/spring-beans-2.5.5.jar" download="lazy"/>
<jar href="/plugins/servoy_jasperreports/spring-core-2.5.5.jar" download="lazy"/>
<jar href="/plugins/servoy_jasperreports/font_extension.jar" download="lazy"/>

as stated here: viewtopic.php?f=15&t=14445#p76430
this has always worked for u fine!

but if I look here: https://www.servoyforge.net/projects/se … Guidelines
I don’t see anyhwere anymore that I have to add those two spring-* jars…

Do I still need to add those two jars? or not?

those spring jars are not needed for the latest servoy jasper lib, you only need to add the font_extension jar

Thank you Gabi, for the confirmation!