You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by Jukka Zitting <ju...@gmail.com> on 2013/11/28 21:06:00 UTC

[VOTE] Release Apache Jackrabbit 2.6.5

Hi,

A candidate for the Jackrabbit 2.6.5 release is available at:

    https://dist.apache.org/repos/dist/dev/jackrabbit/2.6.5/

The release candidate is a zip archive of the sources in:

    https://svn.apache.org/repos/asf/jackrabbit/tags/2.6.5/

The SHA1 checksum of the archive is 80a243ce5212e56f9bf0b72c34d915f967c199ad.

A staged Maven repository is available for review at:

    https://repository.apache.org/content/repositories/orgapachejackrabbit-018/

The command for running automated checks against this release candidate is:

    $ sh check-release.sh 2.6.5 80a243ce5212e56f9bf0b72c34d915f967c199ad

Please vote on releasing this package as Apache Jackrabbit 2.6.5.
The vote is open for the next 72 hours and passes if a majority of at
least three +1 Jackrabbit PMC votes are cast.

    [ ] +1 Release this package as Apache Jackrabbit 2.6.5
    [ ] -1 Do not release this package because...

My vote is +1.

BR,

Jukka Zitting

Re: [VOTE] Release Apache Jackrabbit 2.6.5

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Mon, Dec 2, 2013 at 6:44 AM, Bart van der Schans
<b....@onehippo.com> wrote:
> Running the check script gave me some test failures. After I did an
> mvn install first and then ran the tests manually from the source
> folder it worked fine.

That looks similar to the issues I encountered before cutting the
release and what Michael also reported.

I think there are some non-deterministic, timing-dependent issues in
2.6 (and earlier, possibly also in trunk) that are starting to show up
more frequently as people are upgrading to faster computers.

BR,

Jukka Zitting

Re: [VOTE] Release Apache Jackrabbit 2.6.5

Posted by Bart van der Schans <b....@onehippo.com>.
Hi,

The vote might have closed already, but here is my +1 anyway ;-)

Running the check script gave me some test failures. After I did an
mvn install first and then ran the tests manually from the source
folder it worked fine.

For reference:
$ mvn --version
Apache Maven 3.1.0 (893ca28a1da9d5f51ac03827af98bb730128f9f2;
2013-06-28 04:15:32+0200)
Maven home: /oss/tools/apache-maven-3
Java version: 1.6.0_45, vendor: Sun Microsystems Inc.
Java home: /usr/lib/jvm/jdk1.6.0_45/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.11-1-amd64", arch: "amd64", family: "unix"

Regards,
Bart


On Fri, Nov 29, 2013 at 9:58 AM, Michael Dürig <md...@apache.org> wrote:
>
>
> On 28.11.13 9:06 , Jukka Zitting wrote:
>>
>> Please vote on releasing this package as Apache Jackrabbit 2.6.5.
>> The vote is open for the next 72 hours and passes if a majority of at
>> least three +1 Jackrabbit PMC votes are cast.
>>
>>      [x] +1 Release this package as Apache Jackrabbit 2.6.5
>
>
> Note that in the first try I got a test failure [1]. The build went through
> in a 2nd try though.
>
> Michael
>
> [1]
> Running org.apache.jackrabbit.core.TestAll
> Exception in thread "Thread-260" java.lang.AssertionError
>         at
> org.apache.jackrabbit.core.ItemSaveOperation.removeTransientItems(ItemSaveOperation.java:721)
>         at
> org.apache.jackrabbit.core.ItemSaveOperation.perform(ItemSaveOperation.java:228)
>         at
> org.apache.jackrabbit.core.session.SessionState.perform(SessionState.java:216)
>         at org.apache.jackrabbit.core.ItemImpl.perform(ItemImpl.java:91)
>         at org.apache.jackrabbit.core.ItemImpl.save(ItemImpl.java:329)
>         at
> org.apache.jackrabbit.core.session.SessionSaveOperation.perform(SessionSaveOperation.java:65)
>         at
> org.apache.jackrabbit.core.session.SessionState.perform(SessionState.java:216)
>         at
> org.apache.jackrabbit.core.SessionImpl.perform(SessionImpl.java:361)
>         at org.apache.jackrabbit.core.SessionImpl.save(SessionImpl.java:812)
>         at
> org.apache.jackrabbit.core.NPEandCMETest$TestTask.run(NPEandCMETest.java:119)
>         at java.lang.Thread.run(Thread.java:680)
> Tests run: 134, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.371 sec
> <<< FAILURE!
>
>
>



-- 
Amsterdam - Oosteinde 11, 1017 WT Amsterdam
Boston - 101 Main Street, Cambridge, MA 02142

US +1 877 414 4776 (toll free)
Europe +31(0)20 522 4466
www.onehippo.com

Re: [VOTE] Release Apache Jackrabbit 2.6.5

Posted by Michael Dürig <md...@apache.org>.

On 28.11.13 9:06 , Jukka Zitting wrote:
> Please vote on releasing this package as Apache Jackrabbit 2.6.5.
> The vote is open for the next 72 hours and passes if a majority of at
> least three +1 Jackrabbit PMC votes are cast.
>
>      [x] +1 Release this package as Apache Jackrabbit 2.6.5

Note that in the first try I got a test failure [1]. The build went 
through in a 2nd try though.

Michael

[1]
Running org.apache.jackrabbit.core.TestAll
Exception in thread "Thread-260" java.lang.AssertionError
	at 
org.apache.jackrabbit.core.ItemSaveOperation.removeTransientItems(ItemSaveOperation.java:721)
	at 
org.apache.jackrabbit.core.ItemSaveOperation.perform(ItemSaveOperation.java:228)
	at 
org.apache.jackrabbit.core.session.SessionState.perform(SessionState.java:216)
	at org.apache.jackrabbit.core.ItemImpl.perform(ItemImpl.java:91)
	at org.apache.jackrabbit.core.ItemImpl.save(ItemImpl.java:329)
	at 
org.apache.jackrabbit.core.session.SessionSaveOperation.perform(SessionSaveOperation.java:65)
	at 
org.apache.jackrabbit.core.session.SessionState.perform(SessionState.java:216)
	at org.apache.jackrabbit.core.SessionImpl.perform(SessionImpl.java:361)
	at org.apache.jackrabbit.core.SessionImpl.save(SessionImpl.java:812)
	at 
org.apache.jackrabbit.core.NPEandCMETest$TestTask.run(NPEandCMETest.java:119)
	at java.lang.Thread.run(Thread.java:680)
Tests run: 134, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.371 
sec <<< FAILURE!




Re: [VOTE] Release Apache Jackrabbit 2.6.5

Posted by Tommaso Teofili <to...@gmail.com>.
+1

Tommaso


2013/11/28 Jukka Zitting <ju...@gmail.com>

> Hi,
>
> A candidate for the Jackrabbit 2.6.5 release is available at:
>
>     https://dist.apache.org/repos/dist/dev/jackrabbit/2.6.5/
>
> The release candidate is a zip archive of the sources in:
>
>     https://svn.apache.org/repos/asf/jackrabbit/tags/2.6.5/
>
> The SHA1 checksum of the archive is
> 80a243ce5212e56f9bf0b72c34d915f967c199ad.
>
> A staged Maven repository is available for review at:
>
>
> https://repository.apache.org/content/repositories/orgapachejackrabbit-018/
>
> The command for running automated checks against this release candidate is:
>
>     $ sh check-release.sh 2.6.5 80a243ce5212e56f9bf0b72c34d915f967c199ad
>
> Please vote on releasing this package as Apache Jackrabbit 2.6.5.
> The vote is open for the next 72 hours and passes if a majority of at
> least three +1 Jackrabbit PMC votes are cast.
>
>     [ ] +1 Release this package as Apache Jackrabbit 2.6.5
>     [ ] -1 Do not release this package because...
>
> My vote is +1.
>
> BR,
>
> Jukka Zitting
>

Re: [VOTE] Release Apache Jackrabbit 2.6.5

Posted by Julian Reschke <ju...@gmx.de>.
On 2013-11-28 21:06, Jukka Zitting wrote:
> ...
> Please vote on releasing this package as Apache Jackrabbit 2.6.5.
> The vote is open for the next 72 hours and passes if a majority of at
> least three +1 Jackrabbit PMC votes are cast.
>
>      [ ] +1 Release this package as Apache Jackrabbit 2.6.5
>      [ ] -1 Do not release this package because...
>
> My vote is +1.
> ...

[X] +1 Release this package as Apache Jackrabbit 2.6.5