mirror of https://github.com/apache/openjpa.git
OPENJPA-1518 Show as being fixed in 2.0.0-beta2
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920923 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
65b496cd98
commit
f50f847e97
|
@ -178,6 +178,7 @@ Bug
|
||||||
* [OPENJPA-1506] - ConfigurationImpl.equals fails using a OpenJPA derived provider
|
* [OPENJPA-1506] - ConfigurationImpl.equals fails using a OpenJPA derived provider
|
||||||
* [OPENJPA-1507] - NPE with a non-JDBC store manager
|
* [OPENJPA-1507] - NPE with a non-JDBC store manager
|
||||||
* [OPENJPA-1509] - Enum field types cannot be modified in an in-memory JPQL bulk update statement
|
* [OPENJPA-1509] - Enum field types cannot be modified in an in-memory JPQL bulk update statement
|
||||||
|
* [OPENJPA-1518] - Remove WARN messages for uncacheable finder select statements
|
||||||
* [OPENJPA-1533] - JPA2 select math mix with aggregate reports syntax error
|
* [OPENJPA-1533] - JPA2 select math mix with aggregate reports syntax error
|
||||||
|
|
||||||
Improvement
|
Improvement
|
||||||
|
|
|
@ -251,6 +251,8 @@ in each release of OpenJPA.</P>
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1509'>OPENJPA-1509</a>] - Enum field types cannot be modified in an in-memory JPQL bulk update statement
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1509'>OPENJPA-1509</a>] - Enum field types cannot be modified in an in-memory JPQL bulk update statement
|
||||||
</li>
|
</li>
|
||||||
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1518'>OPENJPA-1518</a>] - Remove WARN messages for uncacheable finder select statements
|
||||||
|
</li>
|
||||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1533'>OPENJPA-1533</a>] - JPA2 select math mix with aggregate reports syntax error
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1533'>OPENJPA-1533</a>] - JPA2 select math mix with aggregate reports syntax error
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue