| Hi, I'm getting stackOverflow error on compilation phase in my project. It seems, that annotation-processor tries to analyze objects, which have circullar dependency and creates endless loop. Here is minimal example of project with such issue: https://github.com/gladorange/hv-issue just try to build it with "mvn clean install" This issue presents in 6.X.X branch also, but not in 5.3.5.Final. |