Jonas Konrad
Jonas Konrad
It seems minimization for all of the micronaut crashes fails. For example https://oss-fuzz.com/testcase-detail/4972304618029056 it says at the bottom: ``` [2025-01-13 13:43:14 UTC] oss-fuzz-tworker2-xr7m: Minimize task started. [2025-01-13 15:02:12 UTC] oss-fuzz-tworker2-nxz8:...
This broke aws because there's a context path. Fixes https://github.com/micronaut-projects/micronaut-aws/issues/2373
### Discussed in https://github.com/micronaut-projects/micronaut-core/discussions/8303 Originally posted by **krzemienmichal** November 8, 2022 Hello, I'm using Micronaut version 3.2.6 I have Websocket server application and I've got a problem which I'm not...
Netty 4.2 introduced new event loop groups which need a different way to intercept the task queue. This requires https://github.com/micronaut-projects/micronaut-core/pull/12158 Fixes https://github.com/micronaut-projects/micronaut-core/issues/12157 and #1010
### Issue description https://github.com/micronaut-projects/micronaut-micrometer/blob/c61f956706f45aa77d9a9fadb3747fac50c3e03b/micrometer-registry-prometheus/src/main/java/io/micronaut/configuration/metrics/micrometer/prometheus/management/PrometheusEndpoint.java#L48-L50 This code transforms the entire meter registry into a String for the scrape endpoint. If there are a lot of metrics, this can use a bunch...
The previous version 0.8.7 only supports java 16. I can't actually test the base images to verify that this works unfortunately, due to #14151
I would like to submit my lz4-java fork for OSS-Fuzz. lz4-java itself has an OSSF criticality score of only 0.56. However it is a [dependency of some important OSS infrastructure](https://mvnrepository.com/artifact/org.lz4/lz4-java/usages),...
The latest Java version available on oss-fuzz is 17. Some Java frameworks and libraries are now moving beyond Java 17 as the earliest supported version, mostly to Java 21. This...
### Current Behavior The org.lz4:lz4-java:1.8.1 artifact contains a relocation pom that points to the new at.yawk.lz4:lz4-java:1.8.1 location. That artifact defines a capability for org.lz4. Depending on org.lz4:lz4-java:1.8.1 in gradle produces...