-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jakarta Servlet @WebFilter diagnostic #13
Labels
diagnostic
Diagnostic item
Comments
kathrynkodama
changed the title
Jakarta Servlet 4.0 @WebFilter diagnostic
Jakarta Servlet @WebFilter diagnostic
Oct 1, 2020
83 tasks
tiganov
added a commit
to tiganov/lsp4jakarta
that referenced
this issue
Sep 21, 2021
… to warning severity We do not have enough type hierarchy information to definitely say that the user is not extended/implementing the correct class/interface.
tiganov
added a commit
to tiganov/lsp4jakarta
that referenced
this issue
Sep 30, 2021
… to warning severity We do not have enough type hierarchy information to definitely say that the user is not extended/implementing the correct class/interface.
kathrynkodama
added a commit
to kathrynkodama/lsp4jakarta
that referenced
this issue
Nov 8, 2022
* updated documentation Signed-off-by: Kathryn Kodama <kathryn.s.kodama@gmail.com>
mezarin
added a commit
to mezarin/lsp4jakarta
that referenced
this issue
Oct 10, 2023
updates to allow vscode to connect to jakarta ls
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Classes annotated with
@WebFilter
must implement the Filter interface.https://jakarta.ee/specifications/servlet/5.0/apidocs/jakarta/servlet/annotation/WebFilter.html
https://jakarta.ee/specifications/servlet/5.0/apidocs/jakarta/servlet/Filter.html
See:
https://eclipse-ee4j.github.io/jakartaee-tutorial/servlets006.html
*note the tutorial is referring to Jakarta EE 8, with Jakarta EE 9 the package names will change to jakarta... which is why they are slightly different in the apidocs.
The text was updated successfully, but these errors were encountered: