lsp4jakarta icon indicating copy to clipboard operation
lsp4jakarta copied to clipboard

Tags warn usage of URI and update to new URNs

Open isaacrivriv opened this issue 3 years ago • 0 comments

Description:

Jakarta EE10 Tags 3.0 updated the usage of URIs to the Jakarta namespace with URNs. Would be great to see the language server flagging these old URIs as warning and asking users to update to the new URNs.

http://java.sun.com/jsp/jstl/core -> jakarta.tags.core http://java.sun.com/jsp/jstl/fmt -> jakarta.tags.fmt http://java.sun.com/jsp/jstl/sql -> jakarta.tags.sql http://java.sun.com/jsp/jstl/xml -> jakarta.tags.xml

Specification:

https://jakarta.ee/specifications/tags/3.0/jakarta-tags-spec-3.0.html#multiple-tag-libraries

Type of language feature proposed:

Select all that apply

  • [x] diagnostic
  • [x] quick-fix
  • [ ] snippet
  • [ ] other, please specify:

isaacrivriv avatar Mar 15 '23 18:03 isaacrivriv