Guillaume Nodet
Guillaume Nodet
Fwiw, https://github.com/jline/jline3/pull/1374 will provide JPMS support for JLine 4. If there's anything more I can do for JLine, let me know.
https://github.com/apache/maven-resolver/pull/691
> Not sure I agree. I think this expired memo is misguided. RFC 4254 requires parties that do not understand a particular global request to reply with SSH_MSG_REQUEST_FAILURE. A peer...
The `DefaultDependencyResolverResult` does not really respect the `@Immutable` contract which is on `Result`. It may be better refactored in a different class that would be package protected, contains the `addDependency`...
The underlying model does not use `Resource` objects anymore, see https://github.com/apache/maven/blob/c0b9106121a58f7c84e04e53d8e9c6044ef9fbb0/impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java#L822-L829 This may be fixable by wrapping the underlying `SourceRoot` in a smarter manner.
It may be possible to replace the system properties with a `Properties` derived class that would log some warnings if accessing Maven user properties from system properties. However, the question...
> > > For starters we can issue a warning when an existing system property has been overwritten. > > > > > > This never happens, nor happened ever:...
@dependabot recreate
@dependabot rebase
We can raise the limit, but we need to raise the global registry size limit too: https://github.com/apache/maven-mvnd/blob/50653ae7d92badef15d42151b7df3f827f9a8678/common/src/main/java/org/mvndaemon/mvnd/common/DaemonRegistry.java#L59 The registry should be kept small and not used to store random strings,...