Closed GoogleCodeExporter closed 8 years ago
I suspect that this is not an issue with Rest Assured. Have you tried the
latest version of REST Assured (2.3.1) and if so do you see any difference?
Original comment by johan.ha...@gmail.com
on 4 Jun 2014 at 11:49
Sorry the 2.2.1 version of Rest-Assured was a typo. I have since tried it with
a couple of different versions of Rest-Assured. Same error keeps popping up.
I also checked the out rest-assured and built it against 1.7. And added the Jar
to my project but no luck there.
Original comment by jimfro...@gmail.com
on 4 Jun 2014 at 1:58
Maybe it's because of something like this:
http://blog.proxerd.pl/article/how-to-fix-incompatibleclasschangeerror-for-your-
groovy-projects-running-on-jdk7 ?
Original comment by johan.ha...@gmail.com
on 5 Jun 2014 at 5:21
That issue seems to be fixed in Groovy 2.1.9 and 2.2.0-rc-2
(https://jira.codehaus.org/browse/GROOVY-6080). So I encourage you to try out
the latest version of REST Assured to see if it works better. Depend on version
2.3.2-SNAPSHOT of rest assured after having added the following repo:
<repositories>
<repository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots />
</repository>
</repositories>
Original comment by johan.ha...@gmail.com
on 5 Jun 2014 at 5:51
I hope that it's fixed now
Original comment by johan.ha...@gmail.com
on 7 Jun 2014 at 3:17
HI.
Yes this error is fixed in the new version. Sorry for the late reply was out of
office.
Original comment by jimfro...@gmail.com
on 9 Jun 2014 at 9:36
great!
Original comment by johan.ha...@gmail.com
on 9 Jun 2014 at 9:50
Original issue reported on code.google.com by
jimfro...@gmail.com
on 4 Jun 2014 at 11:29