Magnolia.K

Results 73 comments of Magnolia.K

@takezoe I think that it is necessary to merge this PR for the release of Scalatara 2.7. Are there any blocking factors at present?

tomcat 9 already supports servlet 4.0, but jetty supports version 10.0 for servlet 4.0. If jetty 10 is not released, servlet 4.0 correspondence will be difficult.

https://github.com/eclipse/jetty.project/releases/tag/jetty-10.0.0 Jetty 10.0 has finally been released! However, Jetty 10 supports Java 11 and above, so if you want to use Jetty 10 based code, you will need Java 11...

I agree with dropping Java8 support from the new version of Scalatra.

@takezoe In Jetty 10.0, the WebSocket related code has been refactored and the configuration has changed significantly. Atmosphere does not yet support Jetty 10, so simply upgrading Jetty will cause...

Yes! This is going to take a long time. Now that we've created a branch for Scalatra 2.8, we'll deprecate it against Atmosphere. We'll also add an annotation on the...

If swagger-codegen 3.0.0 is not released, it seems that it can not deal with it. (Not yet released) https://github.com/swagger-api/swagger-codegen/blob/master/README.md

I haven't been able to get the time I need to support Swagger 3.0... patches are always welcome!

The version you are using is outdated, did you try it with the latest version? It seems to work with the latest combination of Scalatra and json4s.

What is the reason that it seems to keep working even if the network is disconnected? It will be helpful if you can show the pointer that shows the behavior