After upgrading my project to Cuba7, running a Jasper report fails with the error
org.w3c.tools.codec.Base64Decoder cannot be resolved to a type
I found out that the library jasperreports-6.4.1.jar has been updated to jasperreports-6.9.0.jar
Due to that upgrade, there’s apparantly some libraries missing. There’s some information about this issue here: java - JasperReport org.w3c.tools.codec.Base64Decoder cannot be resolved to a type - Stack Overflow
As a workaround, I replaced the jasperreports jar with the old version (6.4.1), this error disappeared and the report ran succesfully. However, with other reports I get a new error, so this workaround is not really useful.
Can the missing jars be added to the release, so we can use the newer versions of jasperreports?