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 2012/02/03 13:53:08 UTC

[VOTE] Release Apache Jackrabbit 2.4.0

Hi,

A candidate for the Jackrabbit 2.4.0 release is available at:

    http://people.apache.org/~jukka/jackrabbit/2.4.0/

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

    http://svn.apache.org/repos/asf/jackrabbit/tags/2.4.0/

The SHA1 checksum of the archive is ff9332ffb571ebd3b22717a8f30e4aa2c5e6d759.

A staged Maven repository is available for review at:

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

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

    $ sh check-release.sh jukka 2.4.0 ff9332ffb571ebd3b22717a8f30e4aa2c5e6d759

Please vote on releasing this package as Apache Jackrabbit 2.4.0.
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.4.0
    [ ] -1 Do not release this package because...

My vote is +1.

BR,

Jukka Zitting

Re: [VOTE] Release Apache Jackrabbit 2.4.0

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

On Sat, Feb 4, 2012 at 9:11 AM, Torgeir Veimo <to...@netenviron.com> wrote:
> On 4 February 2012 01:16, Jukka Zitting <ju...@gmail.com> wrote:
>> Is there an issue filed for this? A patch?
>>
>> Sounds like something we should do for 2.4.1.
>
> I thought it was fixed in 2.3.0
> (https://issues.apache.org/jira/browse/JCR-2836) but it appears it
> isn't.

Looks like the issue reappeared at some point (unfortunately our
Tomcat integration test doesn't look for the leak warnings). I filed
JCR-3227 [1] for one aspect, and it looks like the Derby upgrade
opened up another problem with the DerbyShutdown mechanism we added
earlier. Let's target at having these fixed (and added to the
integration test) in 2.4.1 within a few weeks.

[1] https://issues.apache.org/jira/browse/JCR-3227

BR,

Jukka Zitting

Re: [VOTE] Release Apache Jackrabbit 2.4.0

Posted by Torgeir Veimo <to...@netenviron.com>.
On 4 February 2012 01:16, Jukka Zitting <ju...@gmail.com> wrote:
> Hi,
>
> On Fri, Feb 3, 2012 at 3:06 PM, Torgeir Veimo <to...@netenviron.com> wrote:
>> On 3 February 2012 22:53, Jukka Zitting <ju...@gmail.com> wrote:
>>> A candidate for the Jackrabbit 2.4.0 release is available at:
>>
>> Feb 4, 2012 12:04:30 AM org.apache.catalina.loader.WebappClassLoader
>> clearReferencesThreads
>> SEVERE: The web application [/main] appears to have started a thread
>> named [Timer-13] but has failed to stop it. This is very likely to
>> create a memory leak.
>> Feb 4, 2012 12:04:30 AM org.apache.catalina.loader.WebappClassLoader
>> clearReferencesThreads
>> SEVERE: The web application [/main] appears to have started a thread
>> named [DynamicPooledExecutor] but has failed to stop it. This is very
>> likely to create a memory leak.
>> Feb 4, 2012 12:04:32 AM org.apache.catalina.startup.HostConfig deployWAR
>>
>> Any hope to get these issues fixed?
>
> Is there an issue filed for this? A patch?
>
> Sounds like something we should do for 2.4.1.

I thought it was fixed in 2.3.0
(https://issues.apache.org/jira/browse/JCR-2836) but it appears it
isn't.


-- 
-Tor

Re: [VOTE] Release Apache Jackrabbit 2.4.0

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

On Fri, Feb 3, 2012 at 3:06 PM, Torgeir Veimo <to...@netenviron.com> wrote:
> On 3 February 2012 22:53, Jukka Zitting <ju...@gmail.com> wrote:
>> A candidate for the Jackrabbit 2.4.0 release is available at:
>
> Feb 4, 2012 12:04:30 AM org.apache.catalina.loader.WebappClassLoader
> clearReferencesThreads
> SEVERE: The web application [/main] appears to have started a thread
> named [Timer-13] but has failed to stop it. This is very likely to
> create a memory leak.
> Feb 4, 2012 12:04:30 AM org.apache.catalina.loader.WebappClassLoader
> clearReferencesThreads
> SEVERE: The web application [/main] appears to have started a thread
> named [DynamicPooledExecutor] but has failed to stop it. This is very
> likely to create a memory leak.
> Feb 4, 2012 12:04:32 AM org.apache.catalina.startup.HostConfig deployWAR
>
> Any hope to get these issues fixed?

Is there an issue filed for this? A patch?

Sounds like something we should do for 2.4.1.

BR,

Jukka Zitting

Re: [VOTE] Release Apache Jackrabbit 2.4.0

Posted by Torgeir Veimo <to...@netenviron.com>.
On 3 February 2012 22:53, Jukka Zitting <ju...@gmail.com> wrote:
> A candidate for the Jackrabbit 2.4.0 release is available at:

Feb 4, 2012 12:04:30 AM org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [/main] appears to have started a thread
named [Timer-13] but has failed to stop it. This is very likely to
create a memory leak.
Feb 4, 2012 12:04:30 AM org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [/main] appears to have started a thread
named [DynamicPooledExecutor] but has failed to stop it. This is very
likely to create a memory leak.
Feb 4, 2012 12:04:32 AM org.apache.catalina.startup.HostConfig deployWAR


Any hope to get these issues fixed?

-- 
-Tor

Re: [VOTE] Release Apache Jackrabbit 2.4.0

Posted by Alex Parvulescu <al...@gmail.com>.
+1
checks pass

alex

On Fri, Feb 3, 2012 at 1:53 PM, Jukka Zitting <ju...@gmail.com>wrote:

> Hi,
>
> A candidate for the Jackrabbit 2.4.0 release is available at:
>
>    http://people.apache.org/~jukka/jackrabbit/2.4.0/
>
> The release candidate is a zip archive of the sources in:
>
>    http://svn.apache.org/repos/asf/jackrabbit/tags/2.4.0/
>
> The SHA1 checksum of the archive is
> ff9332ffb571ebd3b22717a8f30e4aa2c5e6d759.
>
> A staged Maven repository is available for review at:
>
>
> https://repository.apache.org/content/repositories/orgapachejackrabbit-183/
>
> The command for running automated checks against this release candidate is:
>
>    $ sh check-release.sh jukka 2.4.0
> ff9332ffb571ebd3b22717a8f30e4aa2c5e6d759
>
> Please vote on releasing this package as Apache Jackrabbit 2.4.0.
> 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.4.0
>    [ ] -1 Do not release this package because...
>
> My vote is +1.
>
> BR,
>
> Jukka Zitting
>

[RESULT] [VOTE] Release Apache Jackrabbit 2.4.0

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

On Fri, Feb 3, 2012 at 1:53 PM, Jukka Zitting <ju...@gmail.com> wrote:
> Please vote on releasing this package as Apache Jackrabbit 2.4.0.

The vote passes as follows (* marks a PMC member):

    +1 Alex Parvulescu *
    +1 Bart van der Schans *
    +1 Claus Köll *
    +1 David Buchmann
    +1 Jukka Zitting *
    +1 Michael Dürig *

Thanks for voting! I'll push the release out.

BR,

Jukka Zitting

AW: [VOTE] Release Apache Jackrabbit 2.4.0

Posted by KÖLL Claus <C....@TIROL.GV.AT>.
+1
greets
claus

Re: [VOTE] Release Apache Jackrabbit 2.4.0

Posted by David Buchmann <da...@liip.ch>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

+1 from a non pmc member :-)

all phpcr jackalope tests run fine with the new version

cheers,david

Am 03.02.2012 13:53, schrieb Jukka Zitting:
> Hi,
> 
> A candidate for the Jackrabbit 2.4.0 release is available at:
> 
>     http://people.apache.org/~jukka/jackrabbit/2.4.0/
> 
> The release candidate is a zip archive of the sources in:
> 
>     http://svn.apache.org/repos/asf/jackrabbit/tags/2.4.0/
> 
> The SHA1 checksum of the archive is ff9332ffb571ebd3b22717a8f30e4aa2c5e6d759.
> 
> A staged Maven repository is available for review at:
> 
>     https://repository.apache.org/content/repositories/orgapachejackrabbit-183/
> 
> The command for running automated checks against this release candidate is:
> 
>     $ sh check-release.sh jukka 2.4.0 ff9332ffb571ebd3b22717a8f30e4aa2c5e6d759
> 
> Please vote on releasing this package as Apache Jackrabbit 2.4.0.
> 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.4.0
>     [ ] -1 Do not release this package because...
> 
> My vote is +1.
> 
> BR,
> 
> Jukka Zitting

- -- 
Liip AG // Agile Web Development // T +41 26 422 25 11
CH-1700 Fribourg // PGP 0xA581808B // www.liip.ch
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8tDuQACgkQqBnXnqWBgIsOrACeLEVx9I6uSLLArukeNvfXEP1K
CbMAnA5C41siPGBmoyZ6lkHSwZP3mhqe
=6diw
-----END PGP SIGNATURE-----

Re: [VOTE] Release Apache Jackrabbit 2.4.0

Posted by Bart van der Schans <b....@onehippo.com>.
Signatures are ok, all tests pass:

+1 !

Bart

On Fri, Feb 3, 2012 at 1:53 PM, Jukka Zitting <ju...@gmail.com> wrote:
> Hi,
>
> A candidate for the Jackrabbit 2.4.0 release is available at:
>
>    http://people.apache.org/~jukka/jackrabbit/2.4.0/
>
> The release candidate is a zip archive of the sources in:
>
>    http://svn.apache.org/repos/asf/jackrabbit/tags/2.4.0/
>
> The SHA1 checksum of the archive is ff9332ffb571ebd3b22717a8f30e4aa2c5e6d759.
>
> A staged Maven repository is available for review at:
>
>    https://repository.apache.org/content/repositories/orgapachejackrabbit-183/
>
> The command for running automated checks against this release candidate is:
>
>    $ sh check-release.sh jukka 2.4.0 ff9332ffb571ebd3b22717a8f30e4aa2c5e6d759
>
> Please vote on releasing this package as Apache Jackrabbit 2.4.0.
> 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.4.0
>    [ ] -1 Do not release this package because...
>
> My vote is +1.
>
> BR,
>
> Jukka Zitting



-- 
Amsterdam - Oosteinde 11, 1017 WT Amsterdam
Boston - 1 Broadway, 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.4.0

Posted by Michael Dürig <md...@apache.org>.
using check-release.sh:

+1

On 3.2.12 12:53, Jukka Zitting wrote:
> Hi,
>
> A candidate for the Jackrabbit 2.4.0 release is available at:
>
>      http://people.apache.org/~jukka/jackrabbit/2.4.0/
>
> The release candidate is a zip archive of the sources in:
>
>      http://svn.apache.org/repos/asf/jackrabbit/tags/2.4.0/
>
> The SHA1 checksum of the archive is ff9332ffb571ebd3b22717a8f30e4aa2c5e6d759.
>
> A staged Maven repository is available for review at:
>
>      https://repository.apache.org/content/repositories/orgapachejackrabbit-183/
>
> The command for running automated checks against this release candidate is:
>
>      $ sh check-release.sh jukka 2.4.0 ff9332ffb571ebd3b22717a8f30e4aa2c5e6d759
>
> Please vote on releasing this package as Apache Jackrabbit 2.4.0.
> 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.4.0
>      [ ] -1 Do not release this package because...
>
> My vote is +1.
>
> BR,
>
> Jukka Zitting