Closed as not planned
Closed as not planned
Description
I have encountered a very strange issue and I'm not sure what to make of it.
It seems that: if AOP is enabled, Spring Data Rest is enabled, and a bean is marked @Lazy
, then the constants in TypeInformation
return null instead of thier expected values. I was able to narrow this down to a minimal example project.
That example project encompasses pretty much everything I know about this problem in the most minimal form I could find; but I'm more than happy to answer any questions if I can.