Naoki Takezoe
Naoki Takezoe
Good point! Just from that reason, we use a filter which allows to composite multiple ScalatraFilters in GitBucket which is an open source git server based on Scalatra: https://github.com/gitbucket/gitbucket/blob/master/src/main/scala/gitbucket/core/servlet/CompositeScalatraFilter.scala But...
@dozed @seratch Should we move this issue to 2.6.0 or 3.0.0 milestone?
Removed from the milestone once to close 2.5.0 milestone which has been already released. If we should add this to the future plan, set the milestone again, please.
Maybe I answered your question on StackOverflow. https://stackoverflow.com/questions/65243196/scalatra-mongodb-not-working-mongocontroller-not-in-package-example
@kounoike Is your application communicating via WebSocket? I think this workaround looks to work for only when communication is fallbacked to Ajax polling.
There is no blocker. Why I haven't merged this pull request yet is that I'm not sure if this feature is actually necessary because I don't use the reverse routing...
@magnolia-k Thanks for advice! It should be postponed. I remove this issue from 2.7.0 milestone.
Hmm... I see. Scalatra 2.8 may be a chance to get rid of Java 8 support.
I agree with dropping Atmosphere support. So, our next actions will be: - Deprecate atmosphere in Scalatra 2.8 - Drop Atmosphere support and upgrade to Jetty 10 in Scalatra 2.9...
@cypher256 Thank you very much! For now, I will mention that option in README, but will look for a replacement of Xstream in long-term anyway. Of course, backward-compatibility will be...