Spring 3.2.x with Java 8

There is a best effort support of JDK8 in the 3.2.x line, as of 3.2.9+.

See SPR-11656 for initial support in 3.2.9 and SPR-11979 for bytecode support improvements in 3.2.10. Please note the support limitations explained in the comments.

For comprehensive support of JDK8, please upgrade to Spring 4.x – there’s a dedicated wiki page explaining the upgrade path, and the Spring team made great efforts to make that upgrade experience really easy.

Leave a Comment