See <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/572/display/redirect?page=changes>
Changes: [PJ Fanning] add test [PJ Fanning] [bug-65639] add test case [Dominik Stadler] Add/update some JavaDoc [Dominik Stadler] Add one more exclude for file-leak-detector [Dominik Stadler] Fix some SpotBugs reports [Dominik Stadler] Add a test which ensures that some more classes are included in poi-ooxml-lite [PJ Fanning] prep v5.2.1 ------------------------------------------ [...truncated 475.11 KB...] > Task :poi-excelant:compileJava > Task :poi-excelant:compileJava9 SKIPPED > Task :poi-excelant:cacheJava9 NO-SOURCE > Task :poi-excelant:classes > Task :poi-excelant:jar > Task :poi-examples:compileJava > Task :poi-examples:compileJava9 SKIPPED > Task :poi-examples:cacheJava9 NO-SOURCE > Task :poi-examples:classes > Task :poi-ooxml:compileTestJava <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi-ooxml/src/test/java/org/apache/poi/xssf/usermodel/TestXSSFFont.java>:20: warning: [deprecation] org.apache.poi.ss.usermodel.FontCharset in org.apache.poi.ss.usermodel has been deprecated import static org.apache.poi.ss.usermodel.FontCharset.*; ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi-ooxml/src/test/java/org/apache/poi/xddf/usermodel/chart/TestXDDFChartRemoveSeries.java>:129: warning: [deprecation] getSeries() in org.apache.poi.xddf.usermodel.chart.XDDFChartData has been deprecated assertThrows(UnsupportedOperationException.class, () -> chartData.getSeries().remove(0)); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:203: warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun has been deprecated assertEquals(7, run.getFontSize()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:211: warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun has been deprecated assertEquals(25, run.getFontSize()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:589: warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun has been deprecated assertEquals(-1, run.getFontSize()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:592: warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun has been deprecated assertEquals(10, run.getFontSize()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:595: warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun has been deprecated assertEquals(Short.MAX_VALUE - 1, run.getFontSize()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:598: warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun has been deprecated assertEquals(Short.MAX_VALUE, run.getFontSize()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:601: warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun has been deprecated assertEquals(Short.MAX_VALUE + 1, run.getFontSize()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:604: warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun has been deprecated assertEquals(Integer.MAX_VALUE - 1, run.getFontSize()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:607: warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun has been deprecated assertEquals(Integer.MAX_VALUE, run.getFontSize()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:610: warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun has been deprecated assertEquals(-1, run.getFontSize()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:658: warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun has been deprecated assertEquals(10, run.getFontSize()); ^ > Task :poi-examples:jar > Task :poi-ooxml:compileTestJava <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi-ooxml/src/test/java/org/apache/poi/xssf/usermodel/TestXSSFWorkbook.java>:1361: warning: [deprecation] getCTExternalLink() in org.apache.poi.xssf.model.ExternalLinksTable has been deprecated CTExternalLink link = workbook2.getExternalLinksTable().get(0).getCTExternalLink(); ^ 14 warnings > Task :poi-ooxml:testClasses > Task :poi-ooxml:testJar > Task :poi-ooxml-full:forbiddenApisMain > Task :poi-ooxml-full:compileTestJava NO-SOURCE > Task :poi-ooxml-full:processTestResources NO-SOURCE > Task :poi-ooxml-full:testClasses UP-TO-DATE > Task :poi-ooxml-full:forbiddenApisTest NO-SOURCE > Task :poi-ooxml-full:forbiddenApis > Task :poi-ooxml-full:spotbugsMain SKIPPED > Task :poi-ooxml-full:spotbugsTest SKIPPED > Task :poi-ooxml-full:test NO-SOURCE > Task :poi-ooxml-full:check > Task :poi-ooxml-full:build > Task :poi-ooxml-full:jacocoTestReport SKIPPED > Task :poi-integration:compileTestJava > Task :poi-integration:compileTest9 SKIPPED > Task :poi-integration:cacheTest9 NO-SOURCE > Task :poi-integration:testClasses > Task :poi-integration:testJar > Task :poi-excelant:javadoc > Task :poi-excelant:javadocJar > Task :poi-excelant:assemble > Task :poi-excelant:forbiddenApisMain > Task :poi-excelant:compileTestJava > Task :poi-excelant:testClasses > Task :poi-excelant:forbiddenApisTest > Task :poi-excelant:forbiddenApis > Task :poi-examples:javadoc > Task :poi-excelant:compileTest9 SKIPPED > Task :poi-excelant:cacheTest9 NO-SOURCE > Task :poi-excelant:testJar > Task :poi-examples:javadocJar > Task :poi-examples:assemble > Task :poi-examples:forbiddenApisMain > Task :poi-examples:compileTestJava > Task :poi-examples:testClasses > Task :poi-examples:forbiddenApisTest > Task :poi-examples:forbiddenApis > Task :poi-scratchpad:javadoc > Task :poi-excelant:spotbugsMain 5 SpotBugs violations were found.See the report at: file://<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi-excelant/build/reports/spotbugs/main.xml> > Task :poi-excelant:spotbugsTest > Task :poi-ooxml:test > Task :allJavaDoc > Task :poi-integration:test > Task :poi-excelant:test > Task :poi-examples:spotbugsTest > Task :poi-examples:spotbugsMain > Task :poi-examples:test > Task :poi-examples:jacocoTestReport > Task :poi-scratchpad:javadocJar > Task :poi-scratchpad:assemble > Task :poi-scratchpad:build > Task :poi-excelant:check > Task :poi-excelant:build > Task :poi-excelant:jacocoTestReport > Task :poi-examples:spotbugsMain 15 SpotBugs violations were found.See the report at: file://<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi-examples/build/reports/spotbugs/main.xml> > Task :poi-examples:check > Task :poi-examples:build > Task :poi:javadoc <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi/src/main/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:213: warning: no description for @throws * @throws IllegalArgumentException ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi/src/main/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:214: warning: no description for @throws * @throws IllegalStateException ^ 2 warnings > Task :poi:javadocJar > Task :poi:assemble > Task :poi:check > Task :poi:build > Task :poi:jacocoTestReport > Task :poi-ooxml:javadoc > Task :poi-ooxml:javadocJar > Task :poi-ooxml:assemble > Task :poi-ooxml:forbiddenApisMain > Task :poi-ooxml:forbiddenApisTest > Task :poi-ooxml:forbiddenApis > Task :poi-ooxml:compileJava9 SKIPPED > Task :poi-ooxml:cacheJava9 NO-SOURCE > Task :poi-ooxml:compileTest9 SKIPPED > Task :poi-ooxml:cacheTest9 NO-SOURCE > Task :poi-ooxml:jacocoTestReport > Task :poi-ooxml:spotbugsMain > Task :poi-ooxml:spotbugsTest 45 SpotBugs violations were found.See the report at: file://<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi-ooxml/build/reports/spotbugs/test.xml> > Task :poi-ooxml:spotbugsMain 584 SpotBugs violations were found.See the report at: file://<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi-ooxml/build/reports/spotbugs/main.xml> > Task :poi-ooxml:check > Task :poi-ooxml:build > Task :poi-integration:forbiddenApisTest > Task :poi-integration:forbiddenApis > Task :poi-integration:jacocoTestReport > Task :poi-integration:spotbugsTest 3 SpotBugs violations were found.See the report at: file://<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi-integration/build/reports/spotbugs/test.xml> > Task :poi-integration:check > Task :poi-integration:build > Task :poi-ooxml-lite:generateModuleInfo > Task :allJavaDoc <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi/src/main/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:213: warning: no description for @throws * @throws IllegalArgumentException ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi/src/main/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:214: warning: no description for @throws * @throws IllegalStateException ^ > Task :poi-ooxml-lite:compileOoxmlLite > Task :allJavaDoc 2 warnings > Task :zipJavadocs > Task :poi-ooxml-lite:compileJava > Task :poi-ooxml-lite:processResources > Task :poi-ooxml-lite:classes > Task :poi-ooxml-lite:jar > Task :poi-ooxml-lite:compileJava9 SKIPPED > Task :poi-ooxml-lite:cacheJava9 NO-SOURCE > Task :poi-ooxml-lite:javadoc SKIPPED > Task :poi-ooxml-lite:javadocJar SKIPPED > Task :poi-ooxml-lite:sourcesJar > Task :poi-ooxml-lite:assemble > Task :binDistTar > Task :binDistZip > Task :poi-ooxml-lite:forbiddenApisMain > Task :poi-ooxml-lite:compileTestJava NO-SOURCE > Task :poi-ooxml-lite:testClasses UP-TO-DATE > Task :poi-ooxml-lite:forbiddenApisTest NO-SOURCE > Task :poi-ooxml-lite:forbiddenApis > Task :poi-ooxml-lite:spotbugsMain SKIPPED > Task :poi-ooxml-lite:spotbugsTest SKIPPED > Task :poi-ooxml-lite:test NO-SOURCE > Task :poi-ooxml-lite:check > Task :poi-ooxml-lite:build > Task :poi-ooxml-lite:jacocoTestReport SKIPPED > Task :srcDistTar > Task :srcDistZip > Task :fixDistDir > Task :jenkins > Task :soLinkCheck > Task :rat Files with unapproved licenses: - <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi-ooxml/src/test/java/org/apache/poi/openxml4j/util/TestXSSFWorkbookWithMemoryConfigs.java> - <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/poi-ooxml/src/test/java/org/apache/poi/xdgf/usermodel/section/geometry/TestGeometry.java> > Task :rat FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':rat'. > A failure occurred while executing org.nosphere.apache.rat.RatWork > Apache Rat audit failure - 2 unapproved licenses See file://<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/reports/rat/index.html> * 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 Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 25m 26s 119 actionable tasks: 110 executed, 9 up-to-date Build step 'Invoke Gradle script' changed build result to FAILURE Build step 'Invoke Gradle script' marked build as failure [SpotBugs] Skipping execution of recorder since overall result is 'FAILURE' Archiving artifacts [Fast Archiver] Compressed 419.15 MB of artifacts by 25.7% relative to #571 Recording test results [Checks API] No suitable checks publisher found. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org