]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(java): Update java[CR]_JavaLang type lists (#14297)
authorAliaksei Budavei <32549825+zzzyxwvut@users.noreply.github.com>
Tue, 26 Mar 2024 17:12:05 +0000 (20:12 +0300)
committerGitHub <noreply@github.com>
Tue, 26 Mar 2024 17:12:05 +0000 (18:12 +0100)
commit63d68c2c218eeb80c164e1c56c53f51a9e92a5eb
tree21b7da9faad18dba22a76f1215b2b2a919d45879
parente6e3a7aaf01cb0ab73aebe1779c7d3ab95ffa2c2
runtime(java): Update java[CR]_JavaLang type lists (#14297)

- Add to the list of java.lang runtime exceptions two new
  types: MatchException (Pattern Matching for _switch_) and
  WrongThreadException (Virtual Threads).
- "Demote" Compiler (removed in JDK 21) from the list of
  java.lang class types to a new list javaLangDeprecated.

References:
https://bugs.openjdk.org/browse/JDK-8205129
https://bugs.openjdk.org/browse/JDK-8282274
https://bugs.openjdk.org/browse/JDK-8284161

Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/java.vim