[Bug 65787] POI can't be used with jlink because of dependencies with automatic module names

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65787 PJ Fanning changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 65790] Consider integrating SparseBitSet into POI codebase

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65790 --- Comment #3 from PJ Fanning --- *** Bug 65787 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 65789] Consider integrating SparseBitSet into POI codebase

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65789 PJ Fanning changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 65790] Consider integrating SparseBitSet into POI codebase

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65790 --- Comment #2 from PJ Fanning --- *** Bug 65789 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 65792] Using the INT function, POI and Micro Excel Calculation results do not match(ver:3.17)

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65792 --- Comment #2 from PJ Fanning --- Use DataFormatter to format the cell - the result is stored in double format and that can lead to rounding issues (but this is also required to match how Excel works) -- You are receiving this mail because:

[Bug 65792] Using the INT function, POI and Micro Excel Calculation results do not match(ver:3.17)

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65792 PJ Fanning changed: What|Removed |Added OS||All Status|NEW

[Bug 65790] Consider integrating SparseBitSet into POI codebase

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65790 --- Comment #1 from PJ Fanning --- This will probably not happen due to the licensing implications and the fact that we would have to sped time checking if bugs had been reported or fixed in upstream project (which is easier done with

[Bug 65792] New: Using the INT function, POI and Micro Excel Calculation results do not match(ver:3.17)

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65792 Bug ID: 65792 Summary: Using the INT function, POI and Micro Excel Calculation results do not match(ver:3.17) Product: POI Version: unspecified Hardware: PC

[Bug 65789] New: Consider integrating SparseBitSet into POI codebase

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65789 Bug ID: 65789 Summary: Consider integrating SparseBitSet into POI codebase Product: POI Version: 5.0.0-FINAL Hardware: PC OS: All Status: NEW Severity:

[Bug 65790] New: Consider integrating SparseBitSet into POI codebase

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65790 Bug ID: 65790 Summary: Consider integrating SparseBitSet into POI codebase Product: POI Version: 5.0.0-FINAL Hardware: PC OS: All Status: NEW Severity:

Build failed in Jenkins: POI » POI-DSL-Windows-1.17 #114

2022-01-06 Thread Apache Jenkins Server
See Changes: [PJ Fanning] update changes -- Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. [EnvInject] -

[jira] [Resolved] (XMLBEANS-47) Inner Class Handler is not supported

2022-01-06 Thread Andreas Beeker (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Beeker resolved XMLBEANS-47. Fix Version/s: Version 5.1.0 Assignee: (was: Cezar Cristian Andrei)

[jira] [Commented] (XMLBEANS-567) Problems with XMLBeans Extension Interfaces Feature

2022-01-06 Thread Andreas Beeker (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17470246#comment-17470246 ] Andreas Beeker commented on XMLBEANS-567: - I've fixed some disabled test regarding the

[jira] [Resolved] (XMLBEANS-422) org.apache.xmlbeans.XmlException: error: Unexpected end of file while parsing xml-document

2022-01-06 Thread Andreas Beeker (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Beeker resolved XMLBEANS-422. - Fix Version/s: Version 5.1.0 Resolution: Abandoned This issue is ancient and in

[jira] [Resolved] (XMLBEANS-421) Link to XMLBeans Samples on Getting Started is dead

2022-01-06 Thread Andreas Beeker (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Beeker resolved XMLBEANS-421. - Fix Version/s: Version 5.1.0 Resolution: Not A Problem The docs aren't provided

[jira] [Resolved] (XMLBEANS-416) When specifying user types in an xsdconfig, types that are not being compiled cannot be referenced properly

2022-01-06 Thread Andreas Beeker (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Beeker resolved XMLBEANS-416. - Fix Version/s: (was: TBD) Version 5.1.0 Resolution: Fixed

[Bug 65787] POI can't be used with jlink because of dependencies with automatic module names

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65787 --- Comment #5 from PJ Fanning --- as part of building your native image, can't you construct your own build pipeline that modifies the input jars to have modules declared? Some tools are discussed in

[Bug 65787] POI can't be used with jlink because of dependencies with automatic module names

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65787 --- Comment #4 from PJ Fanning --- The code dependencies of POI can't just be ignored because you don't like them - SparseBitSet is an important lib. Why not flip this issue on its head? Why does gluon not accept automatic modules? Turn this

[Bug 65787] POI can't be used with jlink because of dependencies with automatic module names

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65787 Jan Tošovský changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #3 from Jan Tošovský

[jira] [Comment Edited] (XMLBEANS-588) GDate can return diferent values on different current timezones

2022-01-06 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17470194#comment-17470194 ] PJ Fanning edited comment on XMLBEANS-588 at 1/6/22, 9:29 PM: -- I added

[jira] [Commented] (XMLBEANS-588) GDate can return diferent values on different current timezones

2022-01-06 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17470194#comment-17470194 ] PJ Fanning commented on XMLBEANS-588: - r1896768 > GDate can return diferent values on different

[jira] [Commented] (XMLBEANS-588) GDate can return diferent values on different current timezones

2022-01-06 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17470181#comment-17470181 ] PJ Fanning commented on XMLBEANS-588: - [~kiwiwings] has already posted this in an email -

Jenkins build is back to normal : POI » POI-XMLBeans-DSL-1.8 #96

2022-01-06 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 65787] POI can't be used with jlink because of dependencies with automatic module names

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65787 --- Comment #2 from PJ Fanning --- One thing to note is that POI 5.1.0 is out - and I never understand why so many reporters will not try the latest versions. POI 5.1.0 uses log4j-api instead of slf4j-api for internal logging. -- You are

Build failed in Jenkins: POI » POI-XMLBeans-DSL-1.8 #95

2022-01-06 Thread Apache Jenkins Server
See Changes: [PJ Fanning] [XMLBEANS-582] Make XmlCursor Autocloseable. Thanks to Robert Marcano. This closes #4 [PJ Fanning] basic gradle pom (needs more work)

[Bug 65787] POI can't be used with jlink because of dependencies with automatic module names

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65787 PJ Fanning changed: What|Removed |Added OS||All Status|NEW

[Bug 65787] New: POI can't be used with jlink because of dependencies with automatic module names

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65787 Bug ID: 65787 Summary: POI can't be used with jlink because of dependencies with automatic module names Product: POI Version: 5.0.0-FINAL Hardware: PC

[jira] [Created] (XMLBEANS-590) Cursor inside XMLError instances are never closed (disposed)

2022-01-06 Thread Robert Marcano (Jira)
Robert Marcano created XMLBEANS-590: --- Summary: Cursor inside XMLError instances are never closed (disposed) Key: XMLBEANS-590 URL: https://issues.apache.org/jira/browse/XMLBEANS-590 Project:

[jira] [Created] (XMLBEANS-589) No try-with-resources friendly API at XmlCursor

2022-01-06 Thread Robert Marcano (Jira)
Robert Marcano created XMLBEANS-589: --- Summary: No try-with-resources friendly API at XmlCursor Key: XMLBEANS-589 URL: https://issues.apache.org/jira/browse/XMLBEANS-589 Project: XMLBeans

[jira] [Created] (XMLBEANS-588) GDate can return diferent values on different current timezones

2022-01-06 Thread Robert Marcano (Jira)
Robert Marcano created XMLBEANS-588: --- Summary: GDate can return diferent values on different current timezones Key: XMLBEANS-588 URL: https://issues.apache.org/jira/browse/XMLBEANS-588 Project:

Re: XmlBeans test TypesTest.testDate fails on non UTC TZ

2022-01-06 Thread Robert Marcano
On 12/30/21 5:35 PM, Andreas Beeker wrote: Hi, I've activated the POI rule set for forbidden APIs locally and there are several locations popping up which are related to this. I currently don't know yet on how to fix this, but my idea would be either ... a) to use the XmlOptions somehow to

[jira] [Resolved] (XMLBEANS-587) change main build to gradle

2022-01-06 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] PJ Fanning resolved XMLBEANS-587. - Resolution: Duplicate > change main build to gradle > --- > >

[jira] [Reopened] (XMLBEANS-587) change main build to gradle

2022-01-06 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] PJ Fanning reopened XMLBEANS-587: - Assignee: (was: Andreas Beeker) > change main build to gradle >

[jira] [Updated] (XMLBEANS-587) change main build to gradle

2022-01-06 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] PJ Fanning updated XMLBEANS-587: Fix Version/s: (was: Version 5.1.0) > change main build to gradle >

[jira] [Updated] (XMLBEANS-586) Migrate ant build to gradle

2022-01-06 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] PJ Fanning updated XMLBEANS-586: Fix Version/s: Version 5.1.0 > Migrate ant build to gradle > --- > >

[jira] [Resolved] (XMLBEANS-587) change main build to gradle

2022-01-06 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] PJ Fanning resolved XMLBEANS-587. - Assignee: Andreas Beeker Resolution: Fixed > change main build to gradle >

[jira] [Created] (XMLBEANS-587) change main build to gradle

