slachiewicz opened a new pull request, #2110: URL: https://github.com/apache/maven-resolver/pull/2110
Port of #2100 to the 1.9.x line. Since #2092 the "Not applying session authentication to repository ... declared by a remote artifact descriptor" warning is logged on every aggregation call, so a build whose settings declare a server id that collides with a repository id in a transitive POM prints it once per dependency node. This deduplicates the warning per session on the message and its arguments, as master does. The 1.9.x line has no `Keys` helper, so the session-data key is a `List` of the arguments. Verified: `mvn -pl maven-resolver-impl verify` → green. *This change was created with AI assistance.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
