cursive

cfleming 2025-08-11T01:36:26.489029Z

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

cfleming 2025-08-11T08:00:58.839239Z

@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!

MJ 2025-08-11T17:32:41.113009Z

it works! I'm excited to finally get to share this with my team. Thanks, @cfleming!

🎉 1
onetom 2025-08-11T11:19:01.305399Z

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?

onetom 2025-08-11T11:21:21.671109Z

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)

onetom 2025-08-11T11:23:37.755239Z

nvm, i see it's mentioned in the latest release's blog entry

2025-08-11T22:24:34.954239Z

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.

2025-08-11T22:28:57.737399Z

Actually, downgrading to clojure 1.12.0.1530 from 1.12.1.1550 fix the issue.

Alex Miller (Clojure team) 2025-08-12T00:10:59.071589Z

Maybe something deps.clj related?

👀 1