I am trying to integrate Glowroot into my Java application. Unfortunately, I get the following error:
2022-05-13 09:25:57.777 ERROR o.g.a.w.PointcutClassFileTransformer - Unsupported class file major version 61
java.lang.IllegalArgumentException: Unsupported class file major version 61
at org.glowroot.agent.shaded.org.objectweb.asm.ClassReader.<init>(ClassReader.java:196)
Neither Glowroot nor my application seem to use gradle so I have no idea where this incompatibility is coming from.
Have you got any idea on how I could find the source of the incompatibility and then how I could fix it?
Thank you!
EDIT: I use Glowroot in the version 0.13.6 .
Second edit: Seems like the version of glowroot was the issue...