Skip to content

Commit

Permalink
Merge pull request #372 from avaje/SentryMan-patch-1
Browse files Browse the repository at this point in the history
Fix Javalin 5 generation not triggering properly
  • Loading branch information
rob-bygrave authored Jan 8, 2024
2 parents 8adebcb + 28a18fe commit ae80ebe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private static final class Ctx {
} else {
useJavax = (javax);
}
this.javalin6 = elementUtils.getTypeElement("io.javalin.config.JavalinConfig") != null;
this.javalin6 = elementUtils.getTypeElement("io.javalin.config.RouterConfig") != null;
}
}

Expand Down

0 comments on commit ae80ebe

Please sign in to comment.