Skip to content

Commit cff3d50

Browse files
chore(#4989): Add TODO to remove deprecated Central class and its usages
1 parent e7429e6 commit cff3d50

2 files changed

Lines changed: 5 additions & 182 deletions

File tree

eo-maven-plugin/src/main/java/org/eolang/maven/Central.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
*
2020
* @since 0.1
2121
* @deprecated Use {@link CentralMaven} instead
22+
* @todo #4989:30min Remove Central class and all its usages across the
23+
* repository. The class has been deprecated in favour of {@link CentralMaven}.
24+
* Find all references to {@link Central} (including {@link Central#EMPTY}),
25+
* replace them with the appropriate {@link CentralMaven} constructor,
26+
* then delete this class entirely.
2227
*/
2328
@Deprecated
2429
final class Central implements BiConsumer<Dependency, Path> {

eo-maven-plugin/src/main/java/org/eolang/maven/CentralDirect.java

Lines changed: 0 additions & 182 deletions
This file was deleted.

0 commit comments

Comments
 (0)