rapidoid / rapidoid

Rapidoid - Extremely Fast, Simple and Powerful Java Web Framework and HTTP Server!
http://www.rapidoid.org/
Apache License 2.0
1.63k stars 166 forks source link

JDK9 - MethodParameters warning #142

Open ben-manes opened 7 years ago

ben-manes commented 7 years ago

Compiling my project with Java 9 produces warnings like,

Task :caffeine:compileJmhJava /Users/ben/.gradle/caches/modules-2/files-2.1/org.rapidoid/rapidoid-commons/5.4.4/e0593fedfcdcc3c644861f3b9435824dd27d1754/rapidoid-commons-5.4.4.jar(/org/rapidoid/cache/Caching.class): warning: [classfile] MethodParameters attribute introduced in version 52.0 class files is ignored in version 51.0 class files

A quick google and I didn't see a good explanation for this warning.

nmihajlovski commented 7 years ago

Thanks for reporting this, I will take a look at it...