Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crossbuild for Jetty 8 / Servlet 3.0 #129

Closed
rossabaker opened this issue Sep 10, 2011 · 0 comments
Closed

Crossbuild for Jetty 8 / Servlet 3.0 #129

rossabaker opened this issue Sep 10, 2011 · 0 comments
Assignees
Milestone

Comments

@rossabaker
Copy link
Member

  • ScalatraTests doesn't compile against Jetty 8 because DispatcherType moved into javax.servlet.
  • GetResponseStatus doesn't compile against Servlet 3.0 because getStatus() is now an overridden method.

We will build Scalatra 2.0.0 against these libraries with classifier "servlet30". Depend on them thusly:

"org.scalatra" %% "scalatra" % "2.0.0" % classifier("servlet30")

Scalatra 2.1+ will require Servlet 3.0.

@ghost ghost assigned rossabaker Sep 10, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant