cjstehno / ersatz

🤖 A simulated HTTP server for testing client code with configurable responses.
https://cjstehno.github.io/ersatz
Apache License 2.0
47 stars 5 forks source link

Groovy 2.5 #96

Closed cjstehno closed 5 years ago

cjstehno commented 6 years ago

I have a branch setup for testing groovy 2.5 support with the library - currently there are issues. If you need support for Groovy 2.5, please comment below and I can bump up the priority.

cjstehno commented 6 years ago

Looked into Groovy 2.5 a bit and there seem to be some issues with Spock - this may be related to the build issues I was seeing with the upgrade (http://groovy-lang.org/releasenotes/groovy-2.5.html)

cjstehno commented 6 years ago

It looks like Spock 1.2 should fix this... need to test, though there is a chance I may just switch the whole project over to Kotlin.

cjstehno commented 5 years ago

I am going to keep the project per-2.5 for now. If you have a specific need for 2.5, please comment here (and/or re-open this issue) or create a new ticket.