imutable objects and constructor injection
Brought to you by:
niallg
A have a graph of objects, all of them are imutable. Some of my objects have multiple constructors and Simple has problems picking the right one during serialization.
I have attached 4 java files to reproduce my usecase.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
tests to reproduce the issue
This is not really a bug, default constructors are the highest priority, so if at all possible they will be choosen first. I may consider a change here in a future release.