Closed ajgbangug closed 10 years ago
AIDR release 1.1.0 is stable, but its true that a lot of changes have been made since that release. Latest committed version of master branch is also stable, however, a stable release based on this version would be out on coming Sunday.
Great! I wanted to use v1.1.0 but I was getting the following GlassFish error when deploying aidr-trainer-api. Any idea why this might be happening?
I found that it is your server specific issue. please add the below dependency in your pom file.
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-servlet</artifactId>
<version>1.18.1</version>
</dependency>
Thanks @jikimlucas! That did the trick. :) closing the issue
Which commit/build/branch should I use if we want a stable setup of AIDR? I noticed that there have been lots of changes going on in AIDR and would like to know which version we could use that is stable enough. I tried checking the git tags and used v1.1.0 but aidr-trainer-api is having deploy problems although when using later builds, it doesn't have any problems. Thanks!