Re: [PR] Fix ClassCastException inserting a paragraph into header or footer (bug 69042) [poi]

2024-05-27 Thread via GitHub
AntonOellerer commented on PR #640: URL: https://github.com/apache/poi/pull/640#issuecomment-2134480141 Thank you for the review, I added `breaks`/`returns` where necessary! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Jenkins build is back to normal : POI » POI-DSL-1.21 #141

2024-05-27 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

Build failed in Jenkins: POI » POI-DSL-OpenJDK #946

2024-05-27 Thread Apache Jenkins Server
See Changes: [PJ Fanning] use xmlbeans release -- [...truncated 3.78 MB...] org.apache.poi.stress.TestAllFiles > handleExtracting(String, FileHandlerKno

Re: [PR] Fix ClassCastException inserting a paragraph into header or footer (bug 69042) [poi]

2024-05-27 Thread via GitHub
pjfanning commented on code in PR #640: URL: https://github.com/apache/poi/pull/640#discussion_r1616341778 ## poi-ooxml/src/test/java/org/apache/poi/xwpf/TestXWPFBugs.java: ## @@ -25,9 +25,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more import java.io.F

Re: [PR] Fix ClassCastException inserting a paragraph into header or footer (bug 69042) [poi]

2024-05-27 Thread via GitHub
pjfanning commented on code in PR #640: URL: https://github.com/apache/poi/pull/640#discussion_r1616341503 ## poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFDocument.java: ## @@ -912,6 +920,53 @@ private void insertElementIntoCell(XWPFTableCell tableCell, IBodyElemen

Re: [PR] Fix ClassCastException inserting a paragraph into header or footer (bug 69042) [poi]

2024-05-27 Thread via GitHub
pjfanning commented on code in PR #640: URL: https://github.com/apache/poi/pull/640#discussion_r1616341166 ## poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFDocument.java: ## @@ -912,6 +920,53 @@ private void insertElementIntoCell(XWPFTableCell tableCell, IBodyElemen

[PR] Fix ClassCastException inserting a paragraph into header or footer (bug 69042) [poi]

2024-05-27 Thread via GitHub
AntonOellerer opened a new pull request, #640: URL: https://github.com/apache/poi/pull/640 Up until now, when trying to insert a paragraph into a header or footer via the `XWPFDocument.insertNewParagraph(XmlCursor)` method, a `ClassCastException` was thrown as the code incorrectly assum

[ANNOUNCE] Apache XMLBeans 5.2.1 release

2024-05-27 Thread PJ Fanning
The Apache POI project is pleased to announce the release of Apache XMLBeans 5.2.1. The POI team took over the ownership of XMLBeans since version 3.0.0. See the downloads page for binary and source distributions: https://xmlbeans.apache.org/download Release Notes Changes The most

Build failed in Jenkins: POI » POI-DSL-SonarQube-Gradle #897

2024-05-27 Thread Apache Jenkins Server
See Changes: [PJ Fanning] use xmlbeans release -- [...truncated 3.60 MB...] org.apache.poi.stress.TestAllFiles > handleFile(String, FileHandler