Author: dwoods
Date: Tue Mar 9 14:49:27 2010
New Revision: 920903
URL: http://svn.apache.org/viewvc?rev=920903&view=rev
Log:
OPENJPA-1432 Show as being fixed in 2.0.0-beta
Modified:
openjpa/trunk/openjpa-project/CHANGES.txt
openjpa/trunk/openjpa-project/RELEASE-NOTES.html
Modified: openjpa/trunk/openjpa-project/CHANGES.txt
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/CHANGES.txt?rev=920903&r1=920902&r2=920903&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Tue Mar 9 14:49:27 2010
@@ -279,6 +279,7 @@ Bug
* [OPENJPA-1419] - Access path metadata set incorrectly for fetch joins in
Criteria Query
* [OPENJPA-1425] - Literal value in projection can not be parameterized
for all databases
* [OPENJPA-1431] - @Temporal annotation overrides the @Column annotation
when using in conjunction with @ElementCollection
+ * [OPENJPA-1432] - openjpa.Compatibility property for JPA 2.0 behavior may
be overwritten if this property is an argument to createEntityManagerFactory
* [OPENJPA-1435] - Multi-1xm relation of same type in entity yields extra
null in result collection
* [OPENJPA-1439] - Metamodel instantiation fails on InputStream properties
* [OPENJPA-1441] - NPE when enhancing a Serializable, versioned class
Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=920903&r1=920902&r2=920903&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Tue Mar 9 14:49:27 2010
@@ -424,6 +424,8 @@ in each release of OpenJPA.</P>
</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1431'>OPENJPA-1431</a>] -
@Temporal annotation overrides the @Column annotation when using in
conjunction with @ElementCollection
</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1432'>OPENJPA-1432</a>] -
openjpa.Compatibility property for JPA 2.0 behavior may be overwritten if
this property is an argument to createEntityManagerFactory
+</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1435'>OPENJPA-1435</a>] -
Multi-1xm relation of same type in entity yields extra null in result
collection
</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-1439'>OPENJPA-1439</a>] -
Metamodel instantiation fails on InputStream properties