-
Packages Package Description org.eclipse.aether.spi.locator Use some out-of-the-box DI implementation instead.
-
Interfaces Interface Description org.eclipse.aether.impl.SyncContextFactory For backward compatibility reasons only, do not use this interface.org.eclipse.aether.spi.locator.Service Use some out-of-the-box DI implementation instead.org.eclipse.aether.spi.locator.ServiceLocator Use some out-of-the-box DI implementation instead.org.eclipse.aether.spi.log.Logger Use SLF4J insteadorg.eclipse.aether.spi.log.LoggerFactory Use SLF4J instead
-
Classes Class Description org.eclipse.aether.impl.DefaultServiceLocator Use some out-of-the-box DI implementation instead.org.eclipse.aether.internal.impl.slf4j.Slf4jLoggerFactory Use SLF4J insteadorg.eclipse.aether.internal.impl.synccontext.legacy.DefaultSyncContextFactory Use the proper class from SPI module.org.eclipse.aether.internal.test.util.TestLoggerFactory Use SLF4J insteadorg.eclipse.aether.spi.log.NullLogger Use SLF4J insteadorg.eclipse.aether.spi.log.NullLoggerFactory Use SLF4J insteadorg.eclipse.aether.util.StringUtils
-
Methods Method Description org.eclipse.aether.internal.impl.DefaultArtifactResolver.setLoggerFactory(LoggerFactory) not used any more since MRESOLVER-36 move to slf4j, added back in MRESOLVER-64 for compatibilityorg.eclipse.aether.internal.impl.DefaultRepositorySystem.setLoggerFactory(LoggerFactory) not used any more since MRESOLVER-36 move to slf4j, added back in MRESOLVER-64 for compatibilityorg.eclipse.aether.util.repository.DefaultMirrorSelector.add(String, String, String, boolean, String, String) org.eclipse.aether.util.StringUtils.isEmpty(String) useorg.apache.commons.lang3.StringUtils.isEmpty()
instead
-
Constructors Constructor Description org.eclipse.aether.transfer.TransferResource(String, String, File, RequestTrace)