Results 24 comments of Michael Olšavský

The root cause is that options are capped at 1024 bytes in `org.mvndaemon.mvnd.common.DaemonRegistry#writeString` and the fact that all JVM options are passed as a single JVM options param.

> private static final int MAX_LENGTH = 32768; Looking at the implementation, it actually seems that the constant is not named correctly. The code already supports resizing of the buffer...

The final stage is theoretically usable. The issue is that currently, all fields are required to be filled by the **staged** builder, including the nullable ones (or those with default...

Hello, just wanted to check in — I’d really appreciate if we could move forward with this fix as it’s something I also need 🙏 Thanks a ton in advance!...