Jenkins build is back to normal : POI » POI-DSL-Windows-1.14 #19

2020-12-13 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-Windows-1.14 #18

2020-12-13 Thread Apache Jenkins Server
See Changes: -- [...truncated 24.32 KB...] U src\java\org\apache\poi\hssf\record\HeaderRecord.java U src\java\org\apache\poi\hssf\record\LeftMarginRecord.j

[jira] [Created] (XMLBEANS-551) use slf4j for logging

2020-12-13 Thread PJ Fanning (Jira)
PJ Fanning created XMLBEANS-551: --- Summary: use slf4j for logging Key: XMLBEANS-551 URL: https://issues.apache.org/jira/browse/XMLBEANS-551 Project: XMLBeans Issue Type: Improvement Affects

Jenkins build is back to normal : POI » POI-DSL-API-Check #61

2020-12-13 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

Jenkins build is back to normal : POI » POI-DSL-SonarQube-Gradle #71

2020-12-13 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-SonarQube-Gradle #70

2020-12-13 Thread Apache Jenkins Server
See Changes: [Andreas Beeker] remove old ooxml beans -- [...truncated 24.91 KB...] ^

[Bug 64979] Change artifact names of poi-/ooxml-schemas

2020-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64979 --- Comment #3 from Andreas Beeker --- (In reply to PJ Fanning from comment #2) > Possibly, a bit late but I wonder if we should put the word transitional in > the jar name(s) because we are working with the transitional xsd instead of > the st

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

2020-12-13 Thread Apache Jenkins Server
See Changes: [Andreas Beeker] #64981 - Upgrade OOXML schema to 5th edition (transitional) -- [...truncated 237.50 KB...] [ant:xmlbean] build/xmlbean-xsds

[Bug 64981] Upgrade OOXML schema to 5th edition (transitional)

2020-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64981 Andreas Beeker changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 64981] New: Upgrade OOXML schema to 5th edition (transitional)

2020-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64981 Bug ID: 64981 Summary: Upgrade OOXML schema to 5th edition (transitional) Product: POI Version: 4.1.x-dev Hardware: All OS: All Status: NEW Severity: no

[Bug 64979] Change artifact names of poi-/ooxml-schemas

2020-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64979 --- Comment #2 from PJ Fanning --- Possibly, a bit late but I wonder if we should put the word transitional in the jar name(s) because we are working with the transitional xsd instead of the strict xsd. -- You are receiving this mail because:

JDK 16 is in Rampdown Phase One

2020-12-13 Thread Rory O'Donnell
Hi Dominik, *Per the JDK 16 schedule , we are in Rampdown Phase One* *[1] . * *Please advise if you find any issues while testing the latest Early Access builds.* * Schedule for JDK 16 o *2020/12/10 Rampdown Phase One* o 2021/01/14  Rampdown Phase Two o 2021/02/04  Initial Rel

Jenkins build is back to normal : POI » POI-DSL-Maven #91

2020-12-13 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

[Bug 64980] org.apache.poi.openxml4j.exceptions.PartAlreadyExistsException

2020-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64980 Hari changed: What|Removed |Added CC||hariia...@gmail.com --- Comment #1 from Hari -

[Bug 64980] New: org.apache.poi.openxml4j.exceptions.PartAlreadyExistsException

2020-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64980 Bug ID: 64980 Summary: org.apache.poi.openxml4j.exceptions.PartAlreadyExistsE xception Product: POI Version: 4.1.2-FINAL Hardware: PC Status: NEW Se

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

2020-12-13 Thread Apache Jenkins Server
See Changes: [Andreas Beeker] added summary items to 5.0.0 -- [...truncated 236.28 KB...] [ant:xmlbean] build/xmlbean-xsds/dml-diagram.xsd:474:38: error:

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

2020-12-13 Thread Apache Jenkins Server
See Changes: [Andreas Beeker] ignore auto-generated directories (src, target) -- [...truncated 236.28 KB...] [ant:xmlbean] build/xmlbean-xsds/dml-diagram

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

2020-12-13 Thread Apache Jenkins Server
See Changes: [Andreas Beeker] #64979 - Change artifact names of poi-/ooxml-schemas -- [...truncated 254.40 KB...] [ant:xmlbean] build/xmlbean-xsds/dml-di

[Bug 64979] Change artifact names of poi-/ooxml-schemas

2020-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64979 Andreas Beeker changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 64979] New: Change artifact names of poi-/ooxml-schemas

2020-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64979 Bug ID: 64979 Summary: Change artifact names of poi-/ooxml-schemas Product: POI Version: 4.1.x-dev Hardware: All OS: All Status: NEW Severity: normal

Re: Logging

2020-12-13 Thread Marius Volkhart
While SLF4J continues to have this interface, Log4j 2 has added many new APIs to improve on this one. Taking a single Object... requires a Object[] allocation regardless of whether or not the message will get logged. Additionally, every primitive needs to be boxed before being added to the array. A

Re: Logging

2020-12-13 Thread Andreas Beeker
+1 for using slf4j +0 for using the POILogger - as a temporary solution - yes, it's pragmatic, but eventually I'd like to go away from a delegate to a bridge Andi On 13.12.20 14:42, fannin...@apache.org wrote: I would favour slf4j because users can choose which logging implemenatation they pr

Re: Logging

2020-12-13 Thread fannin...@apache.org
The POILogger is actually a reasonably good implementation. default void log(int level, Object... objs) { if (!check(level)) return; https://github.com/apache/poi/blob/trunk/src/java/org/apache/poi/util/POILogger.java This is basically what slf4j and log4j do too. The objs will not be append

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

2020-12-13 Thread Apache Jenkins Server
See Changes: [Andreas Beeker] mute talkative tests, which spam to StdOut/StdErr -- [...truncated 34.18 KB...] symbol: variable STTrueFalse location

[Bug 64759] Can't clone sheet - unknown relation type found: http://schemas.microsoft.com/office/2017/10/relationships/threadedComment

2020-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64759 Dominik Stadler changed: What|Removed |Added Depends on||56205 --- Comment #1 from Dominik St

[Bug 56205] [PATCH] Upgrade OOXML schema to 3rd edition (transitional)

2020-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56205 Dominik Stadler changed: What|Removed |Added Blocks||64759 Referenced Bugs: https://bz.

[Bug 64767] Columns hidden when open in MS Office 365 on Windows or Mac

2020-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64767 Dominik Stadler changed: What|Removed |Added Resolution|--- |LATER Status|NEEDINFO

[Bug 64796] How to set page size in dynamic generated docx

2020-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64796 Dominik Stadler changed: What|Removed |Added Resolution|--- |LATER Status|NEEDINFO

[Bug 64868] Error while streaming the response to browser "Fail to save: an error occurs while saving the package : The part /xl/sharedStrings.xml"

2020-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64868 --- Comment #2 from Dominik Stadler --- And also information how it was produced, i.e. if some other application was used to create it. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64950] about doughnutchart

2020-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64950 Dominik Stadler changed: What|Removed |Added Keywords||PatchAvailable -- You are receiving

[Bug 64959] PackagePart#flush is unused

2020-12-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64959 Dominik Stadler changed: What|Removed |Added Severity|minor |enhancement Keywords|