See <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/253/display/redirect?page=changes>
Changes: [Marius Volkhart] Limit which tests can run in parallel Some tests modify global resources. Those tests cannot be run in parallel with others, as they cause problems or become flaky. Where possible, indicate to JUnit the resources in contention. Otherwise, mark the tests as needing to run in isolation. ------------------------------------------ [...truncated 24.68 KB...] <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.java>:53: error: incompatible types: XmlObject cannot be converted to CTFill _fill = CTFill.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/extensions/XSSFCellBorder.java>:75: error: incompatible types: XmlObject cannot be converted to CTBorder this(CTBorder.Factory.newInstance(), null, null); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:359: error: incompatible types: XmlObject cannot be converted to WorkbookDocument WorkbookDocument doc = WorkbookDocument.Factory.parse(getPackagePart().getInputStream(), DEFAULT_XML_OPTIONS); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:452: error: incompatible types: XmlObject cannot be converted to CTWorkbook workbook = CTWorkbook.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:784: error: incompatible types: XmlString cannot be converted to CTDefinedName CTDefinedName ctName = CTDefinedName.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:1678: error: incompatible types: XmlObject cannot be converted to CTDefinedNames CTDefinedNames names = CTDefinedNames.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:108: error: incompatible types: XmlObject cannot be converted to CTXf _cellXf = CTXf.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:160: error: incompatible types: XmlObject cannot be converted to CTXf _cellXf = CTXf.Factory.parse( ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:165: error: incompatible types: XmlObject cannot be converted to CTFill CTFill fill = CTFill.Factory.parse( ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:171: error: incompatible types: XmlObject cannot be converted to CTBorder CTBorder border = CTBorder.Factory.parse( ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:190: error: incompatible types: XmlObject cannot be converted to CTFont CTFont ctFont = CTFont.Factory.parse( ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:750: error: incompatible types: XmlObject cannot be converted to CTColor XSSFColor clr = XSSFColor.from(CTColor.Factory.newInstance(), _stylesSource.getIndexedColors()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:860: error: incompatible types: XmlObject cannot be converted to CTColor XSSFColor clr = XSSFColor.from(CTColor.Factory.newInstance(), _stylesSource.getIndexedColors()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:895: error: incompatible types: XmlObject cannot be converted to CTColor XSSFColor clr = XSSFColor.from(CTColor.Factory.newInstance(), _stylesSource.getIndexedColors()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:912: error: incompatible types: XmlObject cannot be converted to CTFill ct = CTFill.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:946: error: incompatible types: XmlObject cannot be converted to CTBorder ct = CTBorder.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:1022: error: incompatible types: XmlObject cannot be converted to CTColor XSSFColor clr = XSSFColor.from(CTColor.Factory.newInstance(), _stylesSource.getIndexedColors()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:1077: error: incompatible types: XmlObject cannot be converted to CTColor XSSFColor clr = XSSFColor.from(CTColor.Factory.newInstance(), _stylesSource.getIndexedColors()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:1134: error: incompatible types: XmlObject cannot be converted to CTColor XSSFColor clr = XSSFColor.from(CTColor.Factory.newInstance(), _stylesSource.getIndexedColors()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java>:1257: error: incompatible types: XmlObject cannot be converted to CTCellAlignment _cellXf.setAlignment(CTCellAlignment.Factory.newInstance()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotTable.java>:81: error: incompatible types: XmlObject cannot be converted to CTPivotTableDefinition pivotTableDefinition = CTPivotTableDefinition.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotTable.java>:107: error: incompatible types: XmlObject cannot be converted to CTPivotTableDefinition pivotTableDefinition = CTPivotTableDefinition.Factory.parse(is, options); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotTable.java>:261: error: incompatible types: XmlObject cannot be converted to CTPivotField CTPivotField pivotField = CTPivotField.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotTable.java>:310: error: incompatible types: XmlObject cannot be converted to CTPivotField CTPivotField pivotField = CTPivotField.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotTable.java>:455: error: incompatible types: XmlObject cannot be converted to CTPivotField CTPivotField pivotField = CTPivotField.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotTable.java>:482: error: incompatible types: XmlObject cannot be converted to CTPivotField CTPivotField pivotField = CTPivotField.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:189: error: cannot find symbol worksheet = WorksheetDocument.Factory.parse(is, DEFAULT_XML_OPTIONS).getWorksheet(); ^ symbol: method getWorksheet() location: interface XmlObject <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:274: error: incompatible types: XmlObject cannot be converted to CTWorksheet CTWorksheet worksheet = CTWorksheet.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:1019: error: incompatible types: bad type in conditional expression CTOutlinePr outlinePr = sheetPr.getOutlinePr() == null ? CTOutlinePr.Factory.newInstance() : sheetPr.getOutlinePr(); ^ XmlObject cannot be converted to CTOutlinePr <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:1079: error: incompatible types: bad type in conditional expression CTPageSetUpPr.Factory.newInstance() : sheetPr.getPageSetUpPr(); ^ XmlObject cannot be converted to CTPageSetUpPr <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:1085: error: incompatible types: XmlObject cannot be converted to CTSheetPr worksheet.setSheetPr(CTSheetPr.Factory.newInstance()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:1092: error: incompatible types: XmlObject cannot be converted to CTHeaderFooter worksheet.setHeaderFooter(CTHeaderFooter.Factory.newInstance()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:1559: error: incompatible types: bad type in conditional expression ? sheetPr.getOutlinePr() : CTOutlinePr.Factory.newInstance(); ^ XmlObject cannot be converted to CTOutlinePr <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:1636: error: incompatible types: XmlObject cannot be converted to CTCol CTCol ctCol=CTCol.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:2109: error: incompatible types: bad type in conditional expression CTPageSetUpPr.Factory.newInstance() : sheetPr.getPageSetUpPr(); ^ XmlObject cannot be converted to CTPageSetUpPr <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:2194: error: incompatible types: XmlObject cannot be converted to CTCol CTCol nci = CTCol.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:4671: error: incompatible types: XmlObject cannot be converted to CTOleObjects CTOleObjects coos = CTOleObjects.Factory.parse(reader); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/SharedStringsTable.java>:102: error: incompatible types: XmlObject cannot be converted to SstDocument _sstDoc = SstDocument.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/SharedStringsTable.java>:123: error: incompatible types: XmlObject cannot be converted to SstDocument _sstDoc = SstDocument.Factory.parse(is, DEFAULT_XML_OPTIONS); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/CalculationChain.java>:43: error: incompatible types: XmlObject cannot be converted to CTCalcChain chain = CTCalcChain.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/CalculationChain.java>:56: error: incompatible types: XmlObject cannot be converted to CalcChainDocument CalcChainDocument doc = CalcChainDocument.Factory.parse(is, DEFAULT_XML_OPTIONS); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/CalculationChain.java>:63: error: incompatible types: XmlObject cannot be converted to CalcChainDocument CalcChainDocument doc = CalcChainDocument.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/ExternalLinksTable.java>:48: error: incompatible types: XmlObject cannot be converted to CTExternalLink link = CTExternalLink.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/ExternalLinksTable.java>:62: error: incompatible types: XmlObject cannot be converted to ExternalLinkDocument ExternalLinkDocument doc = ExternalLinkDocument.Factory.parse(is, DEFAULT_XML_OPTIONS); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/ExternalLinksTable.java>:69: error: incompatible types: XmlObject cannot be converted to ExternalLinkDocument ExternalLinkDocument doc = ExternalLinkDocument.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/MapInfo.java>:59: error: incompatible types: XmlObject cannot be converted to CTMapInfo mapInfo = CTMapInfo.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/MapInfo.java>:73: error: incompatible types: XmlObject cannot be converted to MapInfoDocument MapInfoDocument doc = MapInfoDocument.Factory.parse(is, DEFAULT_XML_OPTIONS); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/MapInfo.java>:148: error: incompatible types: XmlObject cannot be converted to MapInfoDocument MapInfoDocument doc = MapInfoDocument.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCreationHelper.java>:57: error: incompatible types: XmlObject cannot be converted to CTColor return XSSFColor.from(CTColor.Factory.newInstance(), workbook.getStylesSource().getIndexedColors()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDialogsheet.java>:39: error: incompatible types: XmlObject cannot be converted to CTDialogsheet this.dialogsheet = CTDialogsheet.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDialogsheet.java>:40: error: incompatible types: XmlObject cannot be converted to CTWorksheet this.worksheet = CTWorksheet.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDialogsheet.java>:49: error: incompatible types: XmlObject cannot be converted to CTHeaderFooter dialogsheet.setHeaderFooter(CTHeaderFooter.Factory.newInstance()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDialogsheet.java>:56: error: incompatible types: XmlObject cannot be converted to CTSheetPr dialogsheet.setSheetPr(CTSheetPr.Factory.newInstance()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDialogsheet.java>:67: error: incompatible types: XmlObject cannot be converted to CTSheetFormatPr dialogsheet.setSheetFormatPr(CTSheetFormatPr.Factory.newInstance()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDialogsheet.java>:74: error: incompatible types: XmlObject cannot be converted to CTPageMargins dialogsheet.setPageMargins(CTPageMargins.Factory.newInstance()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDialogsheet.java>:85: error: incompatible types: XmlObject cannot be converted to CTSheetViews dialogsheet.setSheetViews(CTSheetViews.Factory.newInstance()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDialogsheet.java>:93: error: incompatible types: XmlObject cannot be converted to CTPrintOptions dialogsheet.setPrintOptions(CTPrintOptions.Factory.newInstance()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDialogsheet.java>:100: error: incompatible types: XmlObject cannot be converted to CTSheetProtection dialogsheet.setSheetProtection(CTSheetProtection.Factory.newInstance()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java>:564: error: incompatible types: XmlString cannot be converted to CTCellFormula f = CTCellFormula.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java>:881: error: incompatible types: XmlObject cannot be converted to CTCell CTCell blank = CTCell.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java>:937: error: incompatible types: XmlString cannot be converted to CTCellFormula CTCellFormula f = CTCellFormula.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java>:80: error: incompatible types: XmlObject cannot be converted to CTTable ctTable = CTTable.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java>:100: error: incompatible types: XmlObject cannot be converted to TableDocument TableDocument doc = TableDocument.Factory.parse(is, DEFAULT_XML_OPTIONS); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java>:122: error: incompatible types: XmlObject cannot be converted to TableDocument TableDocument doc = TableDocument.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/SingleXmlCells.java>:53: error: incompatible types: XmlObject cannot be converted to CTSingleXmlCells singleXMLCells = CTSingleXmlCells.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/SingleXmlCells.java>:67: error: incompatible types: XmlObject cannot be converted to SingleXmlCellsDocument SingleXmlCellsDocument doc = SingleXmlCellsDocument.Factory.parse(is, DEFAULT_XML_OPTIONS); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/SingleXmlCells.java>:79: error: incompatible types: XmlObject cannot be converted to SingleXmlCellsDocument SingleXmlCellsDocument doc = SingleXmlCellsDocument.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFHyperlink.java>:49: error: incompatible types: XmlObject cannot be converted to CTHyperlink _ctHyperlink = CTHyperlink.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFHyperlink.java>:120: error: incompatible types: XmlObject cannot be converted to CTHyperlink _ctHyperlink = CTHyperlink.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/CommentsTable.java>:58: error: incompatible types: XmlObject cannot be converted to CTComments comments = CTComments.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/CommentsTable.java>:73: error: incompatible types: XmlObject cannot be converted to CommentsDocument CommentsDocument doc = CommentsDocument.Factory.parse(is, DEFAULT_XML_OPTIONS); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/CommentsTable.java>:81: error: incompatible types: XmlObject cannot be converted to CommentsDocument CommentsDocument doc = CommentsDocument.Factory.newInstance(); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFClientAnchor.java>:43: error: incompatible types: XmlObject cannot be converted to CTMarker private static final CTMarker EMPTY_MARKER = CTMarker.Factory.newInstance(); ^ Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 100 errors > Task :ooxml:compileJava FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':ooxml:compileJava'. > Compilation failed; see the compiler error output for details. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 45s 14 actionable tasks: 12 executed, 2 up-to-date Build step 'Invoke Gradle script' changed build result to FAILURE Build step 'Invoke Gradle script' marked build as failure --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org