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

Test with Groovy 2.5 #48

Closed cjstehno closed 7 years ago

cjstehno commented 7 years ago

Groovy 2.5 is coming out soon - it would be nice to know how things work before it's released.

Not sure we would want to upgrade right away but it would be good to have a test (shell) and some docs around using it - if there is any difference - I would think it would just work without any notes.

Will the new Java 8 lambda integration make the extra Groovy vs Java methods obsolete?

Come up with a support timeline for 2.5 - hopefully it will just work with both until I start using new features.

cjstehno commented 7 years ago

Seems to work with no issues or modifications. More testing as it becomes a final release.