weavejester / ring-serve

Ring development web server
Eclipse Public License 1.0
25 stars 6 forks source link

Migrated to Jetty 7.x (via ring-jetty-adapter 1.1.8). #6

Open duckyuck opened 11 years ago

duckyuck commented 11 years ago

Hi James.

This obviously breaks compatibility with Jetty < 6.x. You might want to bump the major (at least minor) release number of ring-serve due to this.

If you'd rather see a pull request which supports both 7.x and 6.x of Jetty I'll be happy to do so.

Regards, Anders

duckyuck commented 11 years ago

Just noticed there is an issue regarding this already. #5

weavejester commented 11 years ago

ring-serve is being deprecated in favor of ring-server, and swank-clojure is being replaced by nrepl.el, so I'm uncertain whether I should be updating ring-serve and therefore encouraging its use.

duckyuck commented 11 years ago

Agreed. Maybe add a deprecation notice in the README.md and link to ring-server?