You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Yegor Kozlov <ye...@dinom.ru> on 2011/12/10 14:19:09 UTC

[VOTE] Release POI 3.8 beta5

Hi All,

Please test-drive the release candidate for POI 3.8 beta5.

The release candidate files were built from the REL_3_8_BETA5 tag and
are available from:

https://dist.apache.org/repos/dist/dev/poi/

As with all Apache release votes, please check that not only does the
code work, and no major breakages have occurred since the last
release, but also that packaging is correct, license headers and
notices exist etc.

The vote options are:

 +1 - I support this release
 0   - I don't object to this release, but I haven't checked it
 -1  - There's a problem with the release, and that is ....

I'm voting [+1]. Voting will last one week and end on Saturday, 17th December.

Yegor Kozlov

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Re: [VOTE] Release POI 3.8 beta5

Posted by Dave Fisher <da...@comcast.net>.
+1.

I have some reservations for a FINAL release.

(1) When I check the signature of the tar.gz packages. I have to gunzip and change the name of the gpg.

(2) Sometimes the tests fail with:

    [junit] Running org.apache.poi.hssf.usermodel.TestBugs
    [junit] Invalid memory access of location 0x8 rip=0x10113a9bc
    [junit] 
    [junit] Running org.apache.poi.util.TestTempFile
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec

BUILD FAILED
/Users/dave/Documents/poi-3.8beta5/poi-3.8-beta5-src-zip/build.xml:630: Tests failed (crashed)

This could be something related to my configuration on my Mac.

(3) The build should make sure the character encoding is not ASCII, or change this test case.

    [javac] /Users/dave/Documents/poi-3.8beta5/poi-3.8-beta5-src-tar/src/ooxml/testcases/org/apache/poi/xslf/extractor/TestXSLFPowerPointExtractor.java:192: warning: unmappable character for encoding ASCII
    [javac]          "And onto the 4th, such fun???.\n" +
    [javac]                                     ^
    [javac] /Users/dave/Documents/poi-3.8beta5/poi-3.8-beta5-src-tar/src/ooxml/testcases/org/apache/poi/xslf/extractor/TestXSLFPowerPointExtractor.java:192: warning: unmappable character for encoding ASCII
    [javac]          "And onto the 4th, such fun???.\n" +
    [javac]                                      ^
    [javac] /Users/dave/Documents/poi-3.8beta5/poi-3.8-beta5-src-tar/src/ooxml/testcases/org/apache/poi/xslf/extractor/TestXSLFPowerPointExtractor.java:192: warning: unmappable character for encoding ASCII
    [javac]          "And onto the 4th, such fun???.\n" +
    [javac]                                       ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 3 warnings

We can discuss this in the next few weeks.

Regards,
Dave


On Dec 10, 2011, at 8:19 AM, Yegor Kozlov wrote:

> Hi All,
> 
> Please test-drive the release candidate for POI 3.8 beta5.
> 
> The release candidate files were built from the REL_3_8_BETA5 tag and
> are available from:
> 
> https://dist.apache.org/repos/dist/dev/poi/
> 
> As with all Apache release votes, please check that not only does the
> code work, and no major breakages have occurred since the last
> release, but also that packaging is correct, license headers and
> notices exist etc.
> 
> The vote options are:
> 
> +1 - I support this release
> 0   - I don't object to this release, but I haven't checked it
> -1  - There's a problem with the release, and that is ....
> 
> I'm voting [+1]. Voting will last one week and end on Saturday, 17th December.
> 
> Yegor Kozlov
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
> For additional commands, e-mail: dev-help@poi.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Re: [VOTE] Release POI 3.8 beta5

Posted by Nick Burch <ni...@alfresco.com>.
On Sat, 10 Dec 2011, Yegor Kozlov wrote:
> Please test-drive the release candidate for POI 3.8 beta5.

Looks good to me, I'm +1

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Re: [VOTE] Release POI 3.8 beta5

Posted by Santosh <sa...@tcs.com>.
Looks good in my environment. 

If you can make this small patch, to complete the previous update you have 
commited, it would help solve most of the cases of large excel creation from 
existing excel files. 

