Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
maven-common-artifact-filters-3.0.0
-
None
Description
The deprecated marked code should be removed.
For example:
// for backwards compatibility, used by org.apache.maven.shared.repository.DefaultRepositoryAssembler @Deprecated public PatternIncludesArtifactFilter( final List<String> patterns, final boolean actTransitively ) { this( (Collection) patterns, actTransitively ); }
Check if there is more deprecated marked code.