Browse Source

Added note on OpenJDK 8 compatibility

pull/285/head
Juergen Hoeller 13 years ago
parent
commit
12699696f4
  1. 3
      src/dist/changelog.txt

3
src/dist/changelog.txt vendored

@ -6,7 +6,8 @@ http://www.springsource.org @@ -6,7 +6,8 @@ http://www.springsource.org
Changes in version 3.2.3 (2013-05-14)
-------------------------------------
* support for Hibernate 4.2 as JPA provider (SPR-10395)
* compatibility with OpenJDK 8 for target 1.5/1.6/1.7 compiled Spring 3.2.x applications (SPR-9639)
* HibernateJpaDialect support for Hibernate 4.2 as JPA provider (SPR-10395)
* minimized ASM usage during configuration class processing (SPR-10292)
* added public "getName()" accessor to MethodReference (SPR-10422)
* fixed ReflectiveMethodResolver to avoid potential UnsupportedOperationException on sort (SPR-10392)

Loading…
Cancel
Save