[Bug 65706] Warning 'Entry [trash]/0000.dat is not valid' for valid trash item while opening .xlsx file

2021-11-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65706 --- Comment #1 from PJ Fanning --- We are not going to fix every log statement. Can you try configuring log4j to remove the logs you don't like? This is the whole point of logging frameworks. -- You are receiving this mail because: You are

[Bug 65706] Warning 'Entry [trash]/0000.dat is not valid' for valid trash item while opening .xlsx file

2021-11-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65706 --- Comment #4 from Nick Burch --- Based on the bit of the ECMA spec, it does seem that trash files are allowed (required?) to ignore all of the normal rules on what is a valid part name and what isn't allowed as a part name Not sure if we

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

2021-11-25 Thread Apache Jenkins Server
See Changes: -- [...truncated 33.34 KB...]

Re: flaky tests on CI/CD

2021-11-25 Thread PJ Fanning
Thanks Nick. I sent this email -  https://mail-archives.apache.org/mod_mbox/www-builds/202111.mbox/%3CCAMRKCNE%3Dvfq5y4n%3DQv0-tmRvTxT2A-qzuKTaRa6fiGPfNmQBCw%40mail.gmail.com%3E On Thursday 25 November 2021, 12:26:13 GMT+1, Nick Burch wrote: On Thu, 25 Nov 2021, PJ Fanning wrote: >

Build failed in Jenkins: POI » POI-DSL-Windows-1.8 #366

2021-11-25 Thread Apache Jenkins Server
See Changes: [PJ Fanning] [bug-65703] new DataFormatter method: setUse4DigitYearsInAllDateFormats - defaults to false [PJ Fanning] [bug-65706] fix syntax of log message [PJ Fanning] tidy up

[Bug 65706] Warning 'Entry [trash]/0000.dat is not valid' for valid trash item while opening .xlsx file

2021-11-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65706 --- Comment #3 from Bernhard Schuhmann --- Sure. But pls consider rethinking the log level as unnecessary warnings create noise in the log. And a misconfigured filter in the logging framework could swallow warnings that you might actually want

Build failed in Jenkins: POI » POI-DSL-1.16 #577

2021-11-25 Thread Apache Jenkins Server
See Changes: [PJ Fanning] [bug-65706] fix syntax of log message [PJ Fanning] tidy up gradle scripts [PJ Fanning] update changes [PJ Fanning] saxon test [PJ Fanning] gradle 7.3 [PJ Fanning] set

[Bug 65701] Encrypted excel file is corrupt if Saxon is default transformer and EncryptionMode.agile is used

2021-11-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65701 --- Comment #5 from PJ Fanning --- Added https://ci-builds.apache.org/job/POI/job/POI-DSL-saxon-test/ to run unit tests with Saxon-HE on classpath -- You are receiving this mail because: You are the assignee for the bug.

[Bug 65701] Encrypted excel file is corrupt if Saxon is default transformer and EncryptionMode.agile is used

2021-11-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65701 PJ Fanning changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 65706] Warning 'Entry [trash]/0000.dat is not valid' for valid trash item while opening .xlsx file

2021-11-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65706 --- Comment #2 from PJ Fanning --- added r1895322 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 65703] DataFormatter optional mode that modifies date formats with 2 digit years to 4 digit years

2021-11-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65703 --- Comment #2 from PJ Fanning --- Added r1895326 - DataFormatter now has a setUse4DigitYearsInAllDateFormats(boolean) method with default of false -- You are receiving this mail because: You are the assignee for the bug.

[Bug 65706] New: Warning 'Entry [trash]/0000.dat is not valid' for valid trash item while opening .xlsx file

2021-11-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65706 Bug ID: 65706 Summary: Warning 'Entry [trash]/.dat is not valid' for valid trash item while opening .xlsx file Product: POI Version: unspecified Hardware: PC

flaky tests on CI/CD

2021-11-25 Thread PJ Fanning
Hi, If you check the recent history of  https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ and other builds, you'll see that the tests fail in many builds. I suspect this has something to with running the tests in parallel. Is it possible that as part of the recent changes to allow test

Re: flaky tests on CI/CD

2021-11-25 Thread Nick Burch
On Thu, 25 Nov 2021, PJ Fanning wrote: There are other issues on the CI/CD tests. For example, https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ just keeps failing with svn issues. It's like the machine(s) that support Java 11 have an issue. Is there somewhere we can report this? Based

[Bug 65706] Warning 'Entry [trash]/0000.dat is not valid' for valid trash item while opening .xlsx file

2021-11-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65706 --- Comment #5 from Bernhard Schuhmann --- The discussion in [1] pointed me to the standard. I read it that these trash items are considered valid content of an ooxml ZIP file and hence I'd assume POI should not warn about it. I'd however be

[Bug 65703] DataFormatter optional mode that modifies date formats with 2 digit years to 4 digit years

2021-11-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65703 --- Comment #1 from PJ Fanning --- One existing API that may be useful is https://poi.apache.org/apidocs/dev/org/apache/poi/ss/usermodel/DataFormatter.html#addFormat-java.lang.String-java.text.Format- -- You are receiving this mail because:

Build failed in Jenkins: POI » POI-DSL-1.17 #104

2021-11-25 Thread Apache Jenkins Server
See Changes: -- [...truncated 19.78 KB...] Checking out a fresh workspace because there's no workspace at Cleaning

[Bug 63211] DataFormatter incorrectly formats data formats with escaped percent character

2021-11-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63211 PJ Fanning changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 65703] DataFormatter optional mode that modifies date formats with 2 digit years to 4 digit years

2021-11-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65703 PJ Fanning changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

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

2021-11-25 Thread Apache Jenkins Server
See Changes: -- [...truncated 19.83 KB...] Checking out a fresh workspace because there's no workspace at

Build failed in Jenkins: POI » POI-DSL-Windows-1.8 #367

2021-11-25 Thread Apache Jenkins Server
See Changes: [Andreas Beeker] use temp directory instead of test-data [PJ Fanning] update changes [PJ Fanning] update changes [PJ Fanning] [bug-65703] new DataFormatter method:

Jenkins build is back to normal : POI » POI-DSL-1.17 #105

2021-11-25 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-1.16 #578

2021-11-25 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

Re: Move poi:main:org.apache.poi.hssf.dev to poi:test

2021-11-25 Thread Andreas Beeker
Hi Dominik, there's a replacement, but with a limitation. the limitation: asking users to execute BiffViewer with the poi.jar won't work anymore. I can't remember having seen this request ever. In other usecases - use the Junit chttps://github.com/kiwiwings/poi-visualizer Andi On 25.11.21