mirror of https://github.com/apache/openjpa.git
OPENJPA-1074 Show as being fixed in 2.0.0-M3
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@926422 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
db10ada93e
commit
a7c0b3e918
|
@ -425,6 +425,7 @@ Bug
|
|||
* [OPENJPA-1049] - Query against a MappedSuperclass is not supported
|
||||
* [OPENJPA-1061] - Entities extending from a Mapped Superclass that defines the ID fields share the same ObjectID type parameter
|
||||
* [OPENJPA-1065] - Prepared Query Cache does not work with DataCache
|
||||
* [OPENJPA-1074] - OrderColumn does not maintain index upon inter-list element removal - Phase 1
|
||||
* [OPENJPA-1100] - @Version-Annotation on Column with unsupported type (e.g. BigDecimal) is silently ignored, but should raise an error
|
||||
* [OPENJPA-1116] - Annotation Strategy not working
|
||||
* [OPENJPA-1117] - Missing AgentClass attribute in openjpa-all-xxx.jar manifest.mf
|
||||
|
|
|
@ -647,6 +647,7 @@ in each release of OpenJPA.</P>
|
|||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1049'>OPENJPA-1049</a>] - Query against a MappedSuperclass is not supported</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1061'>OPENJPA-1061</a>] - Entities extending from a Mapped Superclass that defines the ID fields share the same ObjectID type parameter</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1065'>OPENJPA-1065</a>] - Prepared Query Cache does not work with DataCache </li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1074'>OPENJPA-1074</a>] - OrderColumn does not maintain index upon inter-list element removal - Phase 1</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1100'>OPENJPA-1100</a>] - @Version-Annotation on Column with unsupported type (e.g. BigDecimal) is silently ignored, but should raise an error</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1116'>OPENJPA-1116</a>] - Annotation Strategy not working</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1117'>OPENJPA-1117</a>] - Missing AgentClass attribute in openjpa-all-xxx.jar manifest.mf</li>
|
||||
|
|
Loading…
Reference in New Issue