I had to install JCE with unlimited strength policy on my MacBook. Usual way:
go to Oracle pages and download JCE manually. Luckily I’m using brew
cask.
And quick test it’s installed
If JCE unlimited strength policy is not installed, then returned value is 128.
I had to add few fields into existing class wchih was simple POJO, but was used
in collections. And had equals and hashCode defined. I forgot to update
hashC...