mirror of
https://github.com/vim/vim.git
synced 2025-10-22 08:34:29 -04:00
runtime(java): Make changes for JDK 25
- Add to the list of java.lang classes three new types: IO, ScopedValue, and ScopedValue.Carrier. - Add to the list of java.lang interfaces a new type: ScopedValue.CallableOp. - "Demote" RuntimePermission from the list of java.lang class types to javaLangDeprecated. - Reintroduce supported syntax-preview-feature numbers 455 and 488 as _a new number_ 507. References: https://bugs.openjdk.org/browse/JDK-8353641 https://openjdk.org/jeps/506 (Scoped Values) https://openjdk.org/jeps/507 (Primitive Types in Patterns etc.) https://openjdk.org/jeps/512 (Compact Source Files etc.) closes: #18479 Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
85fd7f8983
commit
bfcf638c73
@@ -1,4 +1,4 @@
|
||||
// VIM_TEST_SETUP let g:java_syntax_previews = [455, 488]
|
||||
// VIM_TEST_SETUP let g:java_syntax_previews = [455, 488, 507]
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user