Hacker News new | ask | show | jobs
by kgoutham93 2952 days ago
I think wildfly also uses serialization to store session state when scaling horizontally.
1 comments

The JPA spec requires entity IDs to be serializable and tomcat requires session variables to be serializable too.

This is going to break a lot of code.