Skip to content

Releases: rcasia/neotest-java

v0.17.6

19 Nov 14:25
43b4cf9
Compare
Choose a tag to compare

0.17.6 (2024-11-19)

Bug Fixes

  • resolve_qualified_name: null pointer when package is empty (#167) (43b4cf9)

v0.17.5

27 Oct 21:25
e1371c1
Compare
Choose a tag to compare

0.17.5 (2024-10-27)

Bug Fixes

v0.17.4

08 Oct 11:57
4fe7a53
Compare
Choose a tag to compare

0.17.4 (2024-10-08)

Bug Fixes

v0.17.3

08 Oct 10:35
8254cd1
Compare
Choose a tag to compare

0.17.3 (2024-10-08)

Bug Fixes

v0.17.2

07 Oct 21:49
03c415f
Compare
Choose a tag to compare

0.17.2 (2024-10-07)

Bug Fixes

v0.17.1

07 Oct 17:49
c73d1d8
Compare
Choose a tag to compare

0.17.1 (2024-10-07)

Bug Fixes

  • find_module_by_filepath to be compatible with windows os (#154) (c73d1d8), closes #135

v0.17.0

06 Oct 16:41
b880a7d
Compare
Choose a tag to compare

0.17.0 (2024-10-06)

Features

  • Breaking Change: use jdtls compiler #153, relates to #75

Breaking Change Explanation

The project has switched to using the jdtls compiler instead of the previous compilation method. This change brings significant improvements but also introduces some breaking changes:

  • Improved Performance and Reliability: The jdtls compiler offers faster compilation times and enhanced reliability.
  • Configuration Changes Needed: Existing setups that rely on the old compiler may need to be updated to work with the jdtls compiler.
  • Action Required: Please update your configurations and dependencies as per the updated documentation to accommodate this change.

v0.16.0

22 Sep 15:30
9e6e8cf
Compare
Choose a tag to compare

0.16.0 (2024-09-22)

Features

v0.15.6

07 Sep 16:44
f3532b8
Compare
Choose a tag to compare

0.15.6 (2024-09-07)

Bug Fixes

v0.15.5

07 Sep 15:46
53425b3
Compare
Choose a tag to compare

0.15.5 (2024-09-07)

Bug Fixes

  • clear cached classes when compilation fails (#146) (53425b3)