https://bz.apache.org/bugzilla/show_bug.cgi?id=65842

--- Comment #11 from Rakhi Barayanan <[email protected]> ---
Hi ,

We are upgrading poi to 5.2.0.
But we are facing follwing issues while compiling source code of poi-ooxml

C:\build\PT860141W_2112210501-debug\src\poi\poi-ooxml\5.2.0\org\apache\poi\xssf\usermodel\XSSFWorkbook.java:123:
error: XSSFWorkbook is not abstract and does not override abstract method
setCellReferenceType(CellReferenceType) in Workbook
public class XSSFWorkbook extends POIXMLDocument implements Workbook,
Date1904Support {
       ^
C:\build\PT860141W_2112210501-debug\src\poi\poi-ooxml\5.2.0\org\apache\poi\poifs\crypt\dsig\facets\XAdESXLSignatureFacet.java:314:
error: incompatible types: UnsynchronizedByteArrayOutputStream cannot be
converted to String
                c14n.canonicalizeSubtree(node, c14nValue);
                                               ^
C:\build\PT860141W_2112210501-debug\src\poi\poi-ooxml\5.2.0\org\apache\poi\xssf\streaming\SXSSFWorkbook.java:101:
error: SXSSFWorkbook is not abstract and does not override abstract method
setCellReferenceType(CellReferenceType) in Workbook
public class SXSSFWorkbook implements Workbook {
       ^

We have decalration for setCellReferenceType in poi.ss.usermodel.Workbook
interface.
But none of the above class imoplements setCellReferenceType.
We have downloaded the source from poi-src-5.2.0-20220106.zip path
https://poi.apache.org/download.html#POI-5.2.0.

Could you please confirm is this the latest source.Or please point me to the
latest one.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to