https://issues.apache.org/bugzilla/show_bug.cgi?id=51961




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Re: [VOTE] Release POI 3.8 beta5

Posted by Yegor Kozlov <ye...@dinom.ru>.
The release has been made. I'm waiting for the distribution to appear
on the mirrors and then post an announcement.

Yegor

On Sun, Dec 18, 2011 at 4:56 PM, Yegor Kozlov <ye...@dinom.ru> wrote:
> The vote has passed. Five + 1 votes. Zero -1 votes.
>
> Four +1 votes from PMCs.
>
> The vote thread is
> http://mail-archives.apache.org/mod_mbox/poi-dev/201112.mbox/%3CCAAwi-j9L%2ByQWJhAeSuDwTVZ7iRmqg99v%3Dd%2B8xTWkA7Q%2BKD9R8A%40mail.gmail.com%3E
>
> Yegor
>
> On Sat, Dec 10, 2011 at 5:19 PM, Yegor Kozlov <ye...@dinom.ru> wrote:
>> Hi All,
>>
>> Please test-drive the release candidate for POI 3.8 beta5.
>>
>> The release candidate files were built from the REL_3_8_BETA5 tag and
>> are available from:
>>
>> https://dist.apache.org/repos/dist/dev/poi/
>>
>> As with all Apache release votes, please check that not only does the
>> code work, and no major breakages have occurred since the last
>> release, but also that packaging is correct, license headers and
>> notices exist etc.
>>
>> The vote options are:
>>
>>  +1 - I support this release
>>  0   - I don't object to this release, but I haven't checked it
>>  -1  - There's a problem with the release, and that is ....
>>
>> I'm voting [+1]. Voting will last one week and end on Saturday, 17th December.
>>
>> Yegor Kozlov

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Re: [VOTE] Release POI 3.8 beta5

Posted by Yegor Kozlov <ye...@dinom.ru>.
The vote has passed. Five + 1 votes. Zero -1 votes.

Four +1 votes from PMCs.

The vote thread is
http://mail-archives.apache.org/mod_mbox/poi-dev/201112.mbox/%3CCAAwi-j9L%2ByQWJhAeSuDwTVZ7iRmqg99v%3Dd%2B8xTWkA7Q%2BKD9R8A%40mail.gmail.com%3E

Yegor

On Sat, Dec 10, 2011 at 5:19 PM, Yegor Kozlov <ye...@dinom.ru> wrote:
> Hi All,
>
> Please test-drive the release candidate for POI 3.8 beta5.
>
> The release candidate files were built from the REL_3_8_BETA5 tag and
> are available from:
>
> https://dist.apache.org/repos/dist/dev/poi/
>
> As with all Apache release votes, please check that not only does the
> code work, and no major breakages have occurred since the last
> release, but also that packaging is correct, license headers and
> notices exist etc.
>
> The vote options are:
>
>  +1 - I support this release
>  0   - I don't object to this release, but I haven't checked it
>  -1  - There's a problem with the release, and that is ....
>
> I'm voting [+1]. Voting will last one week and end on Saturday, 17th December.
>
> Yegor Kozlov

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Re: [VOTE] Release POI 3.8 beta5

Posted by Maxim Valyanskiy <ma...@jet.msk.su>.
+1

10.12.2011 17:19, Yegor Kozlov пишет:
> Hi All,
>
> Please test-drive the release candidate for POI 3.8 beta5.
>
> The release candidate files were built from the REL_3_8_BETA5 tag and
> are available from:
>
> https://dist.apache.org/repos/dist/dev/poi/
>
> As with all Apache release votes, please check that not only does the
> code work, and no major breakages have occurred since the last
> release, but also that packaging is correct, license headers and
> notices exist etc.
>
> The vote options are:
>
>   +1 - I support this release
>   0   - I don't object to this release, but I haven't checked it
>   -1  - There's a problem with the release, and that is ....
>
> I'm voting [+1]. Voting will last one week and end on Saturday, 17th December.
>
> Yegor Kozlov
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
> For additional commands, e-mail: dev-help@poi.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org