Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] JSP requires annotations

I removed annotations from my Jetty startup, but it is still being loaded.
Appears to be because the jsp module depends on it.
Looks like this code was added a while back in

https://github.com/eclipse/jetty.project/commit/af27566d2b3e5be2fa7c3a81c377c5ba5a223d5b

I'd rather not incur the scan time for annotation parsing.

Is there a reason JSP module cannot work with annotations that anyone can recall?

If not, is there a way I can disable a depends module from being added, or do I just need to add a empty annotations.mod in my jetty-base?

Thanks,
Padraic


Back to the top