-
Notifications
You must be signed in to change notification settings - Fork 13
Resources should be Serializable #129
Comments
Hello Thomas, we are aware of this problem but have so far refrained from implementing What do the others think? |
IMHO the current implementations of the classes are fine, with one exception:
I think we can neglect
We are already doing this: see addon-administration.
For For |
@sputnik27 @dacrome ping |
@osiam/owners Anyone got an opinion about this? |
Since no one objected to this, I will do it. |
Shall we move the debate about |
We should definitely create an issue for making |
For now, I don't see a consensus emerging. So let's wait until monday when @wallner is back and discuss this then. |
I'm fine with makin the resources Serializable. I think they have proven stable by now. Please consider my comment on #145. |
Just played a bit with the osiam docker image.
After a restart of the tomcat server I see some exceptions in the log indicating that scim
User
s orResource
s in general cannot be serialized which makes tomcat bark when it tries to serialize HttpSession contents.I'd suggest that you make
Resource
s serializable to avoid such problems.The text was updated successfully, but these errors were encountered: