See 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/56/display/redirect?page=changes>

Changes:

[PJ Fanning] prep poi 5.4.0

[PJ Fanning] prep poi 5.4.0

[PJ Fanning] junit update

[PJ Fanning] spotbugs update

[PJ Fanning] bytebuddy update

[PJ Fanning] gradle update


------------------------------------------
[...truncated 1.99 MiB...]
                    assertTrue(wb2.dispose());
                                  ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xssf/streaming/TestSXSSFWorkbook.java>:150:
 warning: [deprecation] dispose() in SXSSFWorkbook has been deprecated
                assertTrue(wb.dispose());
                             ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xssf/streaming/TestSXSSFWorkbook.java>:190:
 warning: [deprecation] dispose() in SXSSFWorkbook has been deprecated
                assertTrue(wb1.dispose());
                              ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xssf/streaming/TestSXSSFWorkbook.java>:260:
 warning: [deprecation] dispose() in SXSSFWorkbook has been deprecated
            assertTrue(wb.dispose());
                         ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xssf/streaming/TestSXSSFWorkbook.java>:271:
 warning: [deprecation] dispose() in SXSSFWorkbook has been deprecated
            assertTrue(wb.dispose());
                         ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xssf/streaming/TestSXSSFWorkbook.java>:280:
 warning: [deprecation] dispose() in SXSSFWorkbook has been deprecated
                assertTrue(wb.dispose());
                             ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xssf/streaming/TestSXSSFWorkbook.java>:312:
 warning: [deprecation] dispose() in SXSSFWorkbook has been deprecated
                assertTrue(wb.dispose());
                             ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xssf/streaming/TestSXSSFWorkbook.java>:349:
 warning: [deprecation] dispose() in SXSSFWorkbook has been deprecated
            assertTrue(wb.dispose());
                         ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xssf/streaming/TestSXSSFWorkbook.java>:432:
 warning: [deprecation] dispose() in SXSSFWorkbook has been deprecated
                assertTrue(wb.dispose());
                             ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xssf/streaming/TestSXSSFWorkbook.java>:507:
 warning: [deprecation] dispose() in SXSSFWorkbook has been deprecated
            swb.dispose();
               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xssf/streaming/TestSXSSFWorkbook.java>:537:
 warning: [deprecation] dispose() in SXSSFWorkbook has been deprecated
                    wb.dispose();
                      ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xssf/streaming/TestSXSSFWorkbook.java>:727:
 warning: [deprecation] dispose() in SXSSFWorkbook has been deprecated
                assertTrue(wb.dispose());
                             ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xssf/extractor/TestXSSFExportToXML.java>:692:
 warning: [unchecked] getPrefixes(String) in XPathNSContext implements 
getPrefixes(String) in NamespaceContext
        public Iterator getPrefixes(String val) {
                        ^
  return type requires unchecked conversion from Iterator to Iterator<String>
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xddf/usermodel/chart/TestXDDFChartRemoveSeries.java>:126:
 warning: [deprecation] getSeries() in XDDFChartData has been deprecated
        assertThrows(UnsupportedOperationException.class, () -> 
chartData.getSeries().remove(0));
                                                                         ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:241:
 warning: [deprecation] getFontSize() in XWPFRun has been deprecated
        assertEquals(7, run.getFontSize());
                           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:249:
 warning: [deprecation] getFontSize() in XWPFRun has been deprecated
        assertEquals(25, run.getFontSize());
                            ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:646:
 warning: [deprecation] getFontSize() in XWPFRun has been deprecated
            assertEquals(-1, run.getFontSize());
                                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:649:
 warning: [deprecation] getFontSize() in XWPFRun has been deprecated
            assertEquals(10, run.getFontSize());
                                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:652:
 warning: [deprecation] getFontSize() in XWPFRun has been deprecated
            assertEquals(Short.MAX_VALUE - 1, run.getFontSize());
                                                 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:655:
 warning: [deprecation] getFontSize() in XWPFRun has been deprecated
            assertEquals(Short.MAX_VALUE, run.getFontSize());
                                             ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:658:
 warning: [deprecation] getFontSize() in XWPFRun has been deprecated
            assertEquals(Short.MAX_VALUE + 1, run.getFontSize());
                                                 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:661:
 warning: [deprecation] getFontSize() in XWPFRun has been deprecated
            assertEquals(Integer.MAX_VALUE - 1, run.getFontSize());
                                                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:664:
 warning: [deprecation] getFontSize() in XWPFRun has been deprecated
            assertEquals(Integer.MAX_VALUE, run.getFontSize());
                                               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:667:
 warning: [deprecation] getFontSize() in XWPFRun has been deprecated
            assertEquals(-1, run.getFontSize());
                                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:715:
 warning: [deprecation] getFontSize() in XWPFRun has been deprecated
            assertEquals(10, run.getFontSize());
                                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/TestXWPFBugs.java>:144:
 warning: [deprecation] ZipFile(File) in ZipFile has been deprecated
            ZipFile zf = new ZipFile(samples.getFile(f));
                         ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/TestXWPFBugs.java>:156:
 warning: [deprecation] ZipFile(File) in ZipFile has been deprecated
            ZipFile zf = new ZipFile(samples.getFile(f));
                         ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:80:
 warning: [deprecation] FILL_FOREGROUND_COLOR_COLOR in CellUtil has been 
deprecated
                    cell, CellUtil.FILL_FOREGROUND_COLOR_COLOR, color);
                                  ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:79:
 warning: [deprecation] setCellStyleProperty(Cell,String,Object) in CellUtil 
