0.14.1
Performance
- Skip making a fake project if only sources are being scanned. See [#494](https://github.com/eclipse-lsp4mp/lsp4mp/pull/494).
Bug Fixes
- Do not suggest method or field snippets when the cursor is outside the top level type declaration. See [#476](https://github.com/eclipse-lsp4mp/lsp4mp/pull/476).
- Guard against annotation binding failing to resolve. See [#492](https://github.com/eclipse-lsp4mp/lsp4mp/pull/492).
- Fix cases where the JDT component would sometimes fail to find an inner class. See [#479](https://github.com/eclipse-lsp4mp/lsp4mp/pull/479), [#480](https://github.com/eclipse-lsp4mp/lsp4mp/pull/480).
Build
- Improve stability and performance of tests. See [#474](https://github.com/eclipse-lsp4mp/lsp4mp/pull/474), [#487](https://github.com/eclipse-lsp4mp/lsp4mp/pull/487).