Y
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
imtringued
2951 days ago
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.
link
This is going to break a lot of code.