Jonas Konrad

Results 234 comments of Jonas Konrad
trafficstars

what do you mean? it's a gz file, it can't unzip to a folder. But I will attach it as a zip as well. [null-shape-sample.zip](https://github.com/tomate44/CurvesWB/files/13056703/null-shape-sample.zip)

@anuragdeshpande are you using `micronaut.ssl` or `micronaut.server.ssl` in the config? i think there is a bug with reloading with the former.

@pkomuda there are fundamental issues related to thread management and loom at the moment that prevent netty from becoming "fully" loom-compatible. At the same time nima is slower than netty...

Please make a reproducer, this is not enough info to figure it out. Also please test on micronaut 4

It is really difficult from the interface names (ClientCookieEncoder, ServerCookieDecoder, ServerCookieEncoder) to tell which interface encodes/decodes which header. - ClientCookieEncoder encodes the Cookie header - ServerCookieEncoder encodes the Set-Cookie header...

I don't think this is a good idea. The `System.Logger` is pretty limited. Also see [the JEP](https://openjdk.java.net/jeps/264): > It is not a goal to define a general-purpose interface for logging....

@stefanofornari slf4j is a facade that allows users to pick their own logging framework. This is much more difficult with JUL. We do not want to force people to use...

@martin-traverse you can take a look at how the non-blocking json parsers in jackson-core are implemented.