Skip to content

1.43.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 04:33
· 41 commits to main since this release
  • 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) from 1G to 2G. See #4062.
  • bug fix - Fix issues with Lombok @Builder annotation on record 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.