Netflix / glisten

Ease of use Groovy library for building JVM applications with Amazon Simple Workflow (SWF)
Apache License 2.0
67 stars 31 forks source link

Doesn't work with groovy 2.3.7 #32

Open bsideup opened 9 years ago

bsideup commented 9 years ago

It's impossible to use Glisten with Groovy 2.3.7 and SWF because of cast exceptions

claymccoy commented 9 years ago

Yes, the dependencies for Groovy, Guava, and AWS should all be updated. https://github.com/Netflix/glisten/blob/master/build.gradle

fzakaria commented 9 years ago

Updating the dependencies still doesn't resolve the problem.

jmuel commented 8 years ago

38

There must have been a parsing change between groovy 2.1.x and 2.3.x, adding a parenthesis around a statement fixed it in newer versions of groovy.