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

Get Scalatra running #2

Open
robertPiro opened this issue Jun 7, 2021 · 2 comments
Open

Get Scalatra running #2

robertPiro opened this issue Jun 7, 2021 · 2 comments

Comments

@robertPiro
Copy link
Owner

Currently, the Scalatra dir (./server) is empty and needs to be filled
We also want to set up a port. Is that easy? What did they do in the original Gitpod?

@robertPiro
Copy link
Owner Author

Leaving Twirl out was a good choice. It definitely needs Version 1.5.1 as this fixes an error
java.lang.NoSuchMethodError: scala.tools.nsc.Settings.bootclasspath()Lscala/tools/nsc/settings/AbsSettings$AbsSetting;
sbt/sbt#6400
in connexion with sbt.

@robertPiro
Copy link
Owner Author

Scalatra is not compiling due to wrong jetty version.
This means that we should drop support for Atmosphere in order to make Scalatra Jetty 10.0 compatible.

Also, since Jetty 11.0 changes the javax namespace to jakarta, the basic servlet api will need to be changed, and the metrics module will need to be reviewed.

scalatra/scalatra#757

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant