Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] org.sonatype.aether.connector.async.CompletionHandler in src of org.eclipse.m2e.maven.runtime

This class is a part of workaround for bug 341531 [1].

Generally, you should not replace individual bundle nested jars, replace
entire bundle and make sure to provide unique version qualifier so it is
not confused with any other version of the bundle.

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=341531

--
Regards,
Igor

On 12-03-02 1:30 PM, Martin Koci wrote:
Hi,


what is the purpose of class
org.sonatype.aether.connector.async.CompletionHandler [1] placed
(copied) in org.eclipse.m2e.maven.runtime bundle of m2e? I'm trying to
use new (optimized) aether with maven, but the copied class is old and
has uncompatible API.

Thanks,

Martin

[1]
https://github.com/eclipse/m2e-core/blob/a4df8a450b55b7d5ff59a4c9b85b31377e5ea81e/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/src/main/java/org/sonatype/aether/connector/async/CompletionHandler.java

_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev


Back to the top