[ https://issues.apache.org/jira/browse/WW-5455?focusedWorklogId=942956&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-942956 ]
ASF GitHub Bot logged work on WW-5455: -------------------------------------- Author: ASF GitHub Bot Created on: 10/Nov/24 11:12 Start Date: 10/Nov/24 11:12 Worklog Time Spent: 10m Work Description: lukaszlenart opened a new pull request, #1124: URL: https://github.com/apache/struts/pull/1124 WW-5455 -- Jasper Reports 7 break backward compatibility with previous Jasper Reports, even JRXML file definition has changed. Issue Time Tracking ------------------- Worklog Id: (was: 942956) Remaining Estimate: 0h Time Spent: 10m > Implement a new plugin to support Jasper Reports 7 > -------------------------------------------------- > > Key: WW-5455 > URL: https://issues.apache.org/jira/browse/WW-5455 > Project: Struts 2 > Issue Type: New Feature > Components: Plugin - JasperReports > Reporter: Lukasz Lenart > Assignee: Lukasz Lenart > Priority: Major > Fix For: 7.0.0 > > Time Spent: 10m > Remaining Estimate: 0h > > This requires to implement a new plugin as version 7 is incompatible with 7 > even on jrxml lavel: > {noformat} > breaking backward compatibility of serialized/compiled *.jasper report > template files, > mostly because of historical deprecated serialization code removal/cleanup > mentioned above > (source *.jrxml report templates need to be recompiled to *.jasper using the > new version of > the library); > breaking backward compatibility of source *.jrxml report template files and > *.jrtx style > template files by replacing the Apache Commons Digester based parsers with > Jackson XML object > serialization. *.jrxml and *.jrtx files created with version 6 or older can > no longer be loaded > with version 7 or newer of the library alone. The conversion from the old > file formats to the new > file formats and back can be made using Jaspersoft Studio 7 and later > versions of it; > {noformat} > See https://github.com/apache/struts/pull/1007 -- This message was sent by Atlassian Jira (v8.20.10#820010)