Re: Java 11 for POI 5?

2024-02-19 Thread Alain FAGOT BÉAREZ
Hi, +1 for moving to Java 11 as minimum My opinion is that we should jump to the oldest LTS version each time one LTS reached its end of life. This means that we would jump from 8 to 17 at once... Which is also not so friendly to be done right now! Kind regards, Alain FAGOT BÉAREZ ⁣Obter

Re: [VOTE] Apache XmlBeans 5.0.3 release (RC2)

2021-12-24 Thread Alain FAGOT BÉAREZ
+1 ⁣Obter o BlueMail para Android ​ Em 23 de dez de 2021 21:11, em 21:11, PJ Fanning escreveu: >Hi everyone, > >I've prepared artifacts for the release of Apache XmlBeans 5.0.3 (RC2). > >The most notable changes in this release are: > >* SampleXmlUtil misses root element with only one child >*

Re: POI 5.1.0 RC2?

2021-10-24 Thread Alain FAGOT BÉAREZ
Hi, I will definitely need to reorganise my life to reserve some time for the required XDDF improvements. The code has been developed with only a few examples. This is why it is still marked with @Beta but people seem to start using it for real... Best regards, Alain FAGOT BÉAREZ ⁣Obter o

Re: slf4j dependency on an beta version

2021-09-23 Thread Alain FAGOT BÉAREZ
Hi, The company where I work currently also uses 1.7.32 with no reason to use any beta versions. +1 for 1.7.32 Cheers, Alain FAGOT BÉAREZ ⁣Obter o BlueMail para Android ​ Em 23 de set de 2021 21:17, em 21:17, PJ Fanning escreveu: > Thanks Andi - I'll change to 1.7.32. > > >On

Re: Next release of POI

2021-08-31 Thread Alain FAGOT BÉAREZ
Hi, a) many changes deserve to be released b) up to you to estimate the benefits or the burden c) I don't think we introduced API breaking changes, so 5.1.0 would encompass the logging changes Best regards, Alain FAGOT BÉAREZ ⁣Obter o BlueMail para Android ​ Em 29 de ago de 2021 21:11, em

Re: [VOTE] Apache XmlBeans 5.0.1 release (RC1)

2021-07-02 Thread Alain FAGOT BÉAREZ
+1 ⁣Obter o BlueMail para Android ​ Em 2 de jul de 2021 23:07, em 23:07, Andreas Beeker escreveu: >Hi *, > >I've prepared artifacts for the release of Apache XmlBeans 5.0.1 (RC1). > >The most notable changes in this release are: > >* Support annotations longer than 64kb >* Support enumerations

Re: How to find why seven files are failing the integration tests?

2021-02-13 Thread Alain FAGOT BÉAREZ
Hi, Thanks for the stack trace and for the pointer to the other tests results! I will check the errors and try to get the code to handle these seven files correctly as well. Best regards, Alain FAGOT BÉAREZ ⁣Obter o BlueMail para Android ​ Em 13 de fev de 2021 14:55, em 14:55, PJ Fanning

How to find why seven files are failing the integration tests?

2021-02-12 Thread Alain FAGOT BÉAREZ
operation with them? Best regards, Alain FAGOT BÉAREZ - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

Re: POI 5.0.1?

2021-02-02 Thread Alain FAGOT BÉAREZ
Hi, About bugs related to charts, I managed to fix three of them. I don't have much hope to fix any other in the next few days. +1 for 5.0.1 as soon as reasonably possible Best regards, Alain FAGOT BÉAREZ ⁣Obter o BlueMail para Android ​ Em 1 de fev de 2021 14:44, em 14:44, Dominik Stadler

Re: Logging

2021-01-25 Thread Alain FAGOT BÉAREZ
Hi, +1 for a 5.0.1 before the switch to Log4j, removing the POILogger from the code base Alain FAGOT BÉAREZ ⁣Obter o BlueMail para Android ​ Em 25 de jan de 2021 08:21, em 08:21, Dominik Stadler escreveu: >Hi, > >+1 for a 5.0.1 first, there were already a few useful fixes which

Re: XSLFTable handling - partly revert #1875901 ?

2021-01-18 Thread Alain FAGOT BÉAREZ
Hi Andi, Please consider my attempt to revert the addRow method to its behaviour prior to 4.1.2, where I broke it, in my pull request https://github.com/apache/poi/pull/221 I must admit that the underlying handling of the table grid kind of escapes the mind focus when I try to reason about

