diff --git a/openjpa-project/CHANGES.txt b/openjpa-project/CHANGES.txt index 0077eb3bb..839fcad3f 100644 --- a/openjpa-project/CHANGES.txt +++ b/openjpa-project/CHANGES.txt @@ -173,6 +173,7 @@ Bug * [OPENJPA-1460] - Fix scope visibility of orm.xml when it is packaged in both ear file and war file * [OPENJPA-1483] - count (Distinct e) in JPQL gives wrong result when the id field is a compound primary key * [OPENJPA-1485] - isLoaded util method does not behave per spec for collection attributes and basic type + * [OPENJPA-1494] - Criteria query IN predicate generates incorrect SQL * [OPENJPA-1496] - Fail to set temporal parameter * [OPENJPA-1504] - Validation junits should not rely on Hibernate Impl * [OPENJPA-1506] - ConfigurationImpl.equals fails using a OpenJPA derived provider diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html index b4c846043..ef95b6771 100644 --- a/openjpa-project/RELEASE-NOTES.html +++ b/openjpa-project/RELEASE-NOTES.html @@ -241,6 +241,8 @@ in each release of OpenJPA.

  • [OPENJPA-1485] - isLoaded util method does not behave per spec for collection attributes and basic type
  • +
  • [OPENJPA-1494] - Criteria query IN predicate generates incorrect SQL +
  • [OPENJPA-1496] - Fail to set temporal parameter
  • [OPENJPA-1504] - Validation junits should not rely on Hibernate Impl