Stephen Carman
Stephen Carman
@velvia the thing is though, akka 2.4.x is java8 and scala 2.11+ only so there is that too... But basically I'm going to go through and document all our routes,...
@velvia perhaps would could experiment with users providing their own serialization? Perhaps some lower level API that allows us to serialize return types or something @amarouni No, play is way...
I'm probably gonna have to rewrite most of webapi.scala so yea we can do that refactoring.
I started writing it with spray because akka-http comes with a lot of conveniences for it, but I'm not far enough along for it to matter yet, if someone has...
Well me looking around a little bit spray comes out of the gate with support in akka-http, and unless I missed something it would seem any other json library would...
@amarouni it's almost as if the akka-http committers have some relationship with spray 🤔 Either way, Ive already got some skeleton code like that going. It's just a bit rough...
The branch can be found now at https://github.com/spark-jobserver/spark-jobserver/tree/akka-http-expirimental this is where I'll be checking things into.
@Majea I'm not sure what the right answer is there because I don't know when this will ultimately get finished, but at the same time if you have a pressing...
This hasn't been resolved. We're talking about the API and how to change it for it to be operable with java.
Hihi, Contexts in spark are meant to be immutable, so you either need to start a new context or restart them, I don't believe a context can have a jar...