We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8adebcb commit 28a18feCopy full SHA for 28a18fe
http-generator-core/src/main/java/io/avaje/http/generator/core/ProcessingContext.java
@@ -86,7 +86,7 @@ private static final class Ctx {
86
} else {
87
useJavax = (javax);
88
}
89
- this.javalin6 = elementUtils.getTypeElement("io.javalin.config.JavalinConfig") != null;
+ this.javalin6 = elementUtils.getTypeElement("io.javalin.config.RouterConfig") != null;
90
91
92
0 commit comments