Jonas Konrad

Results 42 issues of Jonas Konrad

Behavior is identical for devindex=0 (the default for pcileech). For higher indices, use the appropriate file.

## Environment Details * Helidon Version: 4.0.2 * Helidon SE * JDK version: 21 from oracle linux * OS: Oracle-Linux-9.2-2023.12.08-0 ---------- ## Problem Description During benchmarking I discovered that helidon...

bug
performance

Right now, `--log-file` only logs request timings (i.e. 'time for request' as summarized by the h2load overview). The other statistics (time for connect, ttfb) cannot be reconstructed from the log...

This patch adds support for proper content negotiation using the `Accept` header. This includes new support for: - "Partial" matches, like text/* - Quality parameters - Correct matching by precedence,...

type: improvement
status: next major version

When the value of a request argument (e.g. a @QueryValue) is invalid, but the parameter is marked @Nullable, strict conversion checking will produce an error. Without this option enabled, the...

type: improvement

This property can be used to confirm that all services are optimized by micronaut-aot and none are loaded dynamically.

type: enhancement

Note this is two commits that are mostly independent, but the second commit has the vast majority of the changes. --- This PR adds an alternate request processing path that...

type: improvement

- Use linux tcnative artifact for tests - Negative compression threshold disables compression entirely - Add an internal field to NettyHttpRequest for the NettyBodyAnnotationBinder convertible body cache, to avoid the...

type: improvement

I was looking at some heap dumps and saw that TextBuffer still uses char[] internally. I think it could instead use an approach similar to the jdk String and StringBuilder,...

When trying to extrude a sketch containing certain text characters using Sketch_On_Surface, the extrusion fails with the following log: ``` 09:06:22 Sketch bounds = (-42.00254100000001, 200.946716, -31.21605500000001, 43.55298600000001) 09:06:22 Target...