Skip to content

Releases: redhat-developer/vscode-java

0.42.1

23 Apr 17:07
Compare
Choose a tag to compare
  • bug fix - fixed java.lang.UnsupportedClassVersionError when trying to run/test standalone code. See #801.

0.42.0

23 Apr 17:06
Compare
Choose a tag to compare
  • enhancement - added "imports" folding support. See #694.
  • enhancement - added Convert to static import code actions. See #958.
  • enhancement - added Java 12 support. See #959.
  • enhancement - eliminated CPU usage when idling on Windows. See #960.
  • enhancement - added UI to manage ambiguous imports. See #966.
  • bug fix - fixed occasional NPE when navigating to class, on Linux. See #963.

0.41.0

23 Apr 17:05
Compare
Choose a tag to compare
  • enhancement - added Generate hashcode() and equals()... source action. See 814.
  • enhancement - added reload prompt when extension bundles changed. See #822.
  • enhancement - added status to ExtensionAPI. See #830.
  • enhancement - improved failed JDK detection diagnostic. See #835.
  • bug fix - fixed the mechanism to resolve the package name of an empty java file. See #750.
  • bug fix - fixed server stopping when idling. See #815.
  • bug fix - signature help should select the 1st parameter after the opening round bracket. See JLS#947.
  • debt - subscribe all disposables to the extension's context. See #832.

0.40.0

23 Apr 17:01
Compare
Choose a tag to compare
  • enhancement - new source action: Override/Implement Methods.... See 749.
  • enhancement - attaching sources now use a project relative path, when possible. See JLS#906.
  • bug fix - definitely fixed the file handle/memory leak on Windows when idling (when using Java 9+), also reduced CPU usage. See JLS#936.

0.39.0

23 Apr 17:04
Compare
Choose a tag to compare
  • enhancement - automatically detect jars in lib/ folder next to standalone Java files. See #501.
  • bug fix - fixed default hover/source encoding. See #788.
  • bug fix - fixed file handle/memory leak on Windows when idling. See #789.
  • build - use Eclipse 2019-03 M2 bits. See JLS#934.

0.38.0

23 Apr 17:03
Compare
Choose a tag to compare
  • enhancement - new dialog asking to hide java project settings files on startup. See #776.
  • bug fix - pick up gradle properties updates when doing full build. See #758.
  • bug fix - fixed inactive autocompletion after inserting a snippet in some cases. See #768.