Skip to:
Update Jersey to 1.7. Now we can do that since we depend on Java 6 now. As of Gradebook2 v1.5.0 we are using Jersey v1.1.5.1
This likely can be closed
QA: This will be tested by the overall testing.
RestServlet extends SpringServlet, whose service() method signature changed from:
void service(...)
to:
int service(...)
In order for maven to build gradebook2, I had to add the spring dependency to the server/pom.xml
We also need to upgrade jackson from v1.1.1 to v1.7.1
Update Jersey to 1.7. Now we can do that since we depend on Java 6 now. As of Gradebook2 v1.5.0 we are using Jersey v1.1.5.1