You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We shouldn't be using deserializationContext as it is ment to be used when there is hierarchial dependency between not provided attributes. In our case we always have all required attributes provided. There may be problem though for selecting constructor or providing fields allready initilized so clazz.apply(....) may throw here. Further investigation will be needed. Although running unit tests in all modules should indicate problems.
The text was updated successfully, but these errors were encountered:
We shouldn't be using
deserializationContext
as it is ment to be used when there is hierarchial dependency between not provided attributes. In our case we always have all required attributes provided. There may be problem though for selecting constructor or providing fields allready initilized soclazz.apply(....)
may throw here. Further investigation will be needed. Although running unit tests in all modules should indicate problems.The text was updated successfully, but these errors were encountered: