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 2009/09/04 11:51:00 UTC

[VOTE] Release Apache Jackrabbit 2.0-alpha10

Hi,

Here's the candidate for a new Jackrabbit 2.0 alpha release:

    http://people.apache.org/~jukka/jackrabbit/2.0-alpha10/

See the RELEASE-NOTES.txt file (also included at the end of this
message) for details about this release. The release candidate is a
jar archive of the sources in
http://svn.apache.org/repos/asf/jackrabbit/tags/2.0-alpha10. The SHA1
checksum of the release package is
01e033f40ba3b1f00bb74432a8f62df1e80b10cc.

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

Here's my +1.

PS. Note that I ran into some query test failures (see JCR-2295) often
while preparing this release. I'm not sure whether that's just a test
case issue or a symptom of a deeper problem in some of the recent
changes. In any case the problem didn't seem critical enough to block
an alpha release.

BR,

Jukka Zitting


Release Notes -- Apache Jackrabbit -- Version 2.0-alpha10

Introduction
------------

This is an alpha release of Apache Jackrabbit 2.0. This release implements
a pre-release version of the JCR 2.0 API, specified by the Java Specification
Request 283 (JSR 283, http://jcp.org/en/jsr/detail?id=283).

The purpose of this alpha release is to allow people to test and review
the new Jackrabbit and JCR 2.0 features before they are finalized. Feedback
to both the Jackrabbit project and the JSR 283 expert group is highly
appreciated. Note that an alpha release is not expected to be feature-complete
or otherwise suitable for production use.

Changes in this release
-----------------------

Jackrabbit 2.0 is a major upgrade from the earlier 1.x releases. The most
notable changes in this release are:

  * Upgrade to JCR 2.0. This Jackrabbit release implements and is based
    on a pre-release version of the JCR 2.0 API. All of the features
    required by the JSR 283 specification have been implemented.

  * Upgrade to Java 5. All of Jackrabbit (except the jcr-tests component)
    now requires Java 5 as the base platform. Java 1.4 environments are no
    longer supported.

  * Removal of deprecated classes and features. Jackrabbit 2.0 is not
    backwards compatible with client code that used any classes or features
    that had been deprecated during the 1.x release cycle.

  * Separate JCR Commons components. Many of the general-purpose JCR
    components like JCR-RMI and OCM are now developed and released
    separately from the Jackrabbit content repository. See the individual
    components for their most recent releases.

  * Data store feature enabled in the default repository configuration.

For more detailed information about all the changes in this and other
Jackrabbit releases, please see the Jackrabbit issue tracker at

    https://issues.apache.org/jira/browse/JCR

Release Contents
----------------

This release consists of a single source archive packaged as a jar file.
The archive can be unpacked with the jar tool from your JDK installation.
See the README.txt file for instructions on how to build this release.

The source archive is accompanied by SHA1 and MD5 checksums and a PGP
signature that you can use to verify the authenticity of your download.
The public key used for the PGP signature can be found at
https://svn.apache.org/repos/asf/jackrabbit/dist/KEYS.

About Apache Jackrabbit
-----------------------

Apache Jackrabbit is a fully conforming implementation of the Content
Repository for Java Technology API (JCR). A content repository is a
hierarchical content store with support for structured and unstructured
content, full text search, versioning, transactions, observation, and
more.

For more information, visit http://jackrabbit.apache.org/

About The Apache Software Foundation
------------------------------------

Established in 1999, The Apache Software Foundation provides organizational,
legal, and financial support for more than 100 freely-available,
collaboratively-developed Open Source projects. The pragmatic Apache License
enables individual and commercial users to easily deploy Apache software;
the Foundation's intellectual property framework limits the legal exposure
of its 2,500+ contributors.

For more information, visit http://www.apache.org/

Re: [VOTE] Release Apache Jackrabbit 2.0-alpha10

Posted by Marcel Reutegger <ma...@gmx.net>.
On Fri, Sep 4, 2009 at 11:51, Jukka Zitting<ju...@gmail.com> wrote:
> Please vote on releasing this package as Apache Jackrabbit
> 2.0-alpha10. 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 Do not release this package because...

one of the tests may corrupt the workspace and lead to other test
failures as seen by Sébastien (and others, including me).

See also JCR-2295. Excluding ConcurrentImportTest in the relevant
TestAll worked for me.

regards
 marcel

[RESULT] [VOTE] Release Apache Jackrabbit 2.0-alpha10

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

On Fri, Sep 4, 2009 at 11:51 AM, Jukka Zitting <ju...@gmail.com> wrote:
> Please vote on releasing this package as Apache Jackrabbit
> 2.0-alpha10. The vote is open for the next 72 hours and passes if a
> majority of at least three +1 Jackrabbit PMC votes are cast.

This vote failed to reach the required three +1 PMC votes, and the
release is thus cancelled. The tally is:

    +1 Jukka Zitting
    -1 Marcel Reutegger
    +0 Sébastien Launay

Thanks for the reviews!

> PS. Note that I ran into some query test failures (see JCR-2295) often
> while preparing this release.

This seemed to be a more widespread issue so it's probably good that
we sort it out before releasing more 2.0 alphas.

BR,

Jukka Zitting

Re: [VOTE] Release Apache Jackrabbit 2.0-alpha10

Posted by Sébastien Launay <se...@anyware-tech.com>.
Hi,

[X] +0 Release this package as Jackrabbit 2.0 alpha10

- checksums OK
- signature OK
- licence, notice, header, readme and release-notes files OK
- maven build OK with Ubuntu Jaunty / Sun Java 1.6.0_14 using:
wget https://issues.apache.org/jira/secure/attachment/12417006/jcr-2.0-b114.xml
wget https://issues.apache.org/jira/secure/attachment/12417005/jcr-2.0-b114.jar
mvn install:install-file -Dfile=jcr-2.0-b114.jar -DpomFile=jcr-2.0-b114.xml
cd jackrabbit-2.0-alpha10
mvn clean install

First build failed with:
*  Failed tests:
      testIsNull(org.apache.jackrabbit.core.query.SimpleQueryTest)

Second build failed with:
* Running org.apache.jackrabbit.core.TestAll
  Exception in thread "Executor 1" java.lang.NullPointerException
    at org.apache.jackrabbit.core.ItemImpl.isNew(ItemImpl.java:897)
    at
org.apache.jackrabbit.core.NodeImpl.getOrCreateProperty(NodeImpl.java:359)
    at
org.apache.jackrabbit.core.NodeImpl.internalSetProperty(NodeImpl.java:1204)
    at
org.apache.jackrabbit.core.ItemImpl.initVersionHistories(ItemImpl.java:749)
    at org.apache.jackrabbit.core.ItemImpl.save(ItemImpl.java:1076)
    at org.apache.jackrabbit.core.SessionImpl.save(SessionImpl.java:928)
    at
org.apache.jackrabbit.core.ConcurrentImportTest$1.execute(ConcurrentImportTest.java:92)
    at
org.apache.jackrabbit.core.AbstractConcurrencyTest$Executor.run(AbstractConcurrencyTest.java:209)
    at java.lang.Thread.run(Thread.java:619)
* Failed tests (reason of the failure):
     testSimpleQuerySQL4(org.apache.jackrabbit.core.query.SimpleQueryTest)

Third build (in jackrabbit-core) failed with:
* Running org.apache.jackrabbit.core.TestAll
  Exception in thread "Executor 1" java.lang.NullPointerException
    at org.apache.jackrabbit.core.ItemImpl.isNew(ItemImpl.java:897)
    at
org.apache.jackrabbit.core.NodeImpl.getOrCreateProperty(NodeImpl.java:359)
    at
org.apache.jackrabbit.core.NodeImpl.internalSetProperty(NodeImpl.java:1204)
    at
org.apache.jackrabbit.core.ItemImpl.initVersionHistories(ItemImpl.java:749)
    at org.apache.jackrabbit.core.ItemImpl.save(ItemImpl.java:1076)
    at org.apache.jackrabbit.core.SessionImpl.save(SessionImpl.java:928)
    at
org.apache.jackrabbit.core.ConcurrentImportTest$1.execute(ConcurrentImportTest.java:92)
    at
org.apache.jackrabbit.core.AbstractConcurrencyTest$Executor.run(AbstractConcurrencyTest.java:209)
    at java.lang.Thread.run(Thread.java:619)
  Exception in thread "Executor 3" java.lang.NullPointerException
    at org.apache.jackrabbit.core.ItemImpl.isNew(ItemImpl.java:897)
    at
org.apache.jackrabbit.core.NodeImpl.getOrCreateProperty(NodeImpl.java:359)
    at
org.apache.jackrabbit.core.NodeImpl.internalSetProperty(NodeImpl.java:1204)
    at
org.apache.jackrabbit.core.ItemImpl.initVersionHistories(ItemImpl.java:749)
    at org.apache.jackrabbit.core.ItemImpl.save(ItemImpl.java:1076)
    at org.apache.jackrabbit.core.SessionImpl.save(SessionImpl.java:928)
    at
org.apache.jackrabbit.core.ConcurrentImportTest$1.execute(ConcurrentImportTest.java:92)
    at
org.apache.jackrabbit.core.AbstractConcurrencyTest$Executor.run(AbstractConcurrencyTest.java:209)
    at java.lang.Thread.run(Thread.java:619)
* Failed tests (reason of the failure):
  testExecuteQueries(org.apache.jackrabbit.core.integration.AxisQueryTest)
  testDateOrder(org.apache.jackrabbit.test.api.query.OrderByDateTest)
  testDateOrderMillis(org.apache.jackrabbit.test.api.query.OrderByDateTest)
 
testDateOrderPositiveTimeZone(org.apache.jackrabbit.test.api.query.OrderByDateTest)
 
testDateOrderNegativeTimeZone(org.apache.jackrabbit.test.api.query.OrderByDateTest)
  testDoubleOrder1(org.apache.jackrabbit.test.api.query.OrderByDoubleTest)
  testDoubleOrder2(org.apache.jackrabbit.test.api.query.OrderByDoubleTest)
  testIntegerOrder(org.apache.jackrabbit.test.api.query.OrderByLongTest)
 
testMultipleOrder(org.apache.jackrabbit.test.api.query.OrderByMultiTypeTest)
  testStringOrder(org.apache.jackrabbit.test.api.query.OrderByStringTest)
  testLength(org.apache.jackrabbit.test.api.query.OrderByLengthTest)
  testLocalName(org.apache.jackrabbit.test.api.query.OrderByLocalNameTest)
  testName(org.apache.jackrabbit.test.api.query.OrderByNameTest)
  testLowerCase(org.apache.jackrabbit.test.api.query.OrderByLowerCaseTest)
  testLowerCase(org.apache.jackrabbit.test.api.query.OrderByUpperCaseTest)
  testDecimal(org.apache.jackrabbit.test.api.query.OrderByDecimalTest)
  testURI(org.apache.jackrabbit.test.api.query.OrderByURITest)
  testSetLimit(org.apache.jackrabbit.test.api.query.SetLimitTest)
 
testStringLiteral(org.apache.jackrabbit.test.api.query.qom.NodeLocalNameTest)
 
testBinaryLiteral(org.apache.jackrabbit.test.api.query.qom.NodeLocalNameTest)
 
testNameLiteral(org.apache.jackrabbit.test.api.query.qom.NodeLocalNameTest)
 
testPathLiteral(org.apache.jackrabbit.test.api.query.qom.NodeLocalNameTest)
  testEqualTo(org.apache.jackrabbit.test.api.query.qom.NodeLocalNameTest)
 
testGreaterThan(org.apache.jackrabbit.test.api.query.qom.NodeLocalNameTest)
 
testGreaterThanOrEqualTo(org.apache.jackrabbit.test.api.query.qom.NodeLocalNameTest)
  testLessThan(org.apache.jackrabbit.test.api.query.qom.NodeLocalNameTest)
 
testLessThanOrEqualTo(org.apache.jackrabbit.test.api.query.qom.NodeLocalNameTest)
  testLike(org.apache.jackrabbit.test.api.query.qom.NodeLocalNameTest)
  testNotEqualTo(org.apache.jackrabbit.test.api.query.qom.NodeLocalNameTest)
  testStringLiteral(org.apache.jackrabbit.test.api.query.qom.NodeNameTest)
  testBinaryLiteral(org.apache.jackrabbit.test.api.query.qom.NodeNameTest)
  testNameLiteral(org.apache.jackrabbit.test.api.query.qom.NodeNameTest)
  testPathLiteral(org.apache.jackrabbit.test.api.query.qom.NodeNameTest)
  testURILiteral(org.apache.jackrabbit.test.api.query.qom.NodeNameTest)
  testEqualTo(org.apache.jackrabbit.test.api.query.qom.NodeNameTest)
  testNotEqualTo(org.apache.jackrabbit.test.api.query.qom.NodeNameTest)
 
testNodeLocalName(org.apache.jackrabbit.test.api.query.qom.UpperLowerCaseTest)
  testNodeName(org.apache.jackrabbit.test.api.query.qom.UpperLowerCaseTest)

Fourth build was successful.

I vote +0 because:
- this is my first vote ;).
- i do not know if the failing query test cases are critical or not.
- but this is an alpha release.

--
Sébastien Launay