Release Notes for OpenJPA

Overview

These notes describe the difference between OpenJPA release 1.1.0 and the preceding releases, 0.9.6, 0.9.7, and 1.0.0.

OpenJPA is a feature-rich implementation of the persistence part of Java Community Process JSR-220 (Enterprise JavaBeans 3.0), which is known as the Java Persistence API (JPA). OpenJPA can be used as a stand-alone POJO persistence layer, or it can be integrated into any EJB3.0 compliant container and many lightweight frameworks. This release of OpenJPA is 100% compliant with the JPA specification.

Additional information on the OpenJPA project may be found at the project web site: http://openjpa.apache.org

License

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

The license may also be found in LICENSE.txt which is included in each release of OpenJPA.

Prerequisites

In normal usage, OpenJPA requires Java 5 or higher and a relational database of some sort.

Documentation

If you have questions about OpenJPA, a good source of information is the online product manual. You can find the manual for the current release as well as older releases of OpenJPA at http://openjpa.apache.org/documentation.html

If you can't find what you're looking for in the manual or would like more clarification you please post to the OpenJPA development mailing list. Information on all of the OpenJPA mailing lists may be found here: http://openjpa.apache.org/mailing-lists.html

Getting Involved

The Apache OpenJPA project is being built by the open source community for the open source community - we welcome your input and contributions!

What we are looking for

How do I Contribute?

OpenJPA 1.1.0 Release Notes

Sub-tasks

Bugs

Improvements

New Features

OpenJPA 1.0.2 Release Notes

Bugs

OpenJPA 1.0.1 Release Notes

Bugs

Sub-tasks

Improvements

OpenJPA 1.0.0 Release Notes

Bugs fixed

Sub-task

Improvements

New Feature

OpenJPA 0.9.7 Release Notes

Bugs

The following bugs have been fixed for release 0.9.7
  • [OPENJPA-202] - after invoking LRS processing in a client by calling an @LRS annotated relationship, the next em.clear()/em.close() gets org.apache.openjpa.persistence.InvalidStateException: You cannot transfer large result set fields from one object or field to another
  • [OPENJPA-208] - NoResultException and NonUniqueResultException are not thrown when expected
  • [OPENJPA-214] - Need to support floating point primary keys
  • Improvements

    Improvements made for release 0.9.7

    New Features

    Features added for release 0.9.7

    Task

    Tasks done for release 0.9.7

    Test

    Additional testing done for release 0.9.7