- enhancement - Add a quickfix to replace a deprecated field with one referenced in the docs. See JLS#3626.
- enhancement - Add a quickfix for "type safety warning" to infer type arguments. See JLS#626.
- bug fix - "Generate constructor" feature can now be used when the type has no fields. See #4154.
- bug fix - When viewing Javadoc through hover, any Javadoc with
{@literal}tags now has proper newlines. See #3758. - bug fix - Handle and tags placed in
{@literal}properly in Javadoc hover. See #1838. - bug fix - Fix how tables are displayed in Javadoc hover. See #2465.
- bug fix - Fix a bug in the quickfix that replaces a deprecated method with one refrenced in the docs. See JLS#3638.
- dependencies - Address vulnerability in version of jsoup being used. See #3859.