Todd Pollak

Results 4 comments of Todd Pollak

sure, ``` org.apache.maven.plugins maven-compiler-plugin 3.10.1 org.immutables value 2.9.0 io.jooby jooby-apt ${jooby.version} ``` is in a parent pom shared on all our modules. Fwiw we are on jooby 2.14.2.

Hmm, I wasn't able to run the bytecode viewer locally (maybe some m1mac issues), but I tried some online hosted decompilers and couldn't see the casts or other qualified names....

Yeah, that byte code viewer is giving me a cryptic error when trying to run the jar. The generated classes are in the JAR, and plent of other apps are...

I'm good in the sense that there are very easy workarounds here (just moving the generated classes to another module), but I wasn't able to solve the original issue. I...