Skip to content

Instantly share code, notes, and snippets.

@aadrian
aadrian / scalatra26.md
Last active June 6, 2017 09:10 — forked from takezoe/scalatra26.md
[Draft]The plan of Scalatra 2.6.0

[Draft]Plan for Scalatra 2.6.0

The main goal of Scalatra 2.6.x is to decrease future maintenance efforts and costs, since there are not enough active committers to maintain the existing huge codebase. To achieve this goal, I propose the followings:

  • Follow the Scala standards (e.g. Twirl instead of Scalate, ScalaTest instead of Specs2)
  • Deprecate modules that are not used much or not maintained enough

More specific tasks:

Overall