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/12/03 16:47:41 UTC

[VOTE] Release Apache Jackrabbit 2.0 beta4

Hi,

A new Jackrabbit 2.0 beta release candidate is available at:

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

See the RELEASE-NOTES.txt file (also included at the end of this
message) for details about this release. The release candidate is a
zip archive of the sources in:

    http://svn.apache.org/repos/asf/jackrabbit/tags/2.0-beta4/

The SHA1 checksum of the release package is
540559a3e0c97118a49f5ab7b4881748004d19e5.

In addition to the source archive and the main binaries included in
the directory linked above, there is also a staged Maven repository
containing all the other binary release artifacts:

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

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

Here's my +1.

BR,

Jukka Zitting


Release Notes -- Apache Jackrabbit -- Version 2.0-beta4

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

This is a beta release of Apache Jackrabbit 2.0. This release is a fully
compliant implementation of the JCR 2.0 API that was specified by the
Java Specification Request 283 (JSR 283, http://jcp.org/en/jsr/detail?id=283).
However, the beta status of this release means that some parts of the
implementation are not yet ready for normal 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 the official 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.

  * Database connection pooling is now available for all database backends.

  * Data store feature enabled in the default repository configuration.

  * Full text indexing with Apache Tika. Jackrabbit can now extract and
    index the full text content of many new types of documents, including
    the Office Open XML files produced by Microsoft Office 2007 and higher.

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 zip 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/

[RESULT] [VOTE] Release Apache Jackrabbit 2.0 beta4

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

On Thu, Dec 3, 2009 at 4:47 PM, Jukka Zitting <ju...@gmail.com> wrote:
> Please vote on releasing this package as Apache Jackrabbit 2.0-beta4.

This vote passes as follows:

    +1 Jukka Zitting
    +1 Martijn Hendriks
    +1 Sébastien Launay

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

BR,

Jukka Zitting

Re: [VOTE] Release Apache Jackrabbit 2.0 beta4

Posted by Martijn Hendriks <mh...@gmail.com>.
Hi,

[X] +1 Release this package as Apache Jackrabbit 2.0-beta4

* checksums ok
* license, notice, header and readme files  ok
* maven build ok

Best regards,
Martijn

Re: [VOTE] Release Apache Jackrabbit 2.0 beta4

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

On Fri, Dec 4, 2009 at 2:06 PM, Sébastien Launay
<se...@gmail.com> wrote:
> The second has been marked as fixed in JCR-2326 [2] but the test case is
> still active and it already happened with the 2.0-beta3 release.

I didn't see the problem but then again I don't have anything at port
80 on my computer. I reopened JCR-2326 since I agree that the test
should not depend on such environment factors.

> I am also thinking about adding a note in the RELEASE-NOTES.txt
> about the libraries upgraded with JCR-2389 [3] for people who are
> not using Maven.

Good point.

BR,

Jukka Zitting

Re: [VOTE] Release Apache Jackrabbit 2.0 beta4

Posted by Sébastien Launay <se...@gmail.com>.
Hi,

[X] +1 Release this package as Apache Jackrabbit 2.0-beta4

- checksums [OK]
- signature [OK]
- license, notice, header and readme files [OK]
- maven build [OK with two failed tests] with Ubuntu Jaunty / Sun Java
1.6.0_14-b08

Two test cases prevent the build from being successful but
i think these tests are not critical for releasing a beta version:
- org.apache.jackrabbit.core.query.lucene.IndexingQueueTest#testQueue
- org.apache.jackrabbit.client.RepositoryFactoryImplTest#testGetSpi2davexRepository

The first one has already been discussed with Jackrabbit Core #947 build [1].
The second has been marked as fixed in JCR-2326 [2] but the test case is
still active and it already happened with the 2.0-beta3 release.

I am also thinking about adding a note in the RELEASE-NOTES.txt
about the libraries upgraded with JCR-2389 [3] for people who are
not using Maven.

I do not test the maven artifacts just the source package and the war.

[1] http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/947/testReport/
[2] https://issues.apache.org/jira/browse/JCR-2326
[3] https://issues.apache.org/jira/browse/JCR-2389

--
Sébastien Launay