mirror of https://github.com/apache/openjpa.git
OPENJPA-1121 Update Changes/ReleaseNotes to say this was fixed in 2.0.0 M3
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920435 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
045eb544de
commit
97cd88adc3
|
@ -415,6 +415,7 @@ Bug
|
||||||
* [OPENJPA-1117] - Missing AgentClass attribute in openjpa-all-xxx.jar manifest.mf
|
* [OPENJPA-1117] - Missing AgentClass attribute in openjpa-all-xxx.jar manifest.mf
|
||||||
* [OPENJPA-1119] - NPE in InstrumentationFactory
|
* [OPENJPA-1119] - NPE in InstrumentationFactory
|
||||||
* [OPENJPA-1120] - idEquals() broken in BigDecimalId and BigIntegerId
|
* [OPENJPA-1120] - idEquals() broken in BigDecimalId and BigIntegerId
|
||||||
|
* [OPENJPA-1121] - Enums cause a ClassNotFoundException in the MappingTool
|
||||||
* [OPENJPA-1125] - A message is logged about dynamically loading the class enhancer even though I'm using the -javaagent
|
* [OPENJPA-1125] - A message is logged about dynamically loading the class enhancer even though I'm using the -javaagent
|
||||||
* [OPENJPA-1127] - Typos in user manual and log messages
|
* [OPENJPA-1127] - Typos in user manual and log messages
|
||||||
* [OPENJPA-1132] - Dropping constraints fails on MySQL
|
* [OPENJPA-1132] - Dropping constraints fails on MySQL
|
||||||
|
|
|
@ -626,6 +626,7 @@ in each release of OpenJPA.</P>
|
||||||
<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>
|
<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>
|
||||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1119'>OPENJPA-1119</a>] - NPE in InstrumentationFactory</li>
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1119'>OPENJPA-1119</a>] - NPE in InstrumentationFactory</li>
|
||||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1120'>OPENJPA-1120</a>] - idEquals() broken in BigDecimalId and BigIntegerId</li>
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1120'>OPENJPA-1120</a>] - idEquals() broken in BigDecimalId and BigIntegerId</li>
|
||||||
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1121'>OPENJPA-1121</a>] - Enums cause a ClassNotFoundException in the MappingTool</li>
|
||||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1125'>OPENJPA-1125</a>] - A message is logged about dynamically loading the class enhancer even though I'm using the -javaagent</li>
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1125'>OPENJPA-1125</a>] - A message is logged about dynamically loading the class enhancer even though I'm using the -javaagent</li>
|
||||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1127'>OPENJPA-1127</a>] - Typos in user manual and log messages</li>
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1127'>OPENJPA-1127</a>] - Typos in user manual and log messages</li>
|
||||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1132'>OPENJPA-1132</a>] - Dropping constraints fails on MySQL</li>
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1132'>OPENJPA-1132</a>] - Dropping constraints fails on MySQL</li>
|
||||||
|
|
Loading…
Reference in New Issue