Re: XmlBeans next release?

2021-03-03 Thread Dominik Stadler
+1 On Thu, Mar 4, 2021 at 1:12 AM Marius Volkhart wrote: > +1 > > On Thu, Mar 4, 2021, 01:04 fannin...@apache.org > wrote: > > > +1 > > > > > > > > > > > > > > On Wednesday 3 March 2021, 23:58:38 GMT, Andreas Beeker < > > kiwiwi...@apache.org> wrote: > > > > > > > > > > > > Hi Devs, > > > > as

Build failed in Jenkins: POI » POI-DSL-Windows-1.14 #47

2021-03-03 Thread Apache Jenkins Server
See Changes: [Marius Volkhart] Remove unnecessary array conversion in HWPF FSPATable [Marius Volkhart] Remove deprecated HWPF FSPA methods These methods have been @Deprecated for years, and are par

Re: XmlBeans next release?

2021-03-03 Thread Marius Volkhart
+1 On Thu, Mar 4, 2021, 01:04 fannin...@apache.org wrote: > +1 > > > > > > > On Wednesday 3 March 2021, 23:58:38 GMT, Andreas Beeker < > kiwiwi...@apache.org> wrote: > > > > > > Hi Devs, > > as our POI build has some problems, I would at least try to make XmlBeans > available via maven.org. > >

Re: XmlBeans next release?

2021-03-03 Thread fannin...@apache.org
+1 On Wednesday 3 March 2021, 23:58:38 GMT, Andreas Beeker wrote: Hi Devs, as our POI build has some problems, I would at least try to make XmlBeans available via maven.org. If no-one objects, I would create a release candidate in the next few days. The version would be XmlBeans 5.

XmlBeans next release?

2021-03-03 Thread Andreas Beeker
Hi Devs, as our POI build has some problems, I would at least try to make XmlBeans available via maven.org. If no-one objects, I would create a release candidate in the next few days. The version would be XmlBeans 5.0.0, as we have changed the logging and the format/generation of the beans. A

Jenkins build is back to normal : POI » POI-XMLBeans-DSL-1.15 #6

2021-03-03 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 64015] Replace usage of Java BitSet with a memory-optimized/sparse implementation

2021-03-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64015 --- Comment #23 from PJ Fanning --- Not everything in POI uses this code - so you could try excluding this lib and see if your code still works. You could also stick to an older version of POI - one released before we introduced this dependenc

[Bug 64015] Replace usage of Java BitSet with a memory-optimized/sparse implementation

2021-03-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64015 --- Comment #22 from Saurabh --- Yes, thanks. Can we configure/customize to use our own implementation and not SparseBitSet? -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 64015] Replace usage of Java BitSet with a memory-optimized/sparse implementation

2021-03-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64015 --- Comment #21 from PJ Fanning --- Hi Saurabh, That is not a question for Apache POI team - that is not our code. It is a question for https://github.com/brettwooldridge/SparseBitSet -- You are receiving this mail because: You are the assign

[Bug 64015] Replace usage of Java BitSet with a memory-optimized/sparse implementation

2021-03-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64015 --- Comment #20 from Saurabh --- Hello Team, We are trying to upgrade Apache POI 4.1.12. As per https://github.com/brettwooldridge/SparseBitSet/blob/master/LICENSE, We can see SparseBitSet 1.2 is license under Apache License 2.0. However whe