- enhancement - Experimental support for using
javac
as the compiler. See #3167, #3299. - bug fix - Intermittent failures to suggest Java core packages for completion & code actions. See #3296.
- bug fix - Type declaration snippets should respect
java.templates.typeComment
. See #3295. - bug fix -
java.diagnostic.filter
is broken on Windows. See #3290. - bug fix - Linux release package files have excessive permissions. See #3293.
- bug fix - No delegateCommandHandler for
java.apply.workspaceEdit
. See #376. - dependencies - Bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.0 to 3.8.1. See #3306.
- dependencies - Bump org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin from 1.5.1 to 1.5.2. See #3288.
- build - o.e.jdt.ls.repository should publish all dependencies. See #3001.
- performance - Consider token to limit the chains that are searched. See #2835.
- enhancement - Provide support for Java 23. See #3278, #3282.
- enhancement - Support dynamic code actions through LSP snippet syntax. See #3229, #3267.
- enhancement - Control scope for search operations (eg. references, call hierarchy, workspace symbols). See #3252.
- enhancement - Introduce new type mismatch quickfix for constructor invocations. See #3241.
- enhancement - Add "Organize Imports" as a clean up. See #3272.
- bug fix - Import Gradle project via. Buildship if Gradle Build Server is not available. See #3245.
- bug fix - Copy/paste will not escape content within String literal when code has error. See #3268.
- bug fix - Allow "remove abstract" quickfix under
javac
. See #3259. - bug fix - Fix license check workflow after repository move. See #3264.
- bug fix - Update supported Java versions in
README.md
. See #3266. - bug fix -
CompletionHandlerTest#testCompletion_Lambda
fails randomly. See #3263. - bug fix - Improve rename tests so they can work with
javac
. See #3260. - bug fix - Fix
ConnectionStreamFactory
withjavac
. See #3258. - dependencies - Bump tycho-version from 4.0.8 to 4.0.9. See #3276.
- dependencies - Bump org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin from 1.5.0 to 1.5.1. See #3285.
- enhancement - Support custom source file extensions. See #3222.
- enhancement - Notify that enabling preview features on incompatible compliance level fails build. See #3131.
- bug fix - Fix
ClassCastException
for the file paste event. See #3239. - bug fix - Dispose of stale AST model references on deletion. See #3244.
- bug fix - Better handling when file path contains non-ASCII characters. See #3235.
- bug fix - Add Gradle 8.8 to compatibility check. See #3212.
- bug fix - Fix Gradle tests started with Java 23. See #3238.
- bug fix - Enable M2E JDK toolchain lookup (
toolchains.xml
) for project manager tests. See #3240. - bug fix - Fix
AbstractQuickFixTest#evaluateCodeActions(..)
logic. See #3242. - dependencies - Update to LSP4J 0.23.1. See #3209.
- dependencies - Update target platform to newer 4.33-I-builds (I20240820-1800). See #3246.
- dependencies - Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.0. See #3248.
- performance - Clean up invalid projects during the initialization. See #3208.
- enhancement - Add
java.diagnostic.filter
to exclude files from diagnostic publishing. See #3218. - enhancement - Add support for callees based on implementors for call hierarchy. See #2780.
- bug fix - Call hierarchy should handle lack of classfile content support from client. See #3206.
- bug fix - Fix package declaration in test file. See #3223.
- bug fix - Fix duplicated content in test class. See #3219.
- dependencies - Target platform update resulting in loss of support for Java versions older than 1.8. See #3227.
- dependencies - Bump org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin from 1.4.3 to 1.5.0. See #3217.
- performance - Ensure every null analysis annotation has a value defined when enabled. See #3196.
- enhancement - Add
final
to "Extract to local variable" quick assist if requested. See #3198. - bug fix - Revalidate project files after classpath changes when autobuild is off. See #3155.
- bug fix - Code completion fails with classes that are permitted by a sealed class. See #3195.
- bug fix - Some code actions may fail to resolve when machine's processor count too low. See #3180.
- bug fix - Support the import of multi-folder Gradle projects with same name. See #1743.
- bug fix - Autobuild setting should be respected on initialization. See #3176.
- bug fix - Improve chain completion by waiting for either "main" or "context" chains. See #2730.
- bug fix - Report only one instance of a logged error through telemetry. See #3190.
- bug fix - Filter reported for
workspace/willRenameFiles
should include folders/packages. See #3183. - bug fix - Add windows checks for
jdtls.py
. See #3179. - dependencies - Update target platform to newer 4.33-I-builds (I20240621-0030). See #3200.
- dependencies - Bump build dependency plugins. See #3185, #3187, #3197, #3201, #3186.
- performance - Create the default project only when it is necessary. See #3140.
- performance - Improve order of operations when importing multi-module Maven projects. See #3150.
- enhancement - Support delegate API to retrieve/update active profiles of Maven projects. See #3158.
- enhancement - Support delegate API for updating Java project options. See #3162.
- bug fix - Fix indentation for new line preceded by comma. See #3142.
- bug fix - Switch expression on a boolean value does not report error. See #3141.
- bug fix -
codeActionKinds
not sent whenCodeActionClientCapabilities
is not dynamic. See #3148. - bug fix - Only clean default project when building workspace if it exists. See #3153.
- dependencies - Update Tycho from 4.0.7 to 4.0.8. See #3164.
- dependencies - Update to Apache Commons Codec 1.17.0. See #3169.
- dependencies - Update target platform to 4.32-I-builds (I20240526-1800). See #3168.
- debt - Make use of new getters in superclass to override javadoc formatting. See #3144.
- enhancement - Add
final
to new declarations generated from code actions. See #2371. - bug fix - Qualifier of workspace symbol search should be wildcard search. See #3134.
- bug fix - Proper support
workspace/willRenameFiles
withwillRename
capability. See #3126. - bug fix - Static imports with wildcard should resolve all elements. See #3130.
- build - Update target platform to newer 4.32-I-builds (I20240416-1800). See #3136.
- enhancement - Provide support for Java 22. See #3111.
- enhancement - Add setting to group completion items representing overloaded methods together. See #2282, #3086.
- enhancement - Automatically rename file to match type declaration once save is triggered. See #3091.
- enhancement - Support updating whole classpath of the project in delegate commands. See #3098.
- enhancement - Read the server logs in order to discover early startup log messages. See #3106.
- bug fix - Signature help should display all overloaded methods. See #3052.
- bug fix - Fix issues with Unnamed classes (Java 21) (reference computation, code actions, compilation). See #3069, #3089, #3090.
- bug fix - Support list of patterns in case statements (Java 21). See #3043.
- bug fix - Allow methods, inherited fields, inherited methods for
Generate toString()
code action. See #3055. - bug fix - Update Buildship to 3.1.10, which fixes "Marker property value is too long". See #2424.
- bug fix - Set the
nullUncheckedConversion
setting to be ignored by default. See #3067. - bug fix - Fix NPE when fetching the classpath of the project. See #3115.
- bug fix - Handle a non-existent completion item insert text mode capability. See #3116.
- bug fix - Add
--java-executable
argument tojdtls.py
wrapper. See #3080. - bug fix - Fix python script to retrieve
JAVA_HOME
executable on Windows. See #3071. - dependencies - Update to LSP4J 0.22.0. See #3099.
- dependencies - Update target platform to Eclipse 2024-03 release & 4.31-I-builds content. See #3076, #3105.
- dependencies - Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.1. See #3095, #3102.
- build - Fix tests failing to run on MacOS. See #3113.
- build - Update Tycho from 4.0.5 to 4.0.7. See #3064, #3117.
- debt - Migrate ReorgCorrections, TypeMismatch, UnresolvedElements sub processors. See #3045, #3048.
- enhancement - Add Unnamed classes (Java 21) preview support. See #3042.
- enhancement - Add support for manual cleanup actions command. See #3010.
- bug fix - Support Gradle 8.5 with Java 21. See #3044.
- build - Add missing About files to bundles. See #3057.
- debt - Reduce duplicate code by consuming subprocessors (Javadoc, Getter/Setter, Serial version) from jdt.core.manipulation. See #3036.
- enhancement - Add Unnamed patterns and variables (Java 21) preview support. See #2963.
- enhancement - Add quick fixes for for suppressing warnings using
@SuppressWarnings
. See #2698. - enhancement - Add quick fixes for uninitialized
final
fields. See #1328. - enhancement - Add support for externally provided
lifecycle-mapping-metadata.xml
file. See #3005. - enhancement - Support accessing project nature IDs through delegate command. See #3029.
- enhancement - Add new delegate command/options to to query classpath entries and update source paths. See #3033.
- bug fix - Allow generic snippets to be returned when completion token is
null
. See #3026. - bug fix - Allow to import the newly created maven submodule within a multi-module project. See #3023.
- bug fix - Avoid string concatenation with
Runtime.getRuntime().exec(..)
. See #3022. - dependencies - Update LSP4J to 0.21.2. See #3024.
- build - Build against
eclipse-jdtls/jdt-core-incubator
. See #2963. - build - Bump Tycho from 4.0.4 to 4.0.5. See #3037.
- build - Update target platform to latest 4.31-I-build. See #3020.
- debt - Use
AddMissingMethodDeclarationFixCore
from jdt.core.manipulation. See #3014. - documentation - Added OpenSumi as a consuming client. See #3034.
- performance - Ensure initial import of projects respect resource filter settings. See #2999.
- performance - Improve the performance of "Organize Imports" when "favorite static imports" are involved. See #2994.
- enhancement - Add String Templates (Java 21) preview support. See #2994.
- enhancement - Add quick assists for converting string concatenations to
StringBuilder
,StringBuffer
,String.format(..)
,MessageFormat
. See #3007. - enhancement - Add quick assists for inverting
equals
comparison & handling of lambda expressions. See #2996. - enhancement - Support "non-null" assertions by default using null analysis. See #3003.
- enhancement - Introduce delegate command for Java file paste functionality. See #2981.
- bug fix - Fix multiline semantic highlighting for
implements
,extends
, andpermits
keywords. See #2995. - bug fix - Use wrapper distribution when
gradle-wrapper.properties
exists. See #3012. - bug fix - Fix false positive parameter mismatch error. See #2992.
- bug fix - Avoid returning
DocumentPasteEdit
when pasted content is unchanged. See #3016. - bug fix - Guard against
null
completion context and insertion text. See #2997. - bug fix - The assignment to variable
workingCopy
has no effect. See #3002. - bug fix - Add static registration for
textDocument/declaration
. See #3017. - bug fix - Filter excessive logging of artifact download from m2e in "debug mode". See #3011.
- build - Update target platform to 2023-12 state. See #2998.
- build - Update Maven wrapper to 3.9.6. See #2998.
- debt - Delete large number of files/API now accessible through
org.eclipse.jdt.core.manipulation
. See #2946, #2986, #3000.
- performance - Avoid unnecessary (Maven) project updates. See #2987.
- bug fix - Out of sync editor content may report false compilation errors. See #2955.
- bug fix - No completion suggestions for package references when
matchCase
is set tofirstLetter
. See #2925. - build - Update target platform to Eclipse 4.30 release. #2990.
- build - Bump org.codehaus.mojo:build-helper-maven-plugin from 3.4.0 to 3.5.0. See #2988.
- enhancement - Provide support for Java 21. See #2863.
- enhancement - Import projects by configurations. See #2913.
- enhancement - Support add/remove of imported projects. See #2972.
- enhancement - Add capability to list all VM installs and update project JDK. See #2977.
- enhancement - Add
maven.multiModuleProjectDirectory
property. See #2976. - bug fix - Cleanups & Organize Imports should only react to internal project preferences with
canUseInternalSettings
. See #2975. - bug fix - Avoid refreshing bundles whose dependency closure includes JDT-LS. See #2951.
- bug fix - Wrongly encoded semantic tokens around
class
keyword. See #2920. - bug fix -
IllegalArgumentException
oncompletionItem/resolve
of package declaration. See #2924. - bug fix - Handle NPE in
getWorkDoneProgress()
when client does not support progress. See #2936. - bug fix - Add trace to understand the probability of document out-of-sync. See #2954.
- build - Remove duplicates of
org.eclipse.search
classes. See #2960. - build - Update buildship to 3.1.8. See #2974.
- build - Update commons-codec to 1.16.0. See #2970.
- build - Bump Tycho version from 4.0.3 to 4.0.4. See #2949.
- build - Update maven-build-plugins. See #2956, #2953, #2931.
- build - Stop including
o.e.core.net.win32.x86_64
fragments in products. See #2964. - build - Stop using Gson internal
LinkedTreeMap
in tests. See #2965. - build - Enable license checking for 3rd party dependencies. See #2966, #2973.
- build - Fix build warnings due to
tycho-target-platform-configuration
no longer having resolver configuration. See #2958. - documentation - Add Language Server Client, multilspy, to
README.md
. See #2943.
- enhancement - Support named pipes for client/server communication. See #2922.
- enhancement - Add new alias
public static void main(String[] args)
for public main method. See #2919. - enhancement - Add aliases for
sysout
/syserr
snippets that will see more usage. See #2927. - enhancement - Add "Surround with try/catch" code action. See #2727.
- enhancement - Automatically add the existing static imports in code as favorite static members. See #2903.
- enhancement - Move snippet suggestions above matching keywords in completion list. See #2892.
- enhancement - Improve support for external files. See #2885, #2886.
- enhancement - Support reading JDT UI project preferences (if available) to configure cleanups. See #2870.
- enhancement - Add new API
onWillUpdate()
toIBuildSupport
. See #2836. - bug fix - Completion returns no results for method declarations when
matchCase
set toFIRSTLETTER
. See #2884. - bug fix - Allow filtering methods by parameter names, and order by number of parameters. See #2907, #2705.
- bug fix -
UnsupportedOperationException
atorg.eclipse.lsp4j.services.LanguageServer.setTrace()
. See #2891. - bug fix - Reconcile AST node to provide accurate type definition snippets. See #2912.
- bug fix -
BasicFileDetector
should handle inaccessible directories gracefully during project import. See #2855. - bug fix -
o.e.core.internal.resources.ResourceException
: Invalid project description. See #2845. - bug fix - Ensure client supports
workspace/executeClientCommand
prior to invoking. See #2633. - bug fix - Ensure line delimiter exists after the file header template. See #2906.
- bug fix - Error when parsing resource filter. See #2910.
- bug fix - NPE in
SemanticTokensHandler
. See #2876. - bug fix - NPE in cleanup action handler. See #2879.
- bug fix - Fix tests on Windows. See #2868.
- bug fix - Fix some typos in
CHANGELOG.md
. See #2899. - build - Update to latest Xtext and LSP4J. See #2895.
- build - Bump tycho-version from 4.0.2 to 4.0.3. See #2888.
- enhancement - Update current method snippet and add
static_method
snippet for interface. See #2862. - enhancement - Improve the constructor snippet for additional classes in a file. See #2841.
- enhancement - Return outline/documentSymbols even for
.java
files that are not in a Java project. See #2809. - enhancement - Store the completion kinds requested by completion operation. See #2857.
- enhancement - Report whether the project has Kotlin Gradle files. See #2859.
- bug fix - Fix
EmptyStackException
intextDocument/foldingRange
. See #2865. - bug fix - Fix renaming of attribute with
@Singular
annotation. See #2828. - bug fix - Fix
URI
with query parameter. See #2861. - bug fix - Fix an error thrown during "Initialize workspace". See #2842.
- bug fix - Fix potential NPE in
JDTUtils.getClassFile()
. See #2873. - bug fix - Mention in
README.md
the minimum required JRE (17) to run language server. See #2858. - build - Remove more
o.e.jdt.ls.internal.corext
classes and use fromjdt.core.manipulation
. See #2854. - build - Handle
null
entries ingradle/checksums.json
. See #2775.
- bug fix - Log errors from project importer. See #2843.
- build - Update target platform to 4.29 Release build. See #2848.
- performance - Stale code actions should be cancellable and paste actions should have higher priority. See #2799.
- enhancement - Introduce new snippet templates with appropriate context. See #2800.
- enhancement - Add folding range for multiple single-line comments. See #2797.
- enhancement - Use a more appropriate completion item image for annotation attributes and records. See #2796.
- enhancement - Add support for LSP-standard type hierarchy. See #2769, #2814.
- enhancement - Select suitable JDK to launch Gradle. See #2812.
- bug fix - Call hierarchy should always report the end of its progress. See #2827.
- bug fix - Fix multiline semantic highlighting for
class
,interface
&record
declarations. See #2807, #2789. - bug fix - The type declaration snippets should generate file headers. See #2813.
- bug fix - Fix folding ranges for nested switch statements. See #2794.
- bug fix - Fix "java.lang.VerifyError: Operand stack overflow". See #2790.
- bug fix - Record methods are not recognized under certain conditions. See #2788.
- bug fix - Fix compiler arguments parsing failure in Gradle build support. See #2781.
- bug fix - Add check for
workDoneProgress
client capability. See #2776. - bug fix - Filter out excessive logging of classfile parsing from m2e in "debug mode". See #2785.
- bug fix - Don't escape unicode characters when pasting string literals. See #2834.
- bug fix - Enable by default syntactic null analysis for fields. See #2822.
- build - Support python wrapper for Windows. See #2808.
- build - Fix Java LS tests. See #2829, #2737.
- build - Use upstream Apache commons instead of Orbit ones. See #2826.
- build - Update m2e to 2.4.0. See #2825, #2831, #2837.
- build - Support native builds of arm/aarch64. See #2784.
- build - Update Tycho from 4.0.0 to 4.0.2. See #2786, #2804.
- build - Convert CleanUpTest to use Java Text Blocks. See #2795.
- build - Modernization and reduce unnecessary comments in cleanups package. See #2791.
- performance - Check completion proposal is compatible or not. See #2733.
- enhancement - Add support for smart semicolon insertion. See #2710.
- enhancement - Add code actions for Join/Split variable. See #2732.
- enhancement - Support outline view for decompiled source. See #2742.
- enhancement - Send a
SourceInvalidatedEvent
to client when source attachment is updated for jar libraries. See #2764. - enhancement - Log error when Gradle and JDK versions are mismatched. See #2749.
- bug fix - Fix parameter and exception changes in method signature refactoring. See #2754.
- bug fix - Fix missing completion items for fully qualified name completion. See #2736.
- bug fix - Fix incorrect semantic highlighting due to out-of-date AST in use. See #2709.
- bug fix - Prevent caching outdated AST in
CoreASTProvider
. See #2714. - bug fix - Call Hierarchy resolves wrong element under certain conditions. See #2771.
- bug fix -
NullPointerException
during code completion of avar
reference. See #2778. - bug fix - Do not delete the Java project nature removing a nested
.classpath
resource file. See #2750. - bug fix - Unable to acquire the state change lock for the module 'buildship'. See #2758.
- bug fix - Do not attempt to start fragment bundles. See #2762.
- bug fix -
textDocument/semanticTokens/full
should not rely on completion oftextDocument/didOpen
. See #1993. - build - Improve test stability by ensuring build job completes. See #2711.
- build - Make the checksum download task work in parallel. See #2759.
- build - Reduce Guava usage. See #2751.
- build - Update build to use Tycho 4.0. See #2748.
- build - Update XBase to 2023-06 version. See #2766.
- build - Fix deprecation warnings. See #2747.
- enhancement - Support for "Go to Declaration". See #2684.
- enhancement - Improve method argument guessing functionality. See #2512.
- enhancement - Add code action to clean up & simplify lambda expressions. See #2489.
- enhancement - Use FernFlower as the default decompiler. See #2704.
- enhancement - Attempt automatic JVM detection on startup. See #2731.
- enhancement - Support for chain completions. See #2544.
- enhancement - Make reasonable guess for method name when applying "Extract Method" refactoring. See #2670.
- enhancement - Add postfix completion for
sysouf
,sysoutv
,format
,par
,not
,assert
&optional
. See #2691, #2697. - enhancement - Track errors, exceptions, and project import success rate on server side for reliability analysis. See #2715, #2726.
- bug fix - Display package name in document symbols outline for class files. See #2617.
- bug fix - Signature help should display the selected completion item. See #2686.
- bug fix - No completions on field initializer with
@Default
and@Builder
Lombok annotations. See #2669. - bug fix - Initiate progress reporting using the
window/workDoneProgress/create
request. See #2377. - bug fix - Fix
IllegalArgumentException
within a try-catch block. See #2689. - bug fix - Fix
pId
mismatch in completions. See #2681. - bug fix - Fix syntax errors in
WorkspaceDiagnosticsHandlerTest
. See #2716. - build - Update LSP4J to 0.21.0. See #2712.
- build - Bump tycho-version from 3.0.4 to 3.0.5. See #2722.
- build - Bump maven-clean-plugin from 3.2.0 to 3.3.1. See #2718.
- other - Set progress provider in language server application so clients may override behaviour. See #2719.
- performance - No need to run the reconcile operation in a workspace job. See #2660.
- performance - Avoid blocking the pipeline while handling
refreshLocal
during document lifecycle events. See #2659. - performance - Avoid running document lifecycle in a workspace runnable unless it is necessary. See #2641, #2637.
- performance - Only append data on completion item selected. See #2639.
- performance - Remove some unnecessary completion item data fields. See #2638.
- performance - Remove
COMPLETION_EXECUTION_TIME
from the completion item response. See #2621. - performance - Avoid validating all opened working copies when
didChange
is triggered on a document. See #2587, #2664. - performance - Use separate thread to handle
didChangeWatchedFiles
events. See #2643. - performance - Add option to lazily resolve the text edits. See #1864.
- enhancement - Add support for proper array completions. See #2609.
- enhancement - Completion items should support
InsertTextMode
. See #2577. - bug fix - Missing javadoc for field during completion. See #2645.
- bug fix - Incorrect completion text edit ranges for snippets. See #2626.
- bug fix - Update completion resolve data for javadoc completions. See #2636.
- bug fix - Prevent sending shutdown job progress report. See #2622.
- bug fix - On Windows,
os.execvp
does not load the executable into current process. See #2615. - bug fix - Fix constructor completion not working when match case turned on. See #2676.
- build - Update target platform to use m2e 2.3.0 release. See #2666.
- build - Bump maven-assembly-plugin from 3.5.0 to 3.6.0. See #2656.
- other - Remove unused imports. See #2674.
- other -
CleanUpConstants.CONTROL_STATMENTS_CONVERT_FOR_LOOP_TO_ENHANCED
is deprecated. See #2662.
- performance - Completion handling should not be done in asynchronous thread pool. See #2605.
- performance - Support lazily resolving postfix completion items. See #2616.
- performance - Place the URI of a document into the completion response store. See #2614.
- enhancement - Provide Java 20 support. See #2585.
- enhancement - Support for clients that do not implement
resolve
for completions. See #2584, #2598. - enhancement - Add
syserr
postfix completion. See #2620. - enhancement - Add an
extendedClientCapability
to skip propagation of text edits fromdidChange
. See #2522. - bug fix -
NullPointerException
insignatureHelp/codeAction/inlayHint
when AST is not generated. See #2608. - bug fix -
StringIndexOutOfBoundsException
ontextDocument/signatureHelp
when triggered from end of document. See #2606. - bug fix - Some logged information should only be shown in debug mode. See #2603.
- build - Update maven wrapper to 3.9.1. See #2599.
- debt - Remove unnecessary files about "Change Signature refactoring". See #2571.
- documentation - Add Eclipse IDE JDT.LS to the "Clients" section of the
README.md
. See #2602.
- performance - Cache and re-use type bindings for a completion invocation. See #2535.
- performance - Avoid retrieving AST root during diagnostic publishing. See #2574.
- performance - Support resolving dependencies in parallel for Maven projects. See #2563.
- performance - Implement
itemDefaults
for completion responses. See #2475. - enhancement - Add "Change signature" refactoring. See #2497.
- enhancement - Add command to support decompiling class files with the contributed decompiler. See #2515, #2578.
- enhancement - Implement
labelDetails
for completion items. See #2476. - enhancement -
sysout
postfix completion should be applicable to any variable. See #2559. - enhancement - Support for
telemetry/event
notification. See #21. - enhancement - Add extended client capability,
skipProjectConfiguration
, to skip project configuration. See #2523. - bug fix - Ensure we do not return duplicate search results for workspace symbols. See #2547.
- bug fix - Delegate commands should respect cancellation events from the client. See #2415.
- bug fix - Code action to generate accessor outside of identifier no longer available. See #2533.
- bug fix - Support importing multi-Maven projects with the same
artifactId
. See #2017. - bug fix - Do not show
Generate Constructors
quick assist for static fields. See #2142. - bug fix - Increase relevance of "Create enum". See #2551.
- bug fix - Fix
IdentationError
due to mix of spaces and tabs. See #2581. - bug fix - Separate
java.project.upgradeGradle
client and server command. See #2550. - bug fix - Improve marker exclusion extended client capability. See #2540.
- build - Launch script should use syntax prior to Python 3.9. See #2153.
- build - Bump tycho-version from 3.0.3 to 3.0.4. See #2548.
- build - Bump maven-resources-plugin from 3.3.0 to 3.3.1. See #2555.
- build - Make
WorkspaceSymbolHandlerTest.testProjectSearch
more consistent. See #2553. - debt - Remove
-noverify
option fromREADME.md
. See #2566.
- performance - Allow language server to declare availability sooner by postponing autobuild. See #2527.
- performance - Save operations need not run in workspace runnable when project is not unmanaged. See #2449.
- enhancement - Implement method hierarchy through existing type hierarchy logic. See #2502.
- enhancement - Declare support for inlay hints through the language server specification. See #2365.
- enhancement - Update types filter according to import declarations. See #2474.
- enhancement - Allow clients to provide their own log filtering implementation. See #2520.
- enhancement - Move workspace preparation, and stream initialization to application startup. See #2503, #2504.
- enhancement - Add
extendedClientCapability
to exclude diagnostics based onIMarker
API. See #2524. - enhancement - Update to LSP4J 0.20.0 (LSP 3.17.0). See #2348.
- enhancement - Application should not call
System.exit()
when client and server are the same process. See #2499. - bug fix - No completion on generic anonymous class instance objects. See #2505.
- bug fix - Null Analysis does not work for Eclipse/Invisible projects. See #2486.
- bug fix - Unnecessary error marker for record constructor that uses varargs. See #2538.
- bug fix - Fix NPE in
textDocument/documentHighlight
requests. See #2492. - build -
InvisibleProjectBuildSupportTest.testDynamicSourceLookups
fails randomly. See #2464. - build -
WorkspaceEventHandlerTest.testDeleteProjectFolder
fails. See #2506. - build - Reduce the target platform size by eliminating unnecessary bundles. See #2516.
- build - Update to m2e 2.2.1. See #2517.
- build - Bump Tycho from 3.0.2 to 3.0.3. See #2477.
- build - Bump maven-assembly-plugin from 3.4.2 to 3.5.0. See #2494.
- build - Update Maven wrapper to Maven 3.9.0. See #2471.
- performance - Skip generated methods when calculating document symbols. See #2446.
- performance - Make the debounce adaptive for the publish diagnostic job. See #2443.
- performance - Only perform context sensitive import rewrite when resolving completion items. See #2453.
- performance - Copy/paste within the same file should not trigger the paste handler for missing imports. See #2441.
- enhancement - Support "extract interface" refactoring. See #2373, #2459.
- enhancement - Add 'Convert String concatenation to Text Block' quick assist. See #2456.
- enhancement - Add clean up for using try-with-resource. See #2344.
- enhancement - Enable formatting support in syntax server. See #2450.
- enhancement - Add option to configure behaviour when mojo execution metadata not available. See #2426.
- enhancement - Add option to permit usage of test resources of a Maven project as dependencies within the compile scope of other projects. See #2399.
- bug fix - Change default generated method stub to throw exception. See #2366.
- bug fix - Prevent the paste handler for missing imports from generating overlapping text edits. See #2442.
- bug fix - Reference search doesn't work for fields in JDK classes. See #2405.
- bug fix - Completion results should include filtered (excluded) types if they are also present in the import declarations. See #2467.
- bug fix - Re-publish diagnostics for null analysis configuration change when auto-build is disabled. See #2447.
- bug fix - Only do full build for a configuration change when auto-build is enabled. See #2437.
- bug fix - The command to upgrade gradle should check for cancellation prior to updating metadata files. See #2444.
- bug fix - Fix the missing filter text for completion items. See #2439.
- bug fix - Reduce the amount of logging from
org.apache.http
bundles. See #2420. - build - Do not require
org.eclipse.xtend.lib
. See #2416. - build - Reduce target platform size by making Xtext requirements explicit. See #2412.
- build - Bump eclipse-jarsigner-plugin from 1.3.5 to 1.4.2. See #2425, #2435, #2438.
- build - Bump tycho-version from 3.0.1 to 3.0.2. See #2462.
- build - Update
.project
files from attempting project import with JDT-LS. See #2432. - build - Fix syntax server launch file. See #2428.
- build - Update target platform to latest 4.27-I-builds. See #2403, #2469.
- build - Use the Linux configuration on FreeBSD systems. See #2408.
- documentation - Fix build status badge. See #2418.
- enhancement - Support for shared indexes among workspaces. See #2341.
- enhancement - Add new delegate command to handle paste events & escaping string literals. See #2349.
- enhancement - Support for missing imports on paste events. See #2320.
- enhancement - Support matching case for code completion. See #2368.
- enhancement - Support code action for annotation with missing required attributes. See #1860.
- enhancement - Create cleanup actions for adding
final
modifier where possible, convertingswitch
statement toswitch
expression, using pattern matching forinstanceof
checks, and converting anonymous functions to lambda expressions. See #2350. - enhancement - Support quickfix for gradle jpms projects. See #2304.
- bug fix - Fix incorrect type hierarchy on multi module Maven projects. See #2404.
- bug fix - Permit output folder to be the same as a source folder. See #2397.
- bug fix - Organize imports removes static imports under some conditions. See #2396.
- bug fix - Fix completion issue occuring when invocation spans multiple lines. See #2387.
- bug fix - Fix scope calculation for "Surround with try/catch" refactoring. See #2380.
- bug fix - Fix NPE occurring when completion item is selected. See #2376.
- bug fix - Log user friendly error if client does not support
_java.reloadBundles.command
. See #2370. - bug fix - Postfix completion should not be available when editing Javadoc. See #2367.
- bug fix - Update m2e to latest version in order to ensure classpath resources persist. See #2390.
- build - Update m2e to latest version in order to update Logback dependency. See #2363.
- build - Fix failing test cases by disabling Gradle daemon. See #2358.
- build - Use
instanceof
pattern matching in code base. See #2357. - build - Create a dedicated bundle for the custom
org.eclipse.core.filesystem.filesystems
extension point. See #2309. - build - Bump eclipse-jarsigner-plugin from 1.3.4 to 1.3.5. See #2389.
- enhancement - Add setting for clean ups to be applied when document is saved. See #2298, #2307, #2342.
- enhancement - Support "Add all missing imports". See #2292.
- enhancement - Support Gradle annotation processing. See #2319.
- enhancement - Add an option to configure null analysis, and set to
interactive
by default. See #2279, #2314. - enhancement - Add contribution points for completion customization. See #2110.
- enhancement - Allow the language server to be run without using
IApplication
. See #2311. - enhancement - Improve Lombok support and renaming fields when an accessor is present. See #2339.
- bug fix - Display the postfix completions at the bottom of the list. See #2343.
- bug fix - Do not reset existing project options when setting null analysis options. See #2299.
- bug fix - Code action response may contain
null
as one of the code actions. See #2327. - bug fix - Inlay hints should not show up next to Lombok annotations. See #2323.
- bug fix - Ensure language server always terminates. See #2302.
- bug fix - Prevent a deadlock during language server initialization. See #2301.
- bug fix - Always send
begin
work done progress before sendingend
. See #2258. - bug fix - Use existing Gradle project
.settings/
location if available. See #2289. - bug fix - Avoid re-using the same job for the "Publish Diagnostics" job. See #2356.
- build - Use Predicate for filter. See #2355.
- build - WorkspaceDiagnosticsHandlerTest.testMissingNatures fails sometimes. See #2331.
- build - ProjectsManagerTest.testCancelInitJob fails randomly. See #2326.
- build - Fix CodeQL Java analysis error. See #2318.
- build - Set proper ranges for dependencies on LSP4J. See #2310.
- build - Bump Tycho from 2.7.5 to 3.0.0. See #2260.
- performance - Improve project initialization. See #2252.
- performance - Re-use ExecutorService to avoid creating extra threads and resource leak. See #2041.
- enhancement - Add support for postfix completion. See #863.
- enhancement - Add quick fix for "remove all unused imports". See #2280.
- enhancement - Add quick fixes for problems relating to sealed classes. See #2265.
- bug fix - Signature help not working correctly for parameterized types. See #2293.
- bug fix - Avoid NPE for null analysis when updating classpath. See #2268.
- bug fix - Check the digest of the initialization scripts for security and to prevent duplicates. See #2254.
- bug fix - Support
includeDeclaration
intextDocument/references
. See #2148. - bug fix - Provide folding for import regions in
.class
files. See #2281. - bug fix - Deadlock when using JDK 17 with Maven Java project. See #2256.
- bug fix - Ignore unnamed module for split packages. See #2273.
- bug fix - The project preference should only persist non default values. See #2272.
- bug fix - Synchronize contributed bundles on demand. See #2267.
- bug fix - Avoid unnecessary project updates when the default VM changes. See #2266.
- bug fix - Exclude non-compile scope dependencies from consideration for enabling null analysis. See #2264.
- bug fix - Add opportunistic support for Java/Kotlin polyglot Android projects. See #2261.
- debt - Bump eclipse-jarsigner-plugin from 1.3.2 to 1.3.4. See #2262, #2263.
- debt -
jdt.ls.socket-stream.launch
&jdt.ls.remote.server.launch
are not running cleanly. See #2277.
- enhancement - Provide Java 19 preview support. See #2209.
- enhancement - Enable annotation-based
null
analysis. See #2228. - enhancement - Show generate
toString()
,hashCode()
andequals()
quick fixes on demand. See #2213. - enhancement - Support creating
module-info.java
. See #2231. - enhancement - Only add parentheses for lambda expression completions with multiple parameters. See #2100.
- enhancement - Add buildship auto sync preference when build configuration update is set to
automatic
. See #2224. - bug fix - Show the field suggestions for the
toString()
,hashCode()
andequals()
generator dialogs in definition order. See #2212. - bug fix - Fix Gradle project synchorization errors when init script path contains spaces. See #2245, #2222, #2249.
- bug fix - Fix NPE in the protobuf init script. See #2246.
- bug fix - Fix type completion when type name conflicts. See #2232.
- bug fix - Set up
-data
directory for the JDT-LS startup script. See #2191. - bug fix - Remove the deprecated
-noverify
option from JDT-LS startup script. See #2221. - bug fix - Fix gradle project classpath calculation. See #2236.
- bug fix - Bad ".git" pattern in
.project
file'sfilteredResources
element causes chaos. See #2244. - build - Make use of GitHub functions for library update and security analysis. See #2239.
- build - Increase maximum heap size used by builds during testing. See #2226.
- build - Update target platform to Eclipse 4.25 Release. See #2225.
- build - Update Gradle wrapper for failing tests. See #2215.
- build - Add tests for signature help on record class. See #2206.
- debt - Update Maven plugin versions. See #2238, #2242, #2241, #2240.
- enhancement - Search more folders to infer source roots for invisible projects. See #2176.
- enhancement - Support for Android projects. See #923.
- enhancement - Automatically add Protobuf output source directories to classpath & generate tasks, if necessary. See #2189 & #2195.
- enhancement - Support "Sort Members" code action. See #2169.
- enhancement - Add support for Maven offline mode (
java.import.maven.offline.enabled
). See #2187. - enhancement - Support the
$/progress
notification method. See #2030. - enhancement - Always interpret the full workspace symbol query as a package name. See #2174.
- enhancement - Add unmanaged folder nature ID. See #2182.
- bug fix - Set default severity of "Circular classpath" to
warning
. See #2170. - bug fix - Fix inlay hints for
record
classes. See #2181. - bug fix - Infer the source root only when necessary. See #2178.
- bug fix - Permit non-JDT errors to be reported in Java files. See #2154.
- bug fix - Avoid naming conflicts between Gradle project modules. See #2190.
- bug fix - Re-fetch the extension registry when delegate command lookup fails. See #2184.
- debt - Remove deprecated Gradle attributes. See #2198.
- enhancement - Refresh the unmanaged project's classpath on demand. See #2160.
- enhancement - Provide reload project diagnostics on demand. See #2164.
- bug fix - Missing completions for fully qualified constructor names. See #2147.
- bug fix - Completion replacement for a type proposal is incorrect in some cases. See #2146.
- bug fix - Correct typo in gradle checksum mismatch error message. See #2161.
- build - Compile error in
MavenBuildSupport.update(IProject, boolean, IProgressMonitor)
. See #2150. - build - React to removal of o.e.m2e.lifecyclemapping.defaults in M2E. See #2149.
- build - Automatically include the required plug-ins in the launch files. See #2162.
- build - Update target platform to I20220713-1800. See #2157.
- enhancement - Show
Add javadoc for ..
in quick assists. See #2133. - enhancement - Show
Change modifiers to final
in quick assists. See #2134. - enhancement - Allow to reload multiple projects at the same time. See #2131.
- enhancement - Auto-select field when generating constructors. See #2125.
- enhancement - Allow to build selected projects. See #2138.
- enhancement - Support multiple selections for generate accessors. See #2136.
- bug fix - Add logback tracing to JDT-LS. See #2108.
- bug fix - Fix NPE when triggering signature help in class file. See #2102.
- bug fix - Support for renaming record attributes. See #2078.
- bug fix - Change the order for the configuration updating options. See #2135.
- build - Move to Java 17. See #2117.
- build - Update target platform to 4.25-I-builds. See #2127.
- build - React to API changes in M2E. See #2144.
- debt - JDT-LS doesn't require o.e.m2e.archetype.common anymore. See #2119.
- other - Adjust the order of code actions. See #2109.
- other - Update launch script, Java 17 is required now. See #2141.
- other - Fix random failures for the test CompletionHandlerTest/WorkspaceDiagnosticsHandlerTest. See #2121.
- other - Fix random failures for the test InlayHintHandlerTest.testVarargs2. See #2104.
- enhancement - Support separate "Generate Getters" and "Generate Setters". See #2086.
- enhancement - Show quick fixes for generating accessors in field declarations. See #2092.
- enhancement - Add support for workspace symbols with qualified names. See #2084.
- enhancement - Show field type when generating accessors. See #2093.
- enhancement - Support Gradle invalid type code error check. See #2082.
- enhancement - Support the exclusion list for inlay hints. See #2098.
- bug fix - Add support to open decompiled symbols through the symbols list. See #2087.
- bug fix - Handle illegal URL settings to avoid breaking language server. See #2089.
- bug fix - Fix
java.completion.importOrder
. See #2107. - build - Update M2E to 2.0.0 snapshot release. See #2085.
- build - Update to buildship 3.1.6 release. See #2094.
- enhancement - Trigger signature help on completion item selected. See #2065.
- enhancement - Support completion insert/replace capability. See #2057.
- enhancement - Add a new preference to disable/enable signature description. See #2051.
- bug fix - Improve the signature help feature by handling some special cases. See #2025.
- bug fix - Do not show signature help at the end of an invocation. See #2079.
- bug fix - Show error status when the project is not created. See #2058.
- bug fix - Error during importing an Eclipse project whose sources are at root. See #2072.
- bug fix - Fix NPE in isCompletionInsertReplaceSupport check. See #2070.
- bug fix - Unexpected 'Project xxx has no explicit encoding set' warnings. See #2061.
- bug fix - Fix issue where JDT-LS's logback configuration was being ignored. See #2077.
- build - Enable lombok agent. See #2068.
- build - Add the default FILECOMMENT template to the preference initialization. See #2056.
- other - Improve the
jdtls.py
script. See #2048, #2060.
- performance - Adopt new CompletionProposal API to ignore types before creating certain proposals. See #2034.
- enhancement - Provide Java 18 support. See #2026.
- enhancement - Support inlay hints for parameter names. See #2019.
- enhancement - Add code action to extract lambda body to method. See #2027.
- enhancement - Adds support for
workspaceSymbol/resolve
. See #2008. - bug fix - Provide file & type comments for newly created compilation units. See #2047.
- bug fix - Postpone the capability registration until the service is ready. See #1979.
- bug fix - Fix an occurrence of duplicate quick fixes at the line level. See #2023.
- bug fix - Cannot refactor in static block. See #2049.
- other - Stabilize some intermitently failing tests. See #2035.
- other - Advertise "friendly" Python startup wrapper a bit more prominently. See #2020.
- other - Add documentation for PDE project support status. See #1953.
- enhancement - Trigger completion after
new
keyword. See #2010. - enhancement - Improve occurrences highlighting. See #1941.
- enhancement - Provide more common aliases for code snippets. See #2006.
- bug fix - "Add serial version ID" should not generate empty comments. See #1899.
- bug fix - convert to static import incorrectly removes import statements. See #1203.
- bug fix - Type mismatch: cannot convert from
Object
toMap<String,IndexType>
. See #1971. - bug fix - Signature help occasionally fails on constructors and qualified method invocations. See #2014.
- build - Update m2e-apt to 1.5.4 (new repo). See #1994.
- other - Provide a platform independent script to help launch language server. See #1823.
- enhancement - Support completion for lambda expressions. See #1985.
- enhancement - Add "Convert to Switch Expression" code assist proposal. See #1935.
- enhancement - Check Gradle compatibility when importing fails. See #1965.
- enhancement - Show the error status when imported projects having errors. See #1962.
- bug fix - "Go to References" result contains inaccurate references. See #1984.
- bug fix - Fix regression in signature help. See #1980.
- bug fix - Ensure gradle wrappers are correctly processed on project import. See #1989.
- bug fix - Avoid duplicate quick fixes when showing all quick fixes on a line. See #1982.
- debt - Update Tycho to 2.5.0. See #1977.
- enhancement - Make the debounce adaptive for validation job. See #1973.
- bug fix - Fix regression in code action for unresolved type. See #1967.
- bug fix - Diagnostics from changes to build configuration not reflected in opened source files. See #1963.
- bug fix - Fix the wrong additional text edit when completing an import statement. See #1944.
- build - Update Target Platform to 4.22 (2021-12) release. See #1959.
- debt - Remove unused log4j 1.2.15 from builds. See #1972.
- debt - DocumentLifeCycleHandlerTest.testFixInDependencyScenario fails randomly. See #1968.
- other - Boost loading performance of eclipse.jdt.ls project itself. See #1955.
- enhancement - Stop generating metadata files at project's root. See #1900.
- enhancement - Quickfixes should be available at the line level. See #1908.
- enhancement - Add
Generate Constructors
to Show Fixes for type declaration. See #1937. - enhancement - Add
Override/Implement methods
to Show Fixes for type declaration. See #1932. - enhancement - Formatter should indent
case
statements within aswitch
statement by default. See #1927. - enhancement - Formatter should not join wrapped lines by default. See #1925.
- enhancement - Add "Surround With Try-With" code assist proposal. See #1911.
- enhancement - Always show
Organize imports
in Quick Fixes for import declaration. See #1936. - bug fix - Java server refreshing the workspace (cleaning/building) for each restart. See #1948.
- bug fix - Duplicate implement method quick fixes. See #1942.
- bug fix - Malformed semantic tokens in some cases. See #1922.
- bug fix - Several errors reported for anonymous Object classes. See #1915.
- bug fix -
if
withinstanceof
pattern match and&&
breaks completion in nestedif
. See #1855. - bug fix - Race condition between AutoBuildJob and the publish diagnostics job. See #1920.
- debt - Clean up duplicate classes migrated into jdt.core.manipulation. See #1923.
- debt - Don't use deprecated rangeLength property in handleChanged. See #1928.
- performance - completion: optimize the index engine for the scenario "complete on type name". See #1846.
- enhancement - Support Java 17. See #1845.
- enhancement - Add semantic tokens for records and constructors. See #1897.
- enhancement - Add toString() to Show Fixes for type declaration. See #1903.
- enhancement - Add a
codeAction
to generate the serialVersionUID field. See #1892. - enhancement - Add Getter and Setter to Show Fixes for type declaration. See #1883.
- bug fix - Add space to anonymous type proposal. See #1898.
- bug fix - "Project Configuration Update" is broken due to JDTUtils.isExcludedFile() not working. See #1909.
- bug fix - NPE on ::new method refs (Cannot invoke "org.eclipse.jdt.core.dom.IMethodBinding.isSynthetic()" because "functionalMethod" is null). See #1885.
- bug fix - Go to definition doesn't compute/find results on methods inside an anonymous class. See #1813.
- bug fix - Packages are not filtered from completion despite the java.completion.filteredTypes configuration. See #1904.
- bug fix - Exclude
jdk.*
,org.graalvm.*
andio.micrometer.shaded.*
from completion. See #1905. - bug fix - Assign all to fields generates wrong field names in some corner cases. See #1031.
- bug fix - Report the diagnostic range correctly on save. See #1886.
- bug fix - Fix adding preview features to a visible project. See #1863.
- build - Add ability to skip Gradle checksum packaging. See #1906.
- debt - Bump JUnit dependencies to 4.13 in some test projects. See #1894.
- debt - Update org.jsoup 1.9.2 to 1.14.2. See #1884.
- debt - Adjust m2e repository due to release of 1.18.2. See #1912.
- other - Promote end-user usage instruction more in the README. See #1887.
- performance - completion: optimize the performance of SnippetCompletionProposal. See #1838.
- performance - completion: listing constructors is slow. See #1836.
- enhancement - Support Kotlin gradle files. See #449.
- enhancement - Add functionality to exclude files that will not be tracked for changes. See #1847.
- enhancement - Add 'hashCode()' and 'equals()' to Show Fixes for type declaration. See #1842.
- bug fix - Java LS sometimes hangs while loading a gradle project. See #1874.
- bug fix - Fix regression in gradle startup performance. See #1853.
- bug fix - Cannot exclude maven sub-module. See #1850.
- bug fix - 'Open Call Hierarchy' does not jump to reference where it is invoked at. See #1824.
- bug fix - Generate getters source action is broken from within a record. See #1392.
- bug fix - Get correct Java project in multi-module case. See #1865.
- bug fix - Add support for month, shortmonth, day, hour, and minute variables in typeComment. See #1839 & #1851.
- bug fix - Cannot cast TypeBinding$LocalTypeBinding to IVariableBinding exception on
completionItem/resolve
. See #1856. - debt - Update target platform to 2021-09 (4.21) Release. See #1880.
- debt - JDT LS build fails due to stale target platform. See #1861.
- debt - Downgrade test Gradle version to avoid filesystem watching feature. See #1869.
- debt - Update Maven wrapper to 3.8.2. See #1843.
- debt - Support 3.16 semantic tokens. See #1678.
- other - Support import from configuration files. See #1840.
- enhancement - 'Create method' code action for method reference. See #1464.
- performance - Avoid displaying (expensive) constant values in completion items. See #1835.
- performance - toURI is expensive on Windows for completions. See #1831.
- bug fix - Go to definition doesn't compute/find results on methods inside an anonymous class. See #1813.
- bug fix - quickfix not available where cursor lands by default on annotations. See #1812.
- bug fix - Fix content assist for multiline strings. See #1819.
- bug fix - Language server freezes when importing maven project. See #1816.
- bug fix - Suggest correct import quick fix in anonymous classes. See #1822.
- bug fix - Organize imports generates duplicate static import statement. See #1814.
- build - Update eclipse-jarsigner-plugin to 1.3.2. See #1829.
- build - Language server distro contains 2 Guava jars. See #1706.
- enhancement - Add a preference to control the severity of not covered maven plugin execution. See #1770.
- enhancement - Allow folding
static
blocks. See #1777. - enhancement - Add deprecated property to CompletionItem and SymbolInformation. See #695.
- enhancement - Add option to ignore all proxies. See #1799.
- bug fix - Cannot make a static reference to the non-static type T. See #1781.
- bug fix - Standard language server should also be able to exit on shutdown. See #1808.
- bug fix - Syntax language server should be able to exit on shutdown. See #1790.
- bug fix - File contents would be strange when renaming java file name (with lombok). See #1775.
- bug fix - java.project.sourcePaths doesn't refresh diagnostics. See #1769.
- bug fix - wrong status in 'language/progressReport' notification when processing call hierarchy requests. See #1722.
- bug fix - Update list of excluded errors with ParameterMismatch. See #1792.
- bug fix - extract method does not seem to like var nor method references. See #1780.
- bug fix - Fix backslashes (\) in java.format.settings.url. See #1774.
- build - Update target platform to 4.21 build I20210621-1800. See #1804.
- other - Run test without setting lombok agent. See #1782.
- bug fix - Package name not recognized when opening standalone java files. See #1764.
- bug fix - Fix parameter compatibility issue in buildWorkspace request. See #1763.
- bug fix - Invalid formatter profile name setting causes errors. See #1761.
- bug fix - Formatter doesn't load format config after update. See #1757.
- bug fix - Improve handling of exported settings files. See #1768.
- bug fix - Fix class literal keyword semantic token. See #1753.
- debt - InvisibleProjectImporterTest.automaticJarDetectionLibUnderSource fails randomly. See #1756.
- debt - Build failure on arch with openjdk 11.0.11. See #1748.
- debt - Cannot launch JDT.LS using the 'jdt.ls.remote.server.launch' file. See #1754.
- debt - Add a timeout to waitForInitializeJobs(). See #1773.
- bug fix - Formatter doesn't load format config after update. See #1757.
- enhancement - Add Java 16 Support. See #1733.
- enhancement - java.project.referencedLibraries should resolve paths leading with ~. See #1735.
- enhancement - Add source method declaration lookups to the workspace symbol search. See #1688.
- enhancement - Adopt resolveCodeAction capability. See #1606.
- bug fix - Changes to Formatter profiles don‘t take effect in real time. See #1736.
- bug fix - NPE in NewCUProposal.createChange(NewCUProposal.java:277). See #1723.
- bug fix - Javadoc overriding methods not inheriting param descriptions. See #1732.
- bug fix - workspaceEdit textDocument version is always 0. See #1695.
- bug fix - java.settings.url does not override default java settings. See #1741.
- build - Update Maven wrapper to use 3.8.1. See #1734.
- other - Engineering: Tune the project settings. See #1737.
- enhancement - Support refactoring when renaming or moving files. See #1445.
- enhancement - Support Type Hierarchy. See #1656.
- enhancement - Support to specify source paths for unmanaged folder. See #1658.
- enhancement - Allow to customize the insertion location for the code generated by source actions. See #1713.
- enhancement - Support String formatting via delegate command. See #1702.
- enhancement - Add more options to query project settings. See #1682.
- enhancement - Link .settings directory to 'invisible project'. See #1579.
- enhancement - Enhanced IBuildSupport usage to support other build tools such as bazel. See #1694.
- bug fix - External tool file modifications not registered. See #1650.
- bug fix - Enhance the condition of inline constant. See #1672.
- bug fix - Update formatter profile options before applying. See #1675.
- bug fix - v0.70 broke workspace/DidChangeConfiguration. See #1685.
- bug fix - Correct minor typo in exception message. See #1687.
- bug fix - Fall back to default value when import threshold is non-positive. See #1715.
- bug fix - Invisible project forgets source paths on classpath update. See #1647.
- bug fix - Fix javadoc in 'java.configuration.runtimes' settings. See #1683.
- build - Update Target Platform to 2021-03 Release. See #1691.
- build - Update lsp4j to 0.11.0. See #1700.
- debt - Build Fails Due to Tests. See #1646.
- debt - Stop generating .gz artifacts during builds. See #1707.
- debt - Java LS Tests fail randomly. See #1684.
- other - Set org.eclipse.jdt.core.compiler.problem.missingSerialVersion to ignore by default. See #1714.
- enhancement - Code actions should return textedits with proper formatting. See #1157.
- bug fix - Change location of .m2/ and .tooling/ from HOME. See #1654.
- bug fix - Issue with 'Go To Definition'. See #1634.
- other - Adopt the helpers from jdt.core.manipulation to deal with the CU's preferences. See #1666.
- debt - Tests fail on Windows. See #996.
- enhancement - Specify output path for invisible project. See #1593.
- other - Remove legacy Semantic Highlighting implementation. See #1649.
- other - Further semantic tokens improvements. See #1641.
- other - Rename 'function' semantic token to 'method'. See #1608.
- enhancement - Download sources for the masses. See #1628.
- bug fix - Some refactors are missing when the location has diagnostics. See #1642.
- bug fix - Should not enable preview compiler options if the tooling doesn't support the early access JDK. See #1644.
- bug fix - Enhance MavenProjectImporter to stop scanning the specified exclusion list. See #1636.
- build - Update target platform to use Eclipse 2020-12 Release. See #1639.
- bug fix - Detect Gradle project by settings.gradle as well. See #1617.
- bug fix - Should update Gradle project properly after the build file of a sub Gradle project is updated. See #1617.
- bug fix - Long completionItem/resolve and TimeoutException. See #1624.
- bug fix - Disable module results for autocomplete. See #1613.
- bug fix - Get the project from the linked folder uri. See #1630.
- bug fix - Add support to INFO log level. See #1623.
- enhancement - Support inferSelection when extract to field. See #1619.
- enhancement - Support inferSelection when extract to variable. See #1615.
- bug fix - jdt.ls distro is 10MB heavier because of com.ibm.icu_64.2.0.v20190507-1337.jar. See #1351.
- bug fix - Java LS crashes on WSL Alpine. See #1612.
- bug fix - End of File exception when opening completion in empty file. See #1611.
- other - Update Target Platform to use Eclipse 2020-12 M3. See #1616.
- other - Improve the performance of inferSelection. See #1609.
- bug fix - Update m2e to 1.17.0.20201112-0751. See #1596.
- other - Improve tracing capability of m2e through m2e.logback.configuration. See #1589.
- other - Infer expressions if there is no selection range when extracting method. See #1585.
- enhancement - Provide method for converting callstack entry to location. See #1202.
- enhancement - Hide inline variable/constant commands when no reference found. See #1573 and #1575.
- enhancement - Convert a lambda expression to method reference. See #1571.
- bug fix - CompletionResultRequestor compares different ICompilationUnit types. See #1582.
- bug fix - GTD is not working if referenced library is updated without file name change. See #1577.
- bug fix - Fix method ref CompletionItemKind. See #1574.
- other - Update Target Platform to Eclipse 2020-12 M1. See #1567.
- enhancement - Embed m2e 1.17. See #1562.
- enhancement - Add code actions to add sealed/final/non-sealed modifier on a permitted type declaration. See #1555.
- enhancement - Created type doesn't implement sealed interface. See #1553.
- enhancement - Find references to fields via getters/setters. See #1548.
- enhancement - Improve semantic token modifiers. See #1539.
- bug fix - Update 4.17-P-builds to P20201001-0300. See #1559.
- enhancement - Add JavaFX support. See #1536.
- enhancement - Add support for Java 15. See #1543.
- enhancement - Report invalid runtime config back to the client. See #1550.
- enhancement - Move the code action 'Change modifiers to final where possible' to a source action. See #1547.
- bug fix - Fix semantic tokens offset due to document updates. See #1552.
- enhancement - Importing mixed (maven,gradle,eclipse) projects. See #1532.
- enhancement - Allow to customize fileHeader and typeComment for the new Java file. See #1540.
- enhancement - Better expose the "Anonymous to nested class" refactoring. See #1541.
- enhancement - Can trigger 'convert var' and 'convert resolved type' on types. See #1544.
- bug fix - Fixed override method proposal. See #1537.
- build - Update TP to use Eclipse 2020-09 RC2. See #1546.
- enhancement - Update to Eclipse 2020-09-M3. See #1534.
- enhancement - Use
,
as signature trigger char. See #1522. - enhancement - Add
java.import.resourceFilter
preference. See #1508. - performance - Use ASTProvider to getAST for source action handlers. See #1533.
- bug fix - Fixed wildcard import semantic tokens. See #1518.
- enhancement - Expose the 'java.import.gradle.java.home' preference. See #1512.
- enhancement - Provide semantic tokens for class files. See #1511.
- enhancement - Keep typing after the 1st tab when completing imports. See #1510.
- enhancement - Semantic highlighting improvements. See #1501.
- enhancement - Add "Introduce parameter..." code action. See #1420.
- bug fix - NPE in CodeActionHandler.getProblemId L.221. See #1502.
- build - Require Java 11 to build/run. See #1509.
- enhancement - jdt.ls should store gradle wrapper checksums at build time, so it can work offline. See #1486.
- enhancement - fill additionalTextEdits during completionItem/resolve . See #1487.
- enhancement - Update Buildship to 3.1.5. See #1494.
- enhancement - Improve Java LS shutdown. See #1495.
- bug fix - Prepare rename breaks if you have edited the symbol just before the call. See #1483.
- build - Build from command line failure involving "org.codehaus.gmaven:groovy-maven-plugin:2.1.1". See #1497.
- other - README: mention system props for configuring the connection mode (#1496). See #1499.
- enhancement - Avoid unnecessary Gradle re-synch on restart. See #1485.
- enhancement - Optimize default VM management to avoid unnecessary project updates. See #1484.
- enhancement - Update to Eclipse 4.16. See #1478.
- enhancement - Support annotations in semantic highlighting. See #1477.
- enhancement - Wait for jobs to complete when resolving the classpaths. See #1476.
- enhancement - Java runtimes should be configured before projects are imported. See #1474.
- enhancement - Send started status when light weight server is ready. See #1472.
- enhancement - Enable code completion for syntax server. See #1463.
- enhancement - IBuildSupport extension point. See #1455.
- enhancement - Can get VM installation path through ProjectCommand.getProjectSettings(). See #1454.
- bug fix - Fix NPE in BaseDocumentLifeCycleHandler.publishDiagnostics. See #1473.
- bug fix - Correctly assign the queueLength in WrapperValidator. See #1470.
- bug fix - Organize import on save should not select ambiguous static import. See #1459.
- enhancement - Recognize new maven, gradle, eclipse project(s) after first init. See #144.
- enhancement - Add a new command to get all Java projects. See #1447.
- enhancement - Expand the API usages. See #1446.
- enhancement - Use default JVM when importing gradle project. See #1430.
- enhancement - Check for suspicious gradle-wrapper.jar. See #1434.
- bug fix - Discard the stale workingcopies that belonged to the deleted folder. See #1439.
- bug fix - jdt.ls shouldn't modify disk file when handling newly created or renamed files. See #1438.
- bug fix - Respect 'java.codeGeneration.generateComments' when generating accessors on completion. See #1437.
- bug fix - highlight QualifiedName together in packages. See #1435.
- bug fix - Favorite static imports are ignored if server launched without advancedOrganizeImportsSupport:true . See #1422.
- enhancement - refine semantic highlighting. See #1416.
- enhancement - Organize Imports should resolve static imports as well. See #1415.
- enhancement - Support refactoring package name. See #1414.
- bug fix - Code folding is buggy. See #1419.
- bug fix - clean out-of-date fAST before updating new fActiveJavaElement. See #1418.
- bug fix - wait for lifecycle jobs before computing semantic tokens. See #1412.
- build - CompletionHandlerTest.testStarImports fails randomly . See #1409.
- enhancement - support semantic tokens. See #1408.
- enhancement - add threshold for organizing imports with the asterisk (*) wildcard character. See #1407.
- enhancement - compute the rename updates after files renamed. See #1406.
- enhancement - add 'Generate constructor' option to 'Show Fixes' options for fields. See #1405.
- enhancement - make syntax server support hovering over a type. See #1403.
- enhancement - add Java 14 support. See #1391.
- enhancement - update Buildship for Java 14 support. See #1397.
- enhancement - provide
record
snippet. See #1393. - enhancement - add Javadoc completion for
record
s. See #1396. - enhancement - j.i.gradle.arguments and j.i.gradle.jvmArguments aren't properly defined. See #1387.
- enhancement - use stable lsp4j 0.9.0 release. See #1382.
- enhancement - enable syntax mode when importing a partial folder of maven/gradle project. See #1364.
- bug fix - root path in the preference manager won't update when workspace folder changes. See #1388.
- bug fix - fixed BadLocationException and diagnostic with negative line number send to client. See #1374.
- enhancement - provide diagnostics and quickfixes when opening non-project java files. See #1366.
- enhancement - parallel downloads of jars, for Maven projects. See #1369.
- enhancement - allow renaming of lambda parameters. See #1375.
- enhancement - build workspace action can report progress to client. See #1368.
- bug fix - fixed inconsistent filterText and textEdit returned, violating the LSP spec. See #1348.
- bug fix - fixed launch configs to use
com.ibm.icu
. See #1365. - debt - remove direct dependency to ICU4J. See #1362.
- build - Use more stable update sites in TP. See #1378.
- bug fix - update buildship to 3.1.4 to fix issues with projects not using the Gradle wrapper. See #1354.
- bug fix - fixed Java suggestion details missing in some circumstances. See #1353.
- enhancement - added code actions to remove the
final
modifier. See #441. - enhancement - added
java.configuration.runtimes
preference for mapping Java Execution Environments to local JDK runtimes. See #1307. - enhancement - added code actions to assign statement to new variable/field. See #1319.
- enhancement - added code action to remove redundant interfaces. See #438.
- enhancement - added
java.import.gradle.offline.enabled
preference. See #1308. - enhancement - added code action to add missing case labels in switch statements. See #1140.
- enhancement - expose full completion proposals to 3rd party extensions. See #1344.
- bug fix - fixed Intellisense not working when attached javadoc can't be read. See #1314.
- bug fix - fixed duplicate labels in progress reports. See #1321.
- bug fix - added default value to
java.project.referencedLibraries
's exclude and sources. See #1315. - build - fixed failing FormatterHandlerTests du to upstream changes in formatting. See #1317.
- build - fixed build failure due to LSP4J API changes. See #1340.
- enhancement - added support for Call Hierarchy. See #508.
- enhancement - add jars to classpath via new
java.project.referencedLibraries
preference. See #1305. - enhancement - include TextEdit to completion requests, as defined by the LSP. Completion results are now limited via
java.completion.maxResults
preference. See #465 and #1298. - enhancement - Remove duplicate call of getRawLocationURI(). See #1299.
- bug fixed - fixed incorrect signatures returned by signatureHelp. See #1290.
- bug fixed - fixed broken signatureHelp when previous string parameter has
(
or{
. See #1293. - debt - relicensed project to EPL-v2.0. See #897.
- enhancement - add quickfix to correct access to static elements. See #439.
- enhancement - new
java.maven.updateSnapshots
preference to update snapshots/releases for Maven projects. See #1217. - enhancement - sort code actions by relevance. See #1250.
- enhancement - enhanced referenced library support. See #1257.
- enhancement - use ProgressReporter to monitor initialization jobs. See #1280.
- enhancement - jump to definition on break/continue. See #1281.
- enhancement - no need to publish diagnostics in BuildWorkspaceHandler. See #1282.
- bug fixed - set correct kind for action "Add final modifier where possible". See #1266.
- bug fixed - call corresponding code action processor according to base kind. See #1275.
- bug fixed - should update the diagnostics for the deleted resource and it's children. See #1283.
- bug fixed - added the location check back when loading bundles. See #1286.
- debt - BasicFileDetectorTest.testInclusions* fail randomly. See #1262.
- debt - HoverHandlerTest.testHoverOnPackageWithJavadoc fails. See #1284.
- build/infra - CI jobs "Killed" randomly. See #1275.
- enhancement - code action: remove unnecessary cast. See #165.
- enhancement - provide better symbol details on hover. See #1227.
- enhancement - update m2e to 1.14 (embeds Maven 3.6.2). See #1238.
- enhancement - code action: improve "Invert Condition" refactoring trigger. See #1230.
- enhancement - code action: add final modifier where possible. See #1234.
- enhancement - refresh the bundles after uninstalling. See #1253.
- bug fixed - add Java 13 support for Gradle projects. See #1196.
- bug fixed - fixed build job reporting errors from unrelated gradle projects outside the workspace. See #1261.
- bug fixed - fixed Maven import failure caused by m2e-apt unable to parse maven-compiler-plugin configuration. See #1228.
- enhancement - tag IProblem.UnusedImport as DiagnosticTag.Unnecessary. See #1219.
- enhancement - support selection range in snippets. See #1220.
- enhancement - completion should provide code snippets (sysout/syserr/systrace/conditions/loops). See #977.
- enhancement - improve snippet documentation rendering. See #1205.
- enhancement - allow negative patterns in
java.import.exclusions
preference, to allow folder inclusions. See #1200. - bug fix - don't return workspace symbols without a name. See #1204.
- bug fix - fixed package fragments not updated when adding a new folder. See #1137.
- bug fix - only enable preview features for the latest available JDK. See #1197.
- bug fix - don't filter methods from filtered types' code completion. See #1212.
- enhancement - added Java 13 support for Maven and Eclipse projects. See #1179.
- enhancement - code-action: fixed methods with reduced visibility. See #442.
- enhancement - code-action: inline method/variable/field. See #656 and #771.
- enhancement - provide more granularity of progress during Maven import. See #1121.
- enhancement - added support for diagnostic tags. See #1162.
- enhancement - update Buildship to 3.1.2. See #1195.
- bug fix - fixed wrong range for
Surround with try/multi-catch
code action. See #1189. - debt - use sequence rank to get the first position in the position group. See #1180.
- enhancement - code action: fix non accessible references. See #440.
- enhancement - code action: create non existing package when package declaration mismatch. See #1163.
- enhancement - code action: convert for-loop to for-each loop. See #1166.
- enhancement - code action: convert anonymous class to nested class. See #1177.
- enhancement - navigate to the super implementation. See #1165.
- enhancement - exclude certain packages from autocomplete/autoimport. See #1176.
- bug fix - extract embedded javadoc images. See #1138.
- bug fix - fixed "No delegateCommandHandler for 'xxx'" error. See #1146.
- bug fix - fixed Javadoc table conversion to Markdown. See #1167.
- bug fix - fixed wrong completion text for AnonymousDeclarationType. See #1168.
- bug fix - fixed client never receiving server Ready notification. See #1170.
- bug fix - load bundle only once if same bundle occurs multiple times in different locations. See #1174.
- bug fix - fixed incorrect
prepareRename
response when called over import. See #1175. - build - add org.eclipse.ant.core into the launch config. See #1173.
- enhancement - code action to create unresolved types. See #853.
- enhancement - ignore "Unsupported SuppressWarning" warnings by default. See #1062.
- enhancement - properly render @ApiNote in javadoc. See #1069.
- enhancement - code action to move class to another package. See #1089.
- enhancement - code action to move member to another class. See #1089.
- enhancement - code action to move inner types to new class. See #1089.
- enhancement - code action to 'Invert local variable'. See #1117.
- enhancement - code action to convert lambda to anonymous class. See #1119.
- bug fix - fixed find implementation doesn't work on classes. See #1098.
- bug fix - fixed NavigateToDefinitionHandler should not return null. See #1143.
- bug fix - fixed secondary same-line error not reported. See #1147.
- bug fix - fixed go to implementation doesn't work for method invocation. See #1149.
- debt - migrate to BindingLabelProviderCore.See #1155.
- enhancement - added code action to convert a local variable to a field. See #772.
- enhancement - migrated to lsp4j 0.7.2. See #1040.
- enhancement - cancel init or update workspace job of removed rootPaths. See #1064.
- enhancement - trigger client autorename after 'extract to variable/constant/method'. See #1077.
- enhancement - prevented aggressive classpath updates when jars don't change. See #1078.
- enhancement - new extension point to register static commands during JDT LS initialization . See #1084.
- enhancement - added additional Gradle preferences. See #1092.
- enhancement - added support for "textDocument/selectionRange". See #1100.
- enhancement - support non-CUCorrectionProposal for CodeActions. See #1103.
- enhancement - updated m2e to 1.13 -> Use latest Execution Environment when source/target is not yet supported. See m2e#549312.
- bug fix - fixed signature help returning the wrong active parameter. See #1039.
- bug fix - use the default
GRADLE_USER_HOME
env var if possible, for Gradle wrappers and modules. See #1072. - bug fix - fixed signature help stopped working after using a lambda. See #1086.
- bug fix - fixed ChangeUtil for non-MultiTextEdit conversion. See #1095.
- bug fix - fixed IllegalArgumentException thrown on completionItem/resolve if there's no javadoc. See #1107.
- bug fix - properly filter code actions according to context.only values. See #1112.
- build - added launch configurations for remote debugging. See #1067.
- debt - refactor ChangeUtil: universal API converting Change to WorkspaceEdit. See 1106.
- enhancement - added code action to generate constructors. See #972.
- enhancement - added code action to generate delegate methods. See #1042.
- enhancement - updated buildship to 3.1.0. See Buildship changelog.
- enhancement - updated m2e to 1.12 (now embeds Maven 3.6.1). See m2e changelog.
- enhancement - provide more info on hover for constant fields. See #1049.
- bug fix - fixed Signature Help didn't match active parameter per type. See #1037.
- bug fix - fixed disabling Gradle wrapper in certain cases. See #1044.
- enhancement - added
Assign parameters to new fields
source actions. See #167. - enhancement - added code action for adding non existing constructor from super class. See #767.
- enhancement - use the
java.codeGeneration.generateComments
preference to generate comments for getter and setter. See #1024. - enhancement - optionally disable loading gradle from gradle wrapper and use a specific Gradle version. See #1026.
- bug fix - fixed NPE when closing a renamed file. See #993.
- bug fix - fixed potential NPE with a bad formatter URL. See #1029.
- bug fix - fixed Signature Help for constructors. See #1030.
- enhancement - batch Maven project imports when available ram < 1.5GB and number of projects > 50, to reduce memory consumption. See #982.
- enhancement - added advanced
Generate getters and setters...
source action. See #992. - enhancement - tentative workaround for poor resource refresh performance on Windows. See #1001.
- enhancement - show more progress details of workspace jobs. See #1005.
- enhancement - log resource path and line number of build errors. See #1013.
- bug fix - update classpath when jar files are modified. See #1002.
- bug fix - fixed NPE when peeking implementation on generic types. See #1004.
- bug fix - only return signature help on method invocation and javadoc reference. See #1009.
- bug fix - properly detect active signature in signature help. See #1017.
- bug fix - use proper kinds for interfaces, enums and constants, in completion and document symbols. See #1012.
- bug fix - remove ellipsis on
Create getter and setter for
label. See #1019.
- enhancement - added
Generate toString()...
source action. See #736. - enhancement - dynamically add filewatchers. See #926.
- enhancement - download Java sources lazily for Maven projects. See #979.
- enhancement - optimize CompilationUnit computations. See #980.
- enhancement - optimize server initialization. See #981.
- enhancement - show more detailed progress report on startup. See #997.
- bug fix - completion cache resets after file recompilation resulting in slow code completion. See #847.
- bug fix - fix jar detection on windows, for invisible projects. See #998.
- bug fix - Only enable the preview flag if the JVM supports it. See #975.
- enhancement - added "imports" folding support. See #555.
- enhancement - added UI to manage ambiguous imports. See #673.
- enhancement - added
Convert to static import
code actions. See #796. - enhancement - eliminated CPU usage when idling on Windows. See #843.
- enhancement - added Java 12 support. See #671.
- bug fix - fixed occasional NPE when navigating to class, on Linux. See #963.
- enhancement - added
Generate hashcode() and equals()...
source action. See 168. - enhancement - improve the mechanism to resolve the package name for empty java file. See 950.
- bug fix - fixed server stopping when idling, after failing to track client's PID. See #946.
- bug fix - signature help should select the 1st parameter after the opening round bracket. See #947.
- enhancement - new source action:
Override/Implement Methods...
. See 900. - enhancement - attaching sources now use a project relative path, when possible. See #906.
- bug fix - definitely fixed the file handle/memory leak on Windows when idling (when using Java 9+), also reduced CPU usage. See #936.
- enhancement - automatically detect jars in
lib/
folder of standalone folders (invisible projects). See #927. - bug fix - fixed file handle/memory leak on Windows when idling. See #931.
- build - use Eclipse 2019-03 M2 bits. See #934.
- debt - use FileWatcher API from lsp4j. See #929.
- bug fix - updates to gradle properties should be picked up when doing a full build. See #924.
- bug fix - fixed regression with "Add parentheses around cast" code action. See #907.
- bug fix - ignore circular links during project import. See #911.
- build - fixed build failing to download the Maven wrapper on Windows. See #789.
- enhancement - source action to generate Getters/Setters for all fields. See #163 and #902.
- enhancement - added
java.maxConcurrentBuilds
preference to allow concurrent builds. See #825. - enhancement - added commands to add/remove/list project source folders. See #859.
- enhancement - reworked standalone files support. Now maps root folders to an invisible project under jdt.ls's workspace. See #880.
- enhancement - mapped
extract
refactorings to new code action kinds (helps with key mapping). See #909. - bug fix - fixed project reference when navigating to JDK classes. See #842.
- bug fix - fixed potential NPE on hover. See #893.
- bug fix - don't return unnecessary code actions. See #894.
- build - removed Guava 15 jar from the distribution. See #484.
- build - migrated to buildship 3.0. See #875.
- build - migrated to lsp4j 0.6.0. See #882.
- debt - fixed random failures in DiagnosticHandlerTest.testMultipleLineRange. See #877.
- debt - removed copy of ContextSensitiveImportRewriteContext. See #887.
- enhancement - rename refactoring now supports file operations (rename/move file). See #43.
- enhancement -
Organize imports
now added as Source Action. See #845. - bug fix - fixed broken import autocompletion. See #591.
- bug fix - fixed diagnostics not being reset after closing a file. See #867.
- build - update TP to include m2e, m2e-apt, buildship. See #873.
- debt - deleted copied StubUtility2 class from corext.refactoring. See #858.
- enhancement - adopt new CodeAction and CodeActionKind. See #800.
- enhancement - added commands to manage dependency source attachment. See #837.
- enhancement - resolve
~/
paths forjava.configuration.maven.userSettings
. See #848. - bug fix - fixed NPE in documentSymbols calls when no source is attached. See #851.
- bug fix - fixed detection of projects under linked folders. See #831.
- bug fix - fixed NPE in MavenBuildSupport when parent project is missing. See #839.
- build - update TP to include m2e-apt 1.5.1. See #855.
- bug fix - ignore multiple code lenses for byte code generated methods. See #828.
- bug fix - fixed Maven diagnostics showing up and disappearing on save. See #829.
- bug fix - fixed typo in willSaveWaitUntil log. See #831.
- debt - use CodeGeneration and GetterSetterUtil from o.e.jdt.core.manipulation. See #821.
- debt - delete copied classes from corext.refactoring. See #826.
- enhancement - new Java 11 support for Maven, Gradle and Eclipse projects. See #735.
- enhancement - bind
Project configuration is not up-to-date with pom.xml
diagnostics to pom.xml. See #797. - enhancement - cascade "Update project configuration" command to child Maven projects. See #806.
- enhancement - ignore
Unknown referenced nature
warnings. See #812. - bug fix - fixed 'java/buildWorkspace' command failing due to
Project configuration is not up-to-date with pom.xml
errors. See #813. - debt - removed copy of StubUtility, use the one from o.e.jdt.core.manipulation. See #793.
- enhancement - new code-action: Convert anonymous class to lambda expression. See #658.
- enhancement - exposed new asynchronous
workspace/notify
command. See #719. - enhancement - adopted new DocumentSymbolProvider API. See #780.
- enhancement - new preference to disable auto-completion. See #786.
- enhancement - migrated to lsp4j 0.5.0.M1. See #787.
- bug fix - fixed 'Updating Maven projects' showing progress above 100%. See #785.
- bug fix - fixed BadLocationExceptions thrown during
textDocument/documentSymbol
invocations. See #794.
- enhancement - add
textDocument/implementation
support. See #556. - enhancement - automatically generate params in Javadoc. See #744.
- enhancement - support folder URIs in
workspace/didChangeWatchedFiles
. See #755. - enhancement - prevent unnecessary build when reopening workspace. See #756.
- enhancement - publish diagnostic information at the project level. See #759.
- enhancement - update m2e to 1.9.1 See #761.
- enhancement - lower severity of m2e's
Project configuration is not up-to-date...
diagnostics. See #763. - enhancement - add quickfix for removing unused local var and all assignments. See #769.
- bug fix - fixed timestamps in logs. See #742.
- bug fix - don't send notifications for gradle files modified under the build directory. See #768.
- bug fix - fixed FormattingOptions.isInsertSpaces=false being ignored during formatting requests. See #775.
- debt - remove copies of IProblemLocation and ProblemLocation. See #749.
- debt - fixed random failures of HoverHandlerTest.testHoverOnPackageWithNewJavadoc. See #764.
- documentation - provide a changelog. See #773.