- 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.