mirror of https://github.com/apache/openjpa.git
217 lines
12 KiB
HTML
217 lines
12 KiB
HTML
<!--
|
|
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.
|
|
-->
|
|
<html>
|
|
<title>Release Notes for Apache OpenJPA 2.1.1</title>
|
|
<body>
|
|
<h1>Release Notes for Apache OpenJPA 2.1.1</h1>
|
|
<p>
|
|
<ul>
|
|
<li><a href="#Overview">Overview</a></li>
|
|
<li><a href="#Prerequisites">Prerequisites</a></li>
|
|
<li><a href="#Documentation">Documentation</a></li>
|
|
<li><a href="#GetInvolved">Getting Involved</a></li>
|
|
<li><a href="#License">License</a></li>
|
|
<li><a href="#Notice">Notice</a></li>
|
|
<li><a href="#ReleaseNotes">Release Notes</a></li>
|
|
<li><a href="#Previous">Release Notes for previous OpenJPA releases</a></li>
|
|
</ul>
|
|
</p>
|
|
<BR>
|
|
<hr>
|
|
<h2><a name="Overview"></a>Overview</h2>
|
|
|
|
<P>
|
|
The Apache OpenJPA community is proud to release OpenJPA 2.1.1.
|
|
This distribution is based on the final JSR 317 Java
|
|
Persistence API, Version 2.0 specification and passes the JPA 2.0 TCK,
|
|
while remaining backwards compatiable with prior releases based on the
|
|
Java Persistence API (JPA 1.0) part of Java Community Process JSR-220
|
|
(Enterprise JavaBeans 3.0).
|
|
|
|
<p>Additional information on the OpenJPA project may be found at the project web site: <a href="http://openjpa.apache.org">http://openjpa.apache.org</a></p>
|
|
|
|
<h2><a name="Prerequisites"></a>Prerequisites</h2>
|
|
<P>OpenJPA requires Java 6 or higher and a relational
|
|
database of some sort.
|
|
</p>
|
|
|
|
<h2><a name="Documentation"></a>Documentation</h2>
|
|
<p>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
|
|
<a href="http://openjpa.apache.org/documentation.html">
|
|
http://openjpa.apache.org/documentation.html</a></p>
|
|
<p>If you can't find what you are looking for in the manual or would like more
|
|
clarification, please post to the OpenJPA development mailing list.
|
|
Information on all of the OpenJPA mailing lists may be found here:
|
|
<a href="http://openjpa.apache.org/mailing-lists.html">
|
|
http://openjpa.apache.org/mailing-lists.html</a></p>
|
|
|
|
<h2><a name="GetInvolved"></a>Getting Involved</h2>
|
|
<p>The Apache OpenJPA project is being built by the open source community for the open source community - we welcome your input and contributions!</p>
|
|
<P>What we are looking for:
|
|
<ul>
|
|
<li> Source code and fixes contributions </li>
|
|
<li> Documentation assistance </li>
|
|
<li> Product and feature suggestions </li>
|
|
<li> Detailed and constructive feedback </li>
|
|
<li> Articles and whitepapers </li>
|
|
</ul></p>
|
|
<p>How do I contribute?
|
|
<ul>
|
|
<li> To discuss Apache OpenJPA topics check out the mailing lists. </li>
|
|
<li> Informal discussion also occurs on the #openjpa IRC channel on
|
|
freenode.net. </li>
|
|
<li> Bugs and other issues can be posted on
|
|
<a href="https://issues.apache.org/jira/browse/OPENJPA">
|
|
the issue tracker</a>.
|
|
</li>
|
|
</ul>
|
|
</p>
|
|
|
|
<BR>
|
|
<hr>
|
|
<h2><a name="License"></a>License</h2>
|
|
<P>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.
|
|
<BR>You may obtain a copy of the License at:
|
|
<a href="http://www.apache.org/licenses/LICENSE-2.0">
|
|
http://www.apache.org/licenses/LICENSE-2.0</a>
|
|
<BR>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.</p>
|
|
<P>The license may also be found in LICENSE.txt which is included
|
|
in each release of OpenJPA.</P>
|
|
|
|
<h2><a name="Notice"></a>Notice</h2>
|
|
<p>Copyright 2006,2011 The Apache Software Foundation
|
|
<BR>This product includes software developed at The Apache Software Foundation (http://www.apache.org/).</p>
|
|
<P>Apache OpenJPA includes the persistence and orm schemas from the JPA specifications.
|
|
<BR>Copyright 2005-2009 Sun Microsystems, Inc. All rights reserved.
|
|
<BR>Apache OpenJPA elects to include this software in this distribution under the CDDL license.
|
|
<BR>You can obtain a copy of the License at:
|
|
<a href="https://glassfish.dev.java.net/public/CDDL+GPL.html">https://glassfish.dev.java.net/public/CDDL+GPL.html</a>
|
|
<BR>The source code is available at:
|
|
<a href="https://glassfish.dev.java.net/source/browse/glassfish/">https://glassfish.dev.java.net/source/browse/glassfish/</a></p>
|
|
<P>The complete list of notices can be found in NOTICE.txt included in each assembly.</p>
|
|
|
|
<BR>
|
|
<hr>
|
|
<h2><a name="ReleaseNotes">Release Notes</h2>
|
|
|
|
<hr>
|
|
<h3><a name="210">OpenJPA 2.1.1</h3>
|
|
Release Notes - OpenJPA - Version 2.1.1
|
|
|
|
<h2> Bug
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-940'>OPENJPA-940</a>] - Using table-generator in XML descriptor results in ClassCastException
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1657'>OPENJPA-1657</a>] - Postgres connection throws NPE with null properties
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1725'>OPENJPA-1725</a>] - Schemaname wrongly included in DBDictionary.checkNameLength after Tablename correctly truncated
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1787'>OPENJPA-1787</a>] - Bean validation fails merging a new entity
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1845'>OPENJPA-1845</a>] - the prepared query cache doesn't currently work correclty with 'SELECT IN' statements
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1884'>OPENJPA-1884</a>] - CacheStoreMode.REFRESH is not recognized for entity manager refresh operation
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1899'>OPENJPA-1899</a>] - Evict from L2 of a object causes secondary objects to never be loaded in graph
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1939'>OPENJPA-1939</a>] - index identifier max length for DB2 v9 is 128.
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1940'>OPENJPA-1940</a>] - ReverseMapping tool does not find primary keys with Oracle
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1943'>OPENJPA-1943</a>] - Query timeout hint not honored consistently when pessimistic lock is issued to database requires multi-statements locking scheme
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1944'>OPENJPA-1944</a>] - Extra select statements executed when version column is null.
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1957'>OPENJPA-1957</a>] - XML overriding column names for ArrayList attributes causes exception.
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1958'>OPENJPA-1958</a>] - IndexOutOfBoundsException in BatchingPreparedStatementManagerImpl
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1959'>OPENJPA-1959</a>] - RuntimeExceptionTranslator should be transient in DelegatingQuery
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1965'>OPENJPA-1965</a>] - ClassCastException when using JAXB and MetaModel annotation processor
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1968'>OPENJPA-1968</a>] - SQLServerDictionery not using DATETIME2 for jdbc driver other than MS JDBC driver
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1969'>OPENJPA-1969</a>] - SQLServer / DataDirect SQLCode=HYT00 not handled
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1985'>OPENJPA-1985</a>] - ClassCastException in max(Timestamp) function on PostgreSQL
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1986'>OPENJPA-1986</a>] - Extra queries being generated when cascading a persist
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1989'>OPENJPA-1989</a>] - *ToOne relationships specified as LAZY in xml aren't honored
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1996'>OPENJPA-1996</a>] - OpenJPA Samples fail on MacOS X
|
|
</li>
|
|
</ul>
|
|
|
|
<h2> Improvement
|
|
</h2>
|
|
<ul>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1778'>OPENJPA-1778</a>] - Improved error information for unenhanced classes.
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1798'>OPENJPA-1798</a>] - Improve messages in localize.properties
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1972'>OPENJPA-1972</a>] - DB2 V9.7 changed the default behavior concerning blocking behavior with isolation levels greater then read uncommitted
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1990'>OPENJPA-1990</a>] - Skip getting extend exception text when running on DB2
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1999'>OPENJPA-1999</a>] - Optional support for non-sequential positional parameters
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2014'>OPENJPA-2014</a>] - Allow proxies to stay in place when Detaching
|
|
</li>
|
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2020'>OPENJPA-2020</a>] - Make some members of StateManagerImpl protected to allow for greater extensability
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
<BR>
|
|
<hr>
|
|
<h2><a name="Previous"></a>Previous Releases</h2>
|
|
<p>Release notes for earlier releases of OpenJPA may be found in SVN at the following locations.
|
|
<ul>
|
|
<li><a href='http://svn.apache.org/viewvc/openjpa/tags/2.1.0/openjpa-project/RELEASE-NOTES.html?view=co'>OpenJPA 2.1.0 RELEASE-NOTES.html</a></li>
|
|
<li><a href='http://svn.apache.org/viewvc/openjpa/tags/2.0.1/openjpa-project/RELEASE-NOTES.html?view=co'>OpenJPA 2.0.1 RELEASE-NOTES.html</a></li>
|
|
<li><a href='http://svn.apache.org/viewvc/openjpa/tags/2.0.0/openjpa-project/RELEASE-NOTES.html?view=co'>OpenJPA 2.0.0 RELEASE-NOTES.html</a></li>
|
|
<li><a href='http://svn.apache.org/viewvc/openjpa/tags/1.2.2/openjpa-project/RELEASE-NOTES.html?view=co'>OpenJPA 1.2.2 RELEASE-NOTES.html</a></li>
|
|
<li><a href='http://svn.apache.org/viewvc/openjpa/tags/1.2.1/openjpa-project/RELEASE-NOTES.html?view=co'>OpenJPA 1.2.1 RELEASE-NOTES.html</a></li>
|
|
<li><a href='http://svn.apache.org/viewvc/openjpa/tags/1.1.0/openjpa-project/RELEASE-NOTES.html?view=co'>OpenJPA 1.1.0 RELEASE-NOTES.html</a></li>
|
|
<li><a href='http://svn.apache.org/viewvc/openjpa/tags/1.0.4/openjpa-project/RELEASE-NOTES.html?view=co'>OpenJPA 1.0.4 RELEASE-NOTES.html</a></li>
|
|
<li><a href='http://svn.apache.org/viewvc/openjpa/tags/1.0.3/openjpa-project/RELEASE-NOTES.html?view=co'>OpenJPA 1.0.3 RELEASE-NOTES.html</a></li>
|
|
</ul></p>
|
|
|
|
<hr>
|
|
<p>Copyright (C) 2006,2011 Apache Software Foundation. Licensed under Apache License 2.0.<br>
|
|
Apache, the Apache feather logo and OpenJPA are trademarks of Apache Software Foundation.<br>
|
|
</body>
|
|
</html>
|