Gordan Krešić

Results 11 comments of Gordan Krešić

Maybe at least add to examples that equivalent of `evaluationDependsOn(':example-library')` is required in top level project, or otherwise gwt declaration won't be evaluated properly. @shabunc [mentioned](https://github.com/steffenschaefer/gwt-gradle-plugin/issues/43#issuecomment-355862481) that in comment on...

> It would be really helpful for us if people could explain their use-cases for having a WasmGC backend. Running Java code in browser environments would be our primary target,...

Author of https://github.com/javalin/javalin/issues/1793 here. I've created simplest possible example of my use case for Javalin, you can find it here: https://github.com/gkresic/javalin-jetty-embed-example In this configuration, I'm constructing Jetty myself (loading config...

Providing my own Jetty server covers many use cases, but not all. For example, if used this way, Javalin insists on mounting its handler to the root of the context:...

**Current** users :) I'm thinking if there may be (many?) others that decided not to use Javalin just because of its strong coupling with Jetty?

Updated servlet container versions.

I may submit a pull request for this one, but would like first to clarify the strategy for getting there among the two described above. Since Pippo 1.x supports `javax`...

Working on it and I'm almost done, but have one question. Due to the changes in the way Jetty handles WebSockets, I need an access to Jetty `Server` instance from...

Here's my work so far: https://github.com/gkresic/pippo/tree/jakarta Notice hardcoded server access in `ro.pippo.jetty.websocket.JettyWebSocketFilter`: https://github.com/gkresic/pippo/blob/jakarta/pippo-server-parent/pippo-jetty/src/main/java/ro/pippo/jetty/websocket/JettyWebSocketFilter.java Tests confirm that WebSocket endpoints are working. Unrelated, notice that my initial assumptions about servlet versions were...

Created WIP PR #639