- performance - "Rebuild Projects" command should be done incrementally. See #4041.
- enhancement - Adopt quick fixes for various modifier corrections. See JLS#1053.
BodyForNativeMethod
,MethodRequiresBody
,OuterLocalMustBeEffectivelyFinal
,MissingSynchronizedModifierInInheritedMethod
,MethodCanBeStatic
,OverridingDeprecatedMethod
- enhancement - Add cleanups for various redundant modifiers/expressions/statements. See #4066.
- enhancement - Increase default value for maximum heap size (
Xmx
) from1G
to2G
. See #4062. - bug fix - Fix issues with Lombok
@Builder
annotation onrecord
type declarations. See #4050. - bug fix - Prevent code actions from failing with "Document does not match the AST". See #4027.
- bug fix - Handle snippets when opened (empty) Java file triggers activation. See #3940.
- bug fix - Remove JAXP entity limits when runtime is Java 24 or higher. See #4071.