He-Pin(kerr)

Results 338 issues of He-Pin(kerr)

refs: https://github.com/modelcontextprotocol/java-sdk/pull/146 When add `$defs` in the response, the inspector will not work

enhancement
tools
spec compliance

```xml io.projectreactor.netty reactor-netty-http 1.1.18 compile ``` ```java 2025-05-27 16:18:41.347 INFO [boundedElastic-2:i.m.s.McpAsyncServer] [] Client initialize request - Protocol: 2024-11-05, Capabilities: ClientCapabilities[experimental=null, roots=null, sampling=null], Info: Implementation[name=Java SDK MCP Client, version=1.0.0] 2025-05-27 16:21:29.978...

type/bug
for/user-attention

maybe https://github.com/ymnk/jzlib and https://github.com/jruby/jzlib Because it's not easy to build the zlib on Windows, when https://github.com/databricks/sjsonnet/issues/391

https://scala-native.org/en/stable/user/profiling.html I think the hyperfine https://github.com/sharkdp/hyperfine is better than the time.

refs: https://openjdk.org/jeps/502 https://download.java.net/java/early_access/jdk25/docs/api/java.base/java/lang/StableValue.html

https://javaalmanac.io/jdk/25/apidiff/24/ Let's port that update.

Motivation: I have some cases when I'm using Flux. if (resp == null) { return Flux.empty(); } else { return Flux.just(resp); } There is an Stream#ofNullable, so I think this...

status/need-user-input

Motivation: The current `Future.isComplete` check the `value0` once, and then it will checked it again to extract the value. Modification: Use `.value` to extract the value at the same time....

library:concurrent

Motivation: Avoid some recomutaion.