David

Results 284 comments of David

Thank you @sgulci - somehow, this is a very breaking change, so it shouldn't be merged until Javalin 7.

@FlyingSheepOnSailfish should not be any issue. Unlike Spark, Javalin is instance-based by default, the only static method is the api-builder, but that method is thread-safe. Do all the instances stop,...

That sounds very annoying, what kind of traffic are you seeing, and how is your thread-pool configured?

Are you able to reproduce this with hello-world type applications?

> @sbordet Looking at your PR, it seems to be related to "disabling pings". > Can you detail what is the intent of the test that fails? It was two...

We are currently working on v7, there is an alpha out :) ``` io.javalin javalin 7.0.0-alpha.1 ```

``` io.javalin javalin 7.0.0-alpha.2 ```

```xml io.javalin javalin 7.0.0-alpha.3 ```

```xml io.javalin javalin 7.0.0-alpha.4 ```

Hi @mechite, the “No reflection” claim is about how user code interacts with Javalin, not that Javalin itself contains zero reflection internally. The same applies to “No annotations”. Although our...