[Bug 60847] CTPlotArea OOXML type needs a cleaner interface

2018-09-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60847 Alain Fagot Bearez changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #3 from

[GitHub] poi pull request #125: fix for Bug 60509

2018-09-27 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request: https://github.com/apache/poi/pull/125 fix for Bug 60509 https://bz.apache.org/bugzilla/show_bug.cgi?id=60509 All the code was provided by Guillaume de GENTILE in https://bz.apache.org/bugzilla/show_bug.cgi?id=54470, only

Re: "Could not resolve external workbook name" after setupReferencedWorkbooks

2018-09-27 Thread Greg Woolsey
I recently got this working, but noticed these points of fragility in doing so with the current released code: 1. If the file names had spaces in them, I had to replace them with "%20" in the map keys passed to setupReferencedWorkbooks(), as that's the value used in the stored formula expressions

[Bug 62768] OPCPackage#close() method is incorrectly synchronized

2018-09-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62768 --- Comment #4 from PJ Fanning --- I'll remove the synchronized keyword -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 62768] OPCPackage#close() method is incorrectly synchronized

2018-09-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62768 --- Comment #3 from Danila Galimov --- Yes, I agree, maybe the synchronization should be removed at all, but the classes should be annotated that they are designed to be used in single-thread environment only. I just opened the file and found

[Bug 62768] OPCPackage#close() method is incorrectly synchronized

2018-09-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62768 --- Comment #2 from Dominik Stadler --- I am wondering why we even use synchronization here at all. Our thread-safety guarantee does not allow to use one workbook/doc/item in more than one thread at a time anyway. So this synchronization is

[Bug 62768] OPCPackage#close() method is incorrectly synchronized

2018-09-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62768 PJ Fanning changed: What|Removed |Added OS||All Resolution|---

[Bug 62768] New: OPCPackage#close() method is incorrectly synchronized

2018-09-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62768 Bug ID: 62768 Summary: OPCPackage#close() method is incorrectly synchronized Product: POI Version: 4.0.0-FINAL Hardware: PC Status: NEW Severity: major

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: