Hi,
In our Maven application, we are in the process of upgrading the JasperReports library from version 6.19.0 to 7.0.0.
During this upgrade we also learned about upgrading .jrxml file templates. The jrxml file contains queryString, groupExpression, staticText, reportElement tags.
Kindly suggest the best practice to upgrade the existing .jrxml files (kindly share in case any details document is available) or do we need to re-design the .jrxml template.
Re-creating .jrxml template file is a cumbersome process for us as we have many such files in our application.
Note: We also tried to import our existing .jrxml files in Jasper studio 7.0 and saving them to upgrade but that is not working in our application.
Thanks,