Re: POI 5.0.0 - are we ready?

2020-12-08 Thread Alain FAGOT BÉAREZ
be opened with Microsoft Office... For that one, I have no idea what is the root cause. Best regards, Alain FAGOT BÉAREZ ⁣Obter o BlueMail para Android ​ Em 5 de dez de 2020 14:11, em 14:11, Yegor Kozlov escreveu: >Trunk is in a good shape. I don't see any blockers to release what we &g

How to best deal with XSLFTextParagraph, XSSFTextParagraph and XDDFTextParagraph?

2020-11-18 Thread Alain FAGOT BÉAREZ
touched any class on the H**F side of the force! I would have liked to finish this code cleanup before the wrapping up of the 5.0.0 release otherwise we would have yet another major break to 6.0.0 with that. Could you provide some kind of sane advices? Kind regards, Alain FAGOT BÉAREZ

Re: Todos for POI 5.0

2020-08-20 Thread Alain FAGOT BÉAREZ
Hi all, There is additionally a change I started to work on in May: l) extend from XDDF for paragraphs and runs in XSLF and XSSF I had unfortunately not been able to make the final changes. Best regards, Alain FAGOT BÉAREZ ⁣Obter o BlueMail para Android ​ Em 17 de ago de 2020 00:42, em 00:42

Bug 63290 - was Re: Next version?

2020-05-29 Thread Alain FAGOT BÉAREZ
regards, Alain FAGOT BÉAREZ Je 2020-05-29 17:49, Andreas Beeker skribis: Hi, the JAXB dependency was removed as part of #64411 and I haven't yet checked/fixed the release procedures. I'm currently struggling with #63290. Before releasing POI 5.0.0, I'd like to try to update XmlBeans along the xmlbeans

Re: Missing commons-compress jar in dist

2020-05-28 Thread Alain FAGOT BÉAREZ
Hi, I just dropped the current lib folder of my local project and replaced its content with the jars from the #977 build. All tests passed without any trouble. Thanks PJ! Cheers, Alain FAGOT BÉAREZ PS: I understood that JAXB dependencies had been removed recently to ease the move to Java

Missing commons-compress jar in dist

2020-05-28 Thread Alain FAGOT BÉAREZ
Hi, While trying to experiment the latest build, I noticed the commons-compress-1.20.jar was not present in the binary distribution. Cheers, Alain FAGOT BÉAREZ ⁣Obter o BlueMail para Android ​

Re: PPTX getting the custome marked list with special icons.

2020-03-04 Thread Alain FAGOT BÉAREZ
the following code on your paragraph, some null reference will be returned too: String bulletId = shape.getTextBody().getParagraph(0).getBulletProperties().getPicture().getXmlObject().getEmbed(); Cheers, Alain FAGOT BÉAREZ Je 2020-03-04 09:55, savotii skribis: Unfortunately, your example doesn't

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

2020-01-31 Thread Alain FAGOT BÉAREZ
+1 - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

Re: XmlBeans - Link commits to Jira

2019-02-24 Thread Alain FAGOT BÉAREZ
+1 ⁣Enviado por BlueMail ​ Mensagem Original De: Andreas Beeker Por: Sun Feb 24 21:59:43 GMT+01:00 2019 Para: POI Developers List Assunto: XmlBeans - Link commits to Jira Hi *, I've opened a ticket for linking our svn commits to the corresponding Jira ticket:

Re: POI 4.0.1 release

2018-10-30 Thread Alain FAGOT BÉAREZ
+1 to release 4.0.1 The blocking issues related to charts in XDDF are now fixed. Related Bugzilla issue has also been resolved. Some tricks from StackOverflow tickets have been integrated into the code base and in the examples. Some Bugzilla issues were resolved as side effect. Remaining

Re: [VOTE] xmlbeans 3.0.2 release [rc2]

2018-10-26 Thread Alain FAGOT BÉAREZ
+1 Je 2018-10-23 18:13, pj.fanning skribis: I've uploaded new artifacts with a couple of extra changes. Still built using the apache jenkins jdk 1.6 build. https://issues.apache.org/jira/issues/?jql=project%20%3D%20XMLBEANS%20AND%20fixVersion%20%3D%20%22Version%203.0.2%22

Re: [VOTE] xmlbeans 3.0.2 release

