Contents
-
Deprecated Classes
The use of class should be avoided, see
StringDigestUtil
and file processor in SPI module.
-
Deprecated Methods
This method should not be used. Since version 2 Resolver internally distinguishes between artifact
update policy and metadata update policy. This method was left only to preserve binary compatibility, and in
reality invokes
RepositoryPolicy.getArtifactUpdatePolicy()
.
Use SPI checksum selector instead.
Use SPI checksum selector instead.
Use SPI FileProcessor to read and write checksum files.
-
Deprecated Constructors
This way of creating session should be avoided, is in place just to offer backward binary
compatibility with Resolver 1.x using code, but offers reduced functionality.
Use
RepositorySystem.createSessionBuilder()
instead.