Cursive 2025.2.1-eap1 is out. Quality of life fixes to clj-kondo support, and one bugfix. https://cursive-ide.com/blog/cursive-2025.2.1-eap1.html
@mgardner2 this should fix your issue with your Maven project, check the blog for details on how to configure. Let me know if it works ok!
it works! I'm excited to finally get to share this with my team. Thanks, @cfleming!
i was just getting some nREPL-level errors, but when i tried to submit them, i got
> Failed to submit exception report:
> 401 Unauthorized
errors.
@cfleming is the bug reporter a jetbrains service or cursive plugin exceptions are reported directly to your infrastructure?
2025-08-11 18:16:58,133 [17194719] SEVERE - #cursive.repl.nrepl - IntelliJ IDEA 2025.2 Build #IU-252.23892.409
2025-08-11 18:16:58,133 [17194719] SEVERE - #cursive.repl.nrepl - JDK: 21.0.7; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2025-08-11 18:16:58,133 [17194719] SEVERE - #cursive.repl.nrepl - OS: Mac OS X
2025-08-11 18:16:58,133 [17194719] SEVERE - #cursive.repl.nrepl - Plugin to blame: Cursive version: 2025.2-252
2025-08-11 18:16:58,133 [17194719] SEVERE - #cursive.repl.nrepl - Last Action: :cursive.repl.actions/run-top-sexp
2025-08-11 18:17:16,937 [17213523] WARN - #cursive.exception.ClojureErrorReportSubmitter - Error submitting report: 401 Unauthorized
cursive.exception.GithubException: 401 Unauthorized
at cursive.exception.ClojureErrorReportSubmitterKt.update(ClojureErrorReportSubmitter.kt:195)
at cursive.exception.ClojureErrorReportSubmitterKt.access$update(ClojureErrorReportSubmitter.kt:1)
at cursive.exception.ClojureErrorReportSubmitter$submit$1.run(ClojureErrorReportSubmitter.kt:369)
at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:498)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:119)nvm, i see it's mentioned in the latest release's blog entry
Hi, I am running into an issue with Cursive. I think I may have upgraded Intellj or something. I am not sure what I did to cause this. Has anyone run into a similar issue? I try switching versions of Clojure, but I end up getting the same error. Thanks.
Actually, downgrading to clojure 1.12.0.1530 from 1.12.1.1550 fix the issue.
Maybe something deps.clj related?