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

2021-11-24 Thread Apache Jenkins Server
See Changes: [PJ Fanning] set emulateCSV mode in DataFormatter [PJ Fanning] [bug-63211] fix issue with escaped % in custom number format [PJ Fanning] [bug-63211] fix issue with escaped % in cu

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

2021-11-24 Thread PJ Fanning
One option would be to put useful tools in poi-examples. One advantage is that we avoid having classes with main methods in the core jars. Or we could add a poi-tools jar if we risk making poi-examples more complicated by adding tools there. On Thursday 25 November 2021, 07:32:41 GMT+1, Do

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

2021-11-24 Thread Dominik Stadler
Hi Andi, It seems you removed the main() method from BiffViewer as part of this move. This was a handy tool on it's own for inspecting the raw contents of .xls files, fairly useful when investigating bugs with handling of the raw format in HSSF. Is there a replacement? Not sure about the other to

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

2021-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65703 Bug ID: 65703 Summary: DataFormatter optional mode that modifies date formats with 2 digit years to 4 digit years Product: POI Version: 5.0.x-dev Hardware: All

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

2021-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63211 --- Comment #5 from PJ Fanning --- added r1895312 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@poi.apac

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

2021-11-24 Thread Apache Jenkins Server
See Changes: [PJ Fanning] gradle 7.3 [PJ Fanning] rerwite test that fails when run with saxon (because test relies on XML formatting) [PJ Fanning] [bug-65701] use createElementNS in agile encyptio

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

2021-11-24 Thread Apache Jenkins Server
See Changes: [PJ Fanning] gradle 7.3 [PJ Fanning] rerwite test that fails when run with saxon (because test relies on XML formatting) [PJ Fanning] [bug-65701] use createElementNS in agile encyption write

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

2021-11-24 Thread Apache Jenkins Server
See Changes: [PJ Fanning] gradle 7.3 [PJ Fanning] rerwite test that fails when run with saxon (because test relies on XML formatting) [PJ Fanning] [bug-65701] use createElementNS in agile encyption write

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

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

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

2021-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65701 --- Comment #4 from Bernhard Schuhmann --- OK, was easier than expected (Gradle newbie) - tested with 5.2.0-SNAPSHOT from trunk and my test case that failed with 5.1.0 is now working, i.e. Excel is now again able to open the file. -- You are

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

2021-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65701 --- Comment #3 from PJ Fanning --- The changes seem to help in my testing but there is more work needed - I created branches where the unit tests are un with saxon on the classpath. Lots of tests fail before the 'fix' commit is added but all te

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

2021-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65701 --- Comment #2 from Bernhard Schuhmann --- Brilliant, changes look good on paper - thanks for the swift response! Will need a bit longer to test them - will report back. -- You are receiving this mail because: You are the assignee for the bu

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

2021-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65701 --- Comment #1 from PJ Fanning --- I added r1895303 - could you try the encryptor with these changes? -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 65326] multiple warning log about accessExternalSchema

2021-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65326 --- Comment #12 from PJ Fanning --- Using a parser/transformer that causes logging like this means that users are using sub-optimal implementations and expose themselves to security issues -- You are receiving this mail because: You are the a

[Bug 65326] multiple warning log about accessExternalSchema

2021-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65326 --- Comment #11 from PJ Fanning --- POI uses JAXP API - it users' responsibility to configure their JVM to use the best parsers/transformers -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 65326] multiple warning log about accessExternalSchema

2021-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65326 Bernhard Schuhmann changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[GitHub] [poi] dependabot[bot] commented on pull request #282: Bump spotbugs-gradle-plugin from 4.7.10 to 4.8.0

2021-11-24 Thread GitBox
dependabot[bot] commented on pull request #282: URL: https://github.com/apache/poi/pull/282#issuecomment-978045097 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version,

[GitHub] [poi] asfgit closed pull request #282: Bump spotbugs-gradle-plugin from 4.7.10 to 4.8.0

2021-11-24 Thread GitBox
asfgit closed pull request #282: URL: https://github.com/apache/poi/pull/282 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@poi.a

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

2021-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65701 Bug ID: 65701 Summary: Encrypted excel file is corrupt if Saxon is default transformer and EncryptionMode.agile is used Product: POI Version: unspecified Hardware: All

[GitHub] [poi] dependabot[bot] opened a new pull request #282: Bump spotbugs-gradle-plugin from 4.7.10 to 4.8.0

2021-11-24 Thread GitBox
dependabot[bot] opened a new pull request #282: URL: https://github.com/apache/poi/pull/282 Bumps spotbugs-gradle-plugin from 4.7.10 to 4.8.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.spotbugs

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

2021-11-24 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-Windows-1.16 #349

2021-11-24 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-1.17 #101

2021-11-24 Thread Apache Jenkins Server
See Changes: [PJ Fanning] fix version [PJ Fanning] [github-281] Updates Changes doc for conditional formatting fix. Thanks to Thedore Browne [PJ Fanning] [github-281] Thanks to This closes #281 ---

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

2021-11-24 Thread Apache Jenkins Server
See Changes: [PJ Fanning] fix version [PJ Fanning] [github-281] Updates Changes doc for conditional formatting fix. Thanks to Thedore Browne [PJ Fanning] [github-281] Thanks to This closes #281

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

2021-11-24 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 #361

2021-11-24 Thread Apache Jenkins Server
See Changes: [PJ Fanning] fix version [PJ Fanning] [github-281] Updates Changes doc for conditional formatting fix. Thanks to Thedore Browne [PJ Fanning] [github-281] Thanks to This closes #281

[GitHub] [poi] pjfanning edited a comment on pull request #281: Change regex to account for decimals with no leading digit

2021-11-24 Thread GitBox
pjfanning edited a comment on pull request #281: URL: https://github.com/apache/poi/pull/281#issuecomment-977769860 Thanks - merged - I messed up the commit message but I'll get it into the release notes -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [poi] pjfanning commented on pull request #281: Change regex to account for decimals with no leading digit

2021-11-24 Thread GitBox
pjfanning commented on pull request #281: URL: https://github.com/apache/poi/pull/281#issuecomment-977769860 Thanks - merged - I messed up the commit message but I'll get into the release notes -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [poi] asfgit closed pull request #281: Change regex to account for decimals with no leading digit

2021-11-24 Thread GitBox
asfgit closed pull request #281: URL: https://github.com/apache/poi/pull/281 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@poi.a