clojure-maven-plugin icon indicating copy to clipboard operation
clojure-maven-plugin copied to clipboard

Timeout with nrepl 1.3.0

Open bcorrigan opened this issue 1 year ago • 0 comments

Hello,

Recently nrepl updated to version 1.3.0.

It looks like this version of nrepl is incompatible with the clojure maven plugin, as if you execute "mvn clojure:nrepl" it will time out after 60 seconds of inactivity.

I opened an issue in the nrepl project here: https://github.com/nrepl/nrepl/issues/358

They have kindly provided a workaround, and suggested that a very small change can be made in the clojure-maven-plugin project in order to accommodate nrepl 1.3.0. Read the issue raised there for more details.

Reproduce the issue

TO reproduce the issue - I have attached a sample pom.xml.

Simply put into an empty directroy, run "mvn clojure:nrepl" and wait 60 seconds.

pom.zip

bcorrigan avatar Aug 19 '24 17:08 bcorrigan