Skip to content

Releases: nvim-java/nvim-java

v4.1.2

Choose a tag to compare

@github-actions github-actions released this 03 Jul 17:56
dcf18d8

4.1.2 (2026-07-03)

Bug Fixes

  • change jdtls download url from milestones to snapshots (#499) (3f071ca)
  • classpath: fix bug when generated sources are skipped by jdtls (#489) (116339b)

v4.1.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 16:00
b93e1c5

4.1.1 (2026-06-12)

Bug Fixes

  • dap: skip enrich_config for attach mode (#494) (ccd76f9)
  • refactor: use method-call syntax for Action:rename (#493) (bb12076)

v4.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Feb 04:23
61e18c4

4.1.0 (2026-02-04)

Features

v4.0.4

Choose a tag to compare

@github-actions github-actions released this 11 Dec 05:58
d196b25

4.0.4 (2025-12-11)

Bug Fixes

  • dap: allow running mains without project (#459) (9b6c907)

v4.0.3

Choose a tag to compare

@github-actions github-actions released this 10 Dec 11:08
2855091

4.0.3 (2025-12-10)

Bug Fixes

  • doc: invalid JDTLS settings in README (#451) (df1ff5f)

v4.0.2

Choose a tag to compare

@github-actions github-actions released this 10 Dec 08:24
76a074b

4.0.2 (2025-12-10)

Bug Fixes

  • vim.lsp.buf.document_symbol returns nothing for jdtls (#449) (625f48f)

v4.0.1

Choose a tag to compare

@github-actions github-actions released this 05 Dec 21:30

4.0.1 (2025-12-05)

Bug Fixes

  • user config is not applied due to default config import in some modules (#443) (7875237)

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Dec 22:33

4.0.0 (2025-12-03)

Features

Bug Fixes

  • java validation is invalid (ad5d370)
  • java version check does not consider env passed for LSP (41d72bf)
  • nvim-java does not work on mac with the embeded jdk (293ee31)
  • PATH env separator is not windows compatible (9743dde)
  • update nvim version check to 0.11 (c3e3129)
  • windows compatibility issue (#439) (e1bb01d)
  • workspace_execute calling client command handler (20191fe)

Miscellaneous Chores

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 07:01
3d56b74

3.0.0 (2025-08-06)

Features

Miscellaneous Chores

v2.1.2

Choose a tag to compare

@github-actions github-actions released this 05 Aug 05:09
0831149

2.1.2 (2025-08-04)

Bug Fixes