has been deprecated
            CellUtil.setCellStyleProperty(
                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:123:
 warning: [deprecation] FILL_FOREGROUND_COLOR_COLOR in CellUtil has been 
deprecated
                    cell, CellUtil.FILL_FOREGROUND_COLOR_COLOR, color);
                                  ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:122:
 warning: [deprecation] setCellStyleProperty(Cell,String,Object) in CellUtil 
has been deprecated
            CellUtil.setCellStyleProperty(
                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:128:
 warning: [deprecation] FILL_FOREGROUND_COLOR_COLOR in CellUtil has been 
deprecated
                    cell, CellUtil.FILL_FOREGROUND_COLOR_COLOR, null);
                                  ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:127:
 warning: [deprecation] setCellStyleProperty(Cell,String,Object) in CellUtil 
has been deprecated
            CellUtil.setCellStyleProperty(
                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:184:
 warning: [deprecation] FILL_FOREGROUND_COLOR_COLOR in CellUtil has been 
deprecated
                properties.put(CellUtil.FILL_FOREGROUND_COLOR_COLOR, color);
                                       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:185:
 warning: [deprecation] FILL_PATTERN in CellUtil has been deprecated
                properties.put(CellUtil.FILL_PATTERN, 
FillPatternType.SOLID_FOREGROUND);
                                       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:187:
 warning: [deprecation] setCellStyleProperties(Cell,Map<String,Object>) in 
CellUtil has been deprecated
                CellUtil.setCellStyleProperties(cell, properties);
                        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:195:
 warning: [deprecation] FILL_FOREGROUND_COLOR_COLOR in CellUtil has been 
deprecated
                properties.put(CellUtil.FILL_FOREGROUND_COLOR_COLOR, null);
                                       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:196:
 warning: [deprecation] FILL_PATTERN in CellUtil has been deprecated
                properties.put(CellUtil.FILL_PATTERN, FillPatternType.NO_FILL);
                                       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:198:
 warning: [deprecation] setCellStyleProperties(Cell,Map<String,Object>) in 
CellUtil has been deprecated
                CellUtil.setCellStyleProperties(cell, properties);
                        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:262:
 warning: [deprecation] FILL_FOREGROUND_COLOR_COLOR in CellUtil has been 
deprecated
                properties.put(CellUtil.FILL_FOREGROUND_COLOR_COLOR, color);
                                       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:263:
 warning: [deprecation] FILL_BACKGROUND_COLOR_COLOR in CellUtil has been 
deprecated
                properties.put(CellUtil.FILL_BACKGROUND_COLOR_COLOR, null); // 
WORKAROUND
                                       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:264:
 warning: [deprecation] FILL_PATTERN in CellUtil has been deprecated
                properties.put(CellUtil.FILL_PATTERN, 
FillPatternType.SOLID_FOREGROUND);
                                       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:266:
 warning: [deprecation] setCellStyleProperties(Cell,Map<String,Object>) in 
CellUtil has been deprecated
                CellUtil.setCellStyleProperties(cell, properties);
                        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:275:
 warning: [deprecation] FILL_FOREGROUND_COLOR_COLOR in CellUtil has been 
deprecated
                properties.put(CellUtil.FILL_FOREGROUND_COLOR_COLOR, null);
                                       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:276:
 warning: [deprecation] FILL_BACKGROUND_COLOR_COLOR in CellUtil has been 
deprecated
                properties.put(CellUtil.FILL_BACKGROUND_COLOR_COLOR, null); // 
WORKAROUND
                                       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:277:
 warning: [deprecation] FILL_PATTERN in CellUtil has been deprecated
                properties.put(CellUtil.FILL_PATTERN, FillPatternType.NO_FILL);
                                       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:279:
 warning: [deprecation] setCellStyleProperties(Cell,Map<String,Object>) in 
CellUtil has been deprecated
                CellUtil.setCellStyleProperties(cell, properties);
                        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:344:
 warning: [deprecation] FILL_FOREGROUND_COLOR_COLOR in CellUtil has been 
deprecated
                properties.put(CellUtil.FILL_FOREGROUND_COLOR_COLOR, color);
                                       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:345:
 warning: [deprecation] FILL_PATTERN in CellUtil has been deprecated
                properties.put(CellUtil.FILL_PATTERN, 
FillPatternType.SOLID_FOREGROUND);
                                       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:347:
 warning: [deprecation] setCellStyleProperties(Cell,Map<String,Object>) in 
CellUtil has been deprecated
                CellUtil.setCellStyleProperties(cell, properties);
                        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:357:
 warning: [deprecation] FILL_FOREGROUND_COLOR_COLOR in CellUtil has been 
deprecated
                properties.put(CellUtil.FILL_FOREGROUND_COLOR_COLOR, null);
                                       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:358:
 warning: [deprecation] FILL_PATTERN in CellUtil has been deprecated
                properties.put(CellUtil.FILL_PATTERN, FillPatternType.NO_FILL);
                                       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/ss/tests/util/TestXSSFCellUtil.java>:360:
 warning: [deprecation] setCellStyleProperties(Cell,Map<String,Object>) in 
CellUtil has been deprecated
                CellUtil.setCellStyleProperties(cell, properties);
                        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-ooxml/src/test/java/org/apache/poi/util/tests/TestTempFileThreaded.java>:56:
 warning: [deprecation] getId() in Thread has been deprecated
                long threadId = Thread.currentThread().getId();
                                                      ^
100 warnings

> Task :poi-scratchpad:javadoc
error: Unexpected redirection for URL 
https://docs.oracle.com/javase/8/docs/api/element-list to 
https://docs.oracle.com/javase/8/docs/api/
1 error

> Task :poi-scratchpad:javadoc FAILED

> Task :poi:javadoc
1 error
2 warnings

> Task :poi:javadoc FAILED

[Incubating] Problems report is available at: 
file://<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/build/reports/problems/problems-report.html>

FAILURE: Build completed with 4 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi-excelant:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for 
> troubleshooting): 
> '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-excelant/build/tmp/javadoc/javadoc.options'>

* 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.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi-examples:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for 
> troubleshooting): 
> '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-examples/build/tmp/javadoc/javadoc.options'>

* 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.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi-scratchpad:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for 
> troubleshooting): 
> '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi-scratchpad/build/tmp/javadoc/javadoc.options'>

* 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.
==============================================================================

4: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for 
> troubleshooting): 
> '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.23/ws/poi/build/tmp/javadoc/javadoc.options'>

* 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 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings 
and determine if they come from your own scripts or plugins.

For more on this, please refer to 
https://docs.gradle.org/8.12/userguide/command_line_interface.html#sec:command_line_warnings
 in the Gradle documentation.

BUILD FAILED in 5m 34s
85 actionable tasks: 84 executed, 1 up-to-date
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
ERROR: Not all environment variables could be successfully injected. Check for 
similarly-named environment variables.
Archiving artifacts
ERROR: Not all environment variables could be successfully injected. Check for 
similarly-named environment variables.
Recording test results
ERROR: Not all environment variables could be successfully injected. Check for 
similarly-named environment variables.
[Checks API] No suitable checks publisher found.
ERROR: Not all environment variables could be successfully injected. Check for 
similarly-named environment variables.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to