Hi,
sorry to jump into a conversation, but isn't System.Logger mainly for JDK
internals? I always thought that using it is in a similar ballpark as using
java.util.Optional in method arguments (i.e. „please don’t“).
Pavel
On Sun, 3 Mar 2024 at 23:54, Martin Desruisseaux <
martin.desruisse...@geo
Hi,
not a maintainer here, but just want to add to this:
> Compare to newer package managers such as NPM, which only has two scopes
(i.e., dependencies, devdependencies)
NPM has dependencies, devDependencies, peerDependencies, bundleDependencies
and optionalDependencies :)
Pavel
On Sat, 1 Jul
Hi,
there is a configuration for including/excluding provided scope
dependencies -
https://maven.apache.org/plugins/maven-shade-plugin/shade-mojo.html#keepDependenciesWithProvidedScope
.
It is not apparent what should be the default behavior from the
documentation though.
Pavel
On Thu, 9 Feb 202
Hello,
i see two mixed topics in this discussion - verifying artifact transfer
integrity and verifying that the downloaded artifact is really the one
expected from the security perspective. The latter does not have anything
to do with Maven Central or any other repository. Checksums in repositorie