2018-10-01 Thread Alain FAGOT BÉAREZ
As long as the resulting bytecode targets JVM 1.6 bytecode, it should not matter which JDK is used for compilation. I don't remember exactly where in the `build.gradle` the `jvmTarget: "1.6"` has to be defined, but it would be pretty much all... ⁣Gesendet mit BlueMail ​ Originale

Re: xmlbeans 3.0.2 release?

2018-09-27 Thread Alain FAGOT BÉAREZ
+1 Je 2018-09-26 19:54, Javen O'Neal skribis: +1 On Wed, Sep 26, 2018, 14:53 pj.fanning wrote: Should we do an XMLBeans 3.0.2 release? https://issues.apache.org/jira/browse/XMLBEANS-520?jql=project%20%3D%20XMLBEANS%20AND%20fixVersion%20%3D%20%22Version%203.0.2%22 -- Sent from:

Re: [VOTE] new POI logo

2018-09-07 Thread Alain FAGOT BÉAREZ
V2 / C0 / POLL: 0 > On 7 Sep 2018, at 21:57, Andreas Beeker wrote: > > Hi *, > > Daniel (humbedooh) created a new logo for us and I don't want this issue left > undecided/unanswered. > > So please vote for the logos and its properties: > > V0) keep current version: >

Re: Provide alpha releases via Apache repo

2018-09-07 Thread Alain FAGOT BÉAREZ
fast experimentation of newest features. My ¢2, Alain FAGOT BÉAREZ - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

Re: Provide alpha releases via Apache repo

2018-09-07 Thread Alain FAGOT BÉAREZ
One issue is only about a better documentation: the one about the need to provide commons-math3 to use some specific functions for spreadsheet. #62690 The other ones, well… Snapshots might be an opportunity. > On 7 Sep 2018, at 16:25, pj.fanning wrote: > > I would like to see our CI build

Re: Copying chart

2018-09-04 Thread Alain FAGOT BÉAREZ
Hi FD, The code has been merged by r1840076. It might appear in release 4.0.0 or 4.0.1 (we are currently busy with 4.0.0 RC1). Best regards, Alain > On 4 Sep 2018, at 00:27, Alain FAGOT BÉAREZ wrote: > > Hi FD, > > I think all you need is the following method

Re: poi-ooxml-schemas missing some inner classes

2018-09-03 Thread Alain FAGOT BÉAREZ
Hi, By this patch, you fixed also bug https://bz.apache.org/bugzilla/show_bug.cgi?id=62259 which you can accordingly close. Best regards, Alain On 2018/07/11 23:39:45, "pj.fanning" wrote: > I checked in some artificial tests that load some of the ooxml-schemas> > classes that are

Re: Copying chart

2018-09-03 Thread Alain FAGOT BÉAREZ
Hi FD, I think all you need is the following method on XSSFDrawing: ``` /** * Imports the chart from the srcChart into this drawing. * * @param srcChart *the source chart to be cloned into this drawing. * @return the newly created chart. * @throws

Re: Remove OPOIFSFileSystem for 4.0.0?

2018-08-27 Thread Alain FAGOT BÉAREZ
+1 for full refactoring to POIFS* ⁣Gesendet mit BlueMail ​ Originale Nachricht Von: Andreas Beeker Gesendet: Sun Aug 26 19:06:02 GMT-03:00 2018 An: dev@poi.apache.org Betreff: Re: Remove OPOIFSFileSystem for 4.0.0? After OPOIFS* is now removed, should I

Re: Copying chart

2018-08-23 Thread Alain FAGOT BÉAREZ
/poi as it is easier for us to review and bring it to our machines and run local tests. Thanks for your collaboration! Best regards, Alain FAGOT BÉAREZ ⁣Gesendet mit BlueMail ​ Originale Nachricht Von: "monnomiznog...@gmail.com" Gesendet: Thu Aug 23 18:29:09 GMT-

Re: [VOTE] Apache XMLBeans 3.0.1 release (RC1)

2018-08-22 Thread Alain FAGOT BÉAREZ
+1 for release ⁣Gesendet mit BlueMail ​ Originale Nachricht Von: "pj.fanning" Gesendet: Mon Aug 20 07:12:54 GMT-03:00 2018 An: dev@poi.apache.org Betreff: Re: [VOTE] Apache XMLBeans 3.0.1 release (RC1) I've updated the staged artifacts for xmlbeans 3.0.1.

package org.apache.poi.xddf.usermodel.text implementing most of drawingml.CTText*

2018-08-21 Thread Alain FAGOT BÉAREZ
n from XDDFTextRun) in order to reduce the duplicated code in both existing local implementations of that part of DrawingML. I will probably not reach the same replacement as was done with XDDFChart, but the ideal is very similar. Best regards, Alain FAGOT BÉAREZ PS: I did execute the retest

RE: Upgrade OOXML schema to 3rd edition?

2018-08-17 Thread Alain FAGOT BÉAREZ
As far as I understand, this will only generate the CT* and ST* classes for the complete OOXML jar. But the ooxml-lite will not be affected until we write tests that use the new classes. I can only see one benefit for those who like Greg depend on some features not yet wrapped in

Re: Remove OPOIFSFileSystem for 4.0.0?

2018-08-13 Thread Alain FAGOT BÉAREZ
+1 for removal before 4.0.0 ⁣Gesendet mit BlueMail ​ Originale Nachricht Von: "pj.fanning" Gesendet: Mon Aug 13 17:54:14 GMT-03:00 2018 An: dev@poi.apache.org Betreff: Re: Remove OPOIFSFileSystem for 4.0.0? +1 for 4.0.0 change -- Sent from:

Re: Remove Spanish translation?

2018-07-18 Thread Alain FAGOT BÉAREZ
+1 for removal of unmaintained docs ⁣Gesendet mit BlueMail ​ Originale Nachricht Von: "pj.fanning" Gesendet: Sun Jul 15 13:38:20 GMT-03:00 2018 An: dev@poi.apache.org Betreff: Re: Remove Spanish translation? +1 for removal of unmaintained docs -- Sent from:

Re: starting poi 4.0.0 release process?

2018-07-09 Thread Alain FAGOT BÉAREZ
There are quite a few annoying failures reported by the regression tests published a few days ago. I understand they are in the @Beta classes of XSLF but yet I don't feel comfortable with their release as is. Alain FAGOT BÉAREZ ⁣Gesendet mit BlueMail ​ Originale Nachricht

Re: Use forrest 0.9?

2018-07-09 Thread Alain FAGOT BÉAREZ
+1 ⁣Gesendet mit BlueMail ​ Originale Nachricht Von: Andreas Beeker Gesendet: Sat Jul 07 13:32:47 MESZ 2018 An: POI Developers List Betreff: Use forrest 0.9? Hi *, I'll soon commit the xmlbeans site, which I've upgraded to forrest 0.9 and used the default white color

Re: XMLBeans 3.0.0 votes

2018-06-14 Thread Alain FAGOT BÉAREZ
A. +1 B. 1.6 C. -0 ⁣Gesendet mit BlueMail ​ Originale Nachricht Von: "pj.fanning" Gesendet: Thu Jun 14 05:51:22 GMT-03:00 2018 An: dev@poi.apache.org Betreff: XMLBeans 3.0.0 votes Can I get votes on the following? A. Stop supporting Java 1.4 B. If we stop supporting Java

Re: Review #62355

2018-05-14 Thread Alain FAGOT BÉAREZ
Hi, If it is breaking, then it already is `4.0.0`. If you need to release before the load of other breaking changes, then they will be `5.0.0`. Alain ⁣Gesendet mit BlueMail ​ Originale Nachricht Von: Andreas Beeker Gesendet: Sun May 13 12:37:56

Re: xdocreport dependency on full ooxml-schemas jar

2018-04-05 Thread Alain FAGOT BÉAREZ
can know to include it in the future. About your second point, it is a fact that the spreadsheet support is far more developed than support for the other formats. Best regards, Alain FAGOT BÉAREZ ⁣ Originale Nachricht Von: "pj.fanning" <fannin...@yahoo.com> G

Re: publishing poi xmlbeans jars

2018-03-15 Thread Alain FAGOT BÉAREZ
Yet another dead code generator, used in Apache ODF kit, is MSV. It seems like code generation from XSD schemas has not much to be changed anymore ⁣ Originale Nachricht Von: Mark Murphy Gesendet: Thu Mar 15 14:01:51 GMT-03:00 2018 An: POI

Re: publishing poi xmlbeans jars

2018-03-09 Thread Alain FAGOT BÉAREZ
+1 Je 2018-03-07 14:40, Dave Fisher skribis: Hi - Let’s get back on track. We want to release XMLBeans 2.7.0 with the org.apache.xmlbeans namespace for the benefit of all of the users who are dependent on it. If POI does not want to do this then XMLBeans will need to go to the Incubator.

Re: Fwd: Challenge on automatic generation of documentation

2018-03-01 Thread Alain FAGOT BÉAREZ
+1 ⁣ Originale Nachricht Von: Dominik Stadler Gesendet: Thu Mar 01 16:20:40 GMT-03:00 2018 An: POI Developers List , marco.ger...@nau.edu Betreff: Fwd: Challenge on automatic generation of documentation Hi, Sorry for being

Re: baffling save behavior

2018-02-23 Thread Alain FAGOT BÉAREZ
hope to have some time this weekend to dive into the commits history to point out any change done recently that might affect that. Best regards, Alain FAGOT BÉAREZ ⁣ Von: Greg Woolsey Gesendet: Fri Feb 23 03:53:08 GMT-03:00 2018 An: POI Developers List Betreff: baffling save behavior I hesitate

Re: Timeline for 4.0.0 release

2018-02-12 Thread Alain FAGOT BÉAREZ
Hi all, There is one branch that I would like to finish before release 4.0.0 since it would make the implementation of XDDF more sound. But as these are on the @Beta side, I can understand it is no blocker. https://github.com/cuali/poi/branches Best regards, Alain FAGOT BÉAREZ

Re: Failing gump tests

2018-02-04 Thread Alain FAGOT BÉAREZ
+1 to leave the Gump biosphere ⁣Gesendet mit BlueMail ​ Originale Nachricht Von: "pj.fanning" Gesendet: Sun Feb 04 13:24:07 GMT-03:00 2018 An: dev@poi.apache.org Betreff: Re: Failing gump tests +1 to remove jump tests -- Sent from:

Re: ***UNCHECKED*** RE: adding dependencies on h2 and mockito

2018-01-26 Thread Alain FAGOT BÉAREZ
You might have heard of Hypersonic SQL, some 10 years ago. H2 is the second version thereof. ⁣Gesendet mit BlueMail ​ Originale Nachricht Von: Greg Woolsey Gesendet: Fri Jan 26 16:42:44 GMT-03:00 2018 An: POI Developers List

Re: poi .classpath file

2018-01-26 Thread Alain FAGOT BÉAREZ
In other projects, it is recommended NOT to version control IDE configurations. For this reason, I use the Git global ignore configuration in order not to accidentally commit my changes. +1 Originale Nachricht Von: "pj.fanning" Gesendet: Fri Jan 26

rebased GitHub pull request #72

2017-12-22 Thread Alain FAGOT BÉAREZ
com/apache/poi/pull/72> is ready for code review. Best regards, Alain FAGOT BÉAREZ

Re: svn commit: r1816500 [1/23] - in /poi/site: publish/apidocs/ publish/apidocs/org/apache/poi/class-use/ publish/apidocs/org/apache/poi/common/usermodel/fonts/ publish/apidocs/org/apache/poi/common/

2017-11-30 Thread Alain FAGOT BÉAREZ
on openjdk version "1.8.0_152" OpenJDK Runtime Environment (Zulu 8.25.0.1-macosx) (build 1.8.0_152-b16) OpenJDK 64-Bit Server VM (Zulu 8.25.0.1-macosx) (build 25.152-b16, mixed mode) Best regards, Alain FAGOT BÉAREZ > On 27 Nov 2017, at 21:26, Nick Burch <apa...@gagravarr.org&g

Re: XDDF implementation shared between XSSFChart and XSLFChart

2017-08-13 Thread Alain FAGOT BÉAREZ
Hi, @Greg: It was Brazilian Father’s Day today, so that I did not pick up tech lists from bed… but only after my daughter was sleeping. I cloned and searched through the following code base: https://github.com/WoozyG/spreadsheet/tree/ConditionalFormatting There I found no single reference to

Re: XDDF implementation shared between XSSFChart and XSLFChart

2017-08-12 Thread Alain FAGOT BÉAREZ
Hi, @pjfanning: In the current state, delegating to the XDDF from the legacy SS and XSSF implementation would not be feasible. Some constants were defined in Enum types and I don’t know how to “redirect” an Enum value to the new implementation of it. @Greg: I don’t know how deep your code

XDDF implementation shared between XSSFChart and XSLFChart

2017-08-11 Thread Alain FAGOT BÉAREZ
Dear all, Since June, this is the third pull request I open about the same theme. After the first review, mentioning a conversation I had missed (https://lists.apache.org/thread.html/ff5470bc413d298188f8c5d3d250ee15d36bd655227696869ed21aab@%3Cdev.poi.apache.org%3E), I reworked my initial