[Bug 61494] Updating meta properties in xlsm/xlsx corrupted equation

2017-09-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61494 --- Comment #8 from azad --- Thanks, it works with xmlbeans-2.6.2 -- You are receiving this mail because: You are the assignee for the bug. - To

Build failed in Jenkins: POI-DSL-OpenJDK #262

2017-09-21 Thread Apache Jenkins Server
See Changes: [centic] Add changelog entries for the added/updated third party libraries [nick] Javadoc fix [tallison] Bug 61349 -- add more sanity checks when allocating byte[]

Release Announcement: General Availability of JDK 9

2017-09-21 Thread Rory O'Donnell
Hi Dominik, Three items to share with you today * *JDK 9 General Availability * o GPL'd binaries from Oracle are available here: + http://jdk.java.net/9 o See Mark Reinhold's email for more details on the Release [1] + delivery of Project Jigsaw [2] * Are you

Re: r1808930 forbidden-api checks and imports

2017-09-21 Thread Dominik Stadler
Argh, the import-statement handling is a great sucker in Java in my opinion as every IDE has a different setting of how they are combined and so every change flips these back and forth. I need to adjust the settings every time I create a new project somewhere. I will disabled the automatic

[Bug 54084] Some Unicode chars(e.g chinese chars) are not written corectly in xlsx file.

2017-09-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=54084 Dominik Stadler changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 58247] Some UTF-16 characters are not handled correctly (likely surrogate pair related)

2017-09-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58247 Bug 58247 depends on bug 54084, which changed state. Bug 54084 Summary: Some Unicode chars(e.g chinese chars) are not written corectly in xlsx file. https://bz.apache.org/bugzilla/show_bug.cgi?id=54084 What|Removed

[Bug 61246] org.apache.poi.xssf.streaming.SheetDataWriter replaces unicode surrogate chars with '?' chars

2017-09-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61246 Bug 61246 depends on bug 54084, which changed state. Bug 54084 Summary: Some Unicode chars(e.g chinese chars) are not written corectly in xlsx file. https://bz.apache.org/bugzilla/show_bug.cgi?id=54084 What|Removed

[Bug 59268] Work on providing an updated version of XMLBeans

2017-09-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59268 Dominik Stadler changed: What|Removed |Added CC|

[Bug 61494] Updating meta properties in xlsm/xlsx corrupted equation

2017-09-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61494 Bug 61494 depends on bug 54084, which changed state. Bug 54084 Summary: Some Unicode chars(e.g chinese chars) are not written corectly in xlsx file. https://bz.apache.org/bugzilla/show_bug.cgi?id=54084 What|Removed

[Bug 59268] Work on providing an updated version of XMLBeans

2017-09-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59268 Dominik Stadler changed: What|Removed |Added CC|

[Bug 58247] Some UTF-16 characters are not handled correctly (likely surrogate pair related)

2017-09-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58247 Dominik Stadler changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 54084] Some Unicode chars(e.g chinese chars) are not written corectly in xlsx file.

2017-09-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=54084 Dominik Stadler changed: What|Removed |Added Blocks||61494

[Bug 59268] Work on providing an updated version of XMLBeans

2017-09-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59268 Dominik Stadler changed: What|Removed |Added Blocks||61494

[Bug 61494] Updating meta properties in xlsm/xlsx corrupted equation

2017-09-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61494 Dominik Stadler changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Bug 60977] Adding Properties create invalid .xlsx file

2017-09-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60977 --- Comment #5 from Dominik Stadler --- Created attachment 35357 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35357=edit Reproducing testcase, open the resulting files -- You are receiving this mail because:

r1808930 forbidden-api checks and imports

2017-09-21 Thread Allison, Timothy B.
Dominik, Thank you for fixing my new PrintStreams so that the forbidden-api checks would pass...head in hands. I noticed that imports were shortened to wildcards. Should I flip back to listing all? Thank you, again! Best, Tim -import java.io.ByteArrayInputStream;

[Bug 61349] Add more sanity checks for byte[] allocation

2017-09-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61349 --- Comment #2 from Javen O'Neal --- Should we be making better use of the transient modifier when allocating performance-related data structures? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 61349] Add more sanity checks for byte[] allocation

2017-09-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61349 --- Comment #1 from Tim Allison --- r1809169 initial commit. I tried to avoid checks in "serialize()" methods on the theory that the object has already been collected, it should be good. I also avoided most checks where

[Bug 61474] Adjusting of formulas in context of column shifting

2017-09-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61474 --- Comment #10 from Dragan Jovanović --- I can work on Sheet.shiftColumns() method now. At the moment I am not interested in dealing with CellCopyPolicy details, so I’d just implement Sheet.shiftColumns(int

[Bug 61494] Updating meta properties in xlsm/xlsx corrupted equation

2017-09-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61494 --- Comment #6 from azad --- Hi Dominik, I was just wondering if you could use the source code and reproduce the broken output file? Thanks again! -a- -- You are receiving this mail because: You are the assignee for the