deprecated handling - reloaded

2015-11-24 Thread Andreas Beeker
Hi, this is partly a follow up to [1] and [2] - and sorry in advance to bring this up again, but I feel we are too conservative. Summary: When we introduce new methods/enums/classes/... we try to be compile compatible with older versions. After two releases the deprecated stuff can be removed.

Re: deprecated handling - reloaded

2015-11-24 Thread Dustin Spicuzza
From how we deal with Java releases at work... if it ain't broke, don't bother updating. When you update, expect things to break. Also, for those getting the releases via maven, it tends to encourage an == dependency, so you have to actively remember that you want to update the package. I think

Re: deprecated handling - reloaded

2015-11-24 Thread Javen O'Neal
Tldr: Here's what I propose: 1) contributors should add dates and/or POI versions to @deprecated annotations for new commits 2) contributors should add @since version annotations to new features 3) new features may be removed without deprecation only if added prior to a final build and removed

[Bug 52903] Shifting rows does not shift hyperlink references

2015-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=52903 --- Comment #7 from lyle --- Created attachment 33294 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33294=edit test file -- You are receiving this mail because: You are the assignee for the bug.

[Bug 52903] Shifting rows does not shift hyperlink references

2015-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=52903 --- Comment #6 from lyle --- Created attachment 33293 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33293=edit patch to fix HSSF shiftrow hyperlink bug -- You are receiving this mail because: You are the

[Bug 57450] [PATCH] A way to autosize columns on SXSSF

2015-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57450 Javen O'Neal changed: What|Removed |Added Hardware|Macintosh |All

[Bug 58648] New: FormulaParser throws exception in parseSimpleFactor() when getCellFormula() is called on a cell and the formula contains spaces between closing parentheses ") )"

2015-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58648 Bug ID: 58648 Summary: FormulaParser throws exception in parseSimpleFactor() when getCellFormula() is called on a cell and the formula contains spaces between closing parentheses ")

[Bug 58616] Excel 2007 unable to read the Excel file content. But the same file working fine after manual open and re-save the excel file.

2015-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58616 Prakash changed: What|Removed |Added Component|POIFS |XSSF --

[Bug 57450] [PATCH] A way to autosize columns on SXSSF

2015-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57450 Prakash changed: What|Removed |Added Component|SXSSF |XSSF --

[Bug 58636] Upgrade ClientAnchor.get/setAnchorType to use enums

2015-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58636 Javen O'Neal changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Bug 58636] Upgrade ClientAnchor.get/setAnchorType to use enums

2015-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58636 Nick Burch changed: What|Removed |Added Status|NEW |NEEDINFO ---

Re: Add Sheet.getAllCellCommentRefs() -- progress on Bug#58365

2015-11-24 Thread Javen O'Neal
Thank you for contributing to the project. Apache POI is a 100% volunteer project, so the project's livelihood is dependent on generous community members such as yourself. There's plenty more work that needs done--much already cut out into a bug report like this bug--if you're interested in

[Bug 58644] Deprecate Sheet.setZoom(numerator, denominator), replace with Sheet.setZoom(scale)

2015-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58644 Javen O'Neal changed: What|Removed |Added Resolution|--- |FIXED

[Bug 58636] Upgrade ClientAnchor.get/setAnchorType to use enums

2015-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58636 Javen O'Neal changed: What|Removed |Added Attachment #33291|0 |1 is

[Bug 58636] Upgrade ClientAnchor.get/setAnchorType to use enums

2015-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58636 --- Comment #1 from Javen O'Neal --- Created attachment 33291 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33291=edit Add AnchorType enum inside ClientAnchor I'd like to minimize the code impact on existing

Re: Add Sheet.getAllCellCommentRefs() -- progress on Bug#58365

2015-11-24 Thread Hannes Erven
Javen, thank you very much resolving that enhancement request! Looking forward to testing the 3.14 rc. Best regards, -hannes Am 2015-11-22 um 21:43 schrieb Javen O'Neal: Thanks for following up! I'll take a look at it this evening and let you know if anything else is needed.