1

So I am currently updating a application from play framework version 2.5 to 2.6 and am working through all the dependency updates... I feel like I am playing whack a mole.
and now there are suddenly ClassNotFoundExceptions because the classes are not in the same classloader as before and the access over reflection doesn't work anymore.

Anyone got some tips why the classloader is differing?
I think it might be because some dependency conflicts or such.

Comments
Add Comment