cstamas opened a new pull request, #1966: URL: https://github.com/apache/maven-resolver/pull/1966
Many applications (outside of Maven) integrate Resolver and their use case is almost always "consume" (use Resolver to Resolve). Also, many of those applications are still Java 8 level, hence, the JDK transport for them is no-go. On the other hand, there is no lightweight replacement for them, except to use some "heavyweight" transporter, but in case of CLI applications this is usually undesirable, as they count every byte. Transitive hull sizes of several existing transports: * jdk - 1.5MB / Java 11+ * wagon - 1.9MB (without any provider; unusable like this) / Java 8 * apache - 2.4MB / Java 8 * jetty - 10.9MB / Java 11 * minio - 23.5MB / Java 8 The new transport has no dependencies and small size: * url - 870 KB -- 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]
