The cause of the issue is in its dependency:
cider.nrepl.inlined-deps.compliment.v0v3v11.compliment.utils/classes-on-classpath
It would be fixed upon the accept of the PR:
alexander-yakushev/compliment#79
Expected behavior
Completion of Java packages/classes should work.
For example, when java.util. is typed in the REPL,
the classes inside package java.util should be listed.
Actual behavior
When java.util. is typed in the REPL,
the classes inside package java.util were not listed.
Steps to reproduce the problem
On windows, lein new ,
cider-jack-in the project,
try the steps above.
Environment & Version information
cider-nrepl version
cider-nrepl-0.26.0
Java version
Java 16.0.1
Operating system
Windows 10