2022-01-06 Thread PJ Fanning (Jira)
PJ Fanning created XMLBEANS-587: --- Summary: change main build to gradle Key: XMLBEANS-587 URL: https://issues.apache.org/jira/browse/XMLBEANS-587 Project: XMLBeans Issue Type: Improvement

[GitHub] [poi] dependabot[bot] opened a new pull request #292: Bump com.github.spotbugs from 4.8.0 to 5.0.4

2022-01-06 Thread GitBox
dependabot[bot] opened a new pull request #292: URL: https://github.com/apache/poi/pull/292 Bumps com.github.spotbugs from 4.8.0 to 5.0.4. [![Dependabot compatibility

[jira] [Commented] (XMLBEANS-582) Make XmlCursor AutoCloseable

2022-01-06 Thread PJ Fanning (Jira)
[ https://issues.apache.org/jira/browse/XMLBEANS-582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17469945#comment-17469945 ] PJ Fanning commented on XMLBEANS-582: - [https://github.com/apache/xmlbeans/pull/4] has been opened

Re: XMLBeans patch for XMLBEANS-582

2022-01-06 Thread PJ Fanning
It is more appropriate to keep discussion on  https://issues.apache.org/jira/browse/XMLBEANS-582 instead of sending all the emails to this mailing list. On Thursday 6 January 2022, 15:11:32 GMT+1, Robert Marcano wrote: On 12/27/21 1:14 PM, Robert Marcano wrote: > Greetings. I am

Re: XMLBeans patch for XMLBEANS-582

2022-01-06 Thread Robert Marcano
On 12/27/21 1:14 PM, Robert Marcano wrote: Greetings. I am preparing a patch for XMLBEANS-582 [1]. I am not sure which the best workflow for the developer team, GitHub pull requests (there aren't many so not sure if they are liked) , patch to the mailing list or any other method? [1]

[Bug 65738] Should directories be added as parts in .docx in 5.1.0?

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65738 Sayi changed: What|Removed |Added CC||say...@163.com --- Comment #4 from Sayi ---

[Bug 65786] Many warning exception stacks will be printed when opening the document

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65786 Sayi changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

Re: Re:Re: Re:[VOTE] Apache POI 5.2.0 release (RC1)

2022-01-06 Thread PJ Fanning
I commented on the new issue - it looks like an issue that was already fixed a few weeks ago - https://bz.apache.org/bugzilla/show_bug.cgi?id=65738 On Thursday 6 January 2022, 14:06:27 GMT+1, Sayi wrote: Hi, PJ I created an issue:

[Bug 65786] Many warning exception stacks will be printed when opening the document

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65786 PJ Fanning changed: What|Removed |Added OS||All --- Comment #1 from PJ Fanning ---

Re:Re: Re:[VOTE] Apache POI 5.2.0 release (RC1)

2022-01-06 Thread Sayi
Hi, PJ I created an issue: https://bz.apache.org/bugzilla/show_bug.cgi?id=65786. I also saw the warning message mentioned by #65326 through the log, but there were a lot of warning exception stacks in the log when unzipping the docx zip. 在 2022-01-06 16:05:59,"PJ Fanning" 写道: >Hi

[Bug 65786] New: Many warning exception stacks will be printed when opening the document

2022-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65786 Bug ID: 65786 Summary: Many warning exception stacks will be printed when opening the document Product: POI Version: unspecified Hardware: PC Status: NEW

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

2022-01-06 Thread Apache Jenkins Server
See Changes: [Dominik Stadler] Increase new limits for files processed in the mass-regression-tests Some valid test-files do trigger these limits, which indicates that we should set them a bit

Re: [VOTE] Apache POI 5.2.0 release (RC1)

2022-01-06 Thread PJ Fanning
Sure. Let's call RC1 a bust. I can do an RC2 in a few days. I'll just wait to see if anyone has anything else that they want to get done for the RC2 first. I would appreciate if any changes that are not fairly urgent be kept back until after the RC2 is produced and evaluated. On Thursday

Re: [VOTE] Apache POI 5.2.0 release (RC1)

2022-01-06 Thread Dominik Stadler
Hi, I did a partial regression-test round and found a few smaller issues, some of the new limits are hit by some valid test-files, so I increased a few of those a bit. Not sure how likely such documents are encountered out there, but if we want to keep handling those without regressions, we

Re: Re:[VOTE] Apache POI 5.2.0 release (RC1)

2022-01-06 Thread PJ Fanning
Hi Sayi, It looks like some of your email is missing. Would it be possible for you to use plain text to give an example of the log messages or to provide a link to a bugzilla issue that describes the problem? Is it something like https://bz.apache.org/bugzilla/show_bug.cgi?id=65326 ? On