Skip to content

Commit

Permalink
[MRESOLVER-397] Deprecate Guice integration (#328)
Browse files Browse the repository at this point in the history
Lowering the provided instantiation support from 3 to 2, to lower resources for maintenance all these.

SL is about to be dropped, Guice same. Users should either use Sisu or use the new Supplier.

---

https://issues.apache.org/jira/browse/MRESOLVER-397
  • Loading branch information
cstamas authored Sep 6, 2023
1 parent 3c073bc commit f4c27eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,10 @@
*
* @noextend This class must not be extended by clients and will eventually be marked {@code final} without prior
* notice.
* @deprecated This class is about to be dropped in 2.0.0 release. Use SISU or use maven-resolver-supplier to
* get Resolver instances.
*/
@Deprecated
public class AetherModule extends AbstractModule {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@
/**
* The integration with the dependency injection framework
* <a href="https://github.com/google/guice" target="_blank">Google Guice</a>.
*
* @deprecated This package is about to be dropped in 2.0.0.
*/
package org.eclipse.aether.impl.guice;

0 comments on commit f4c27eb

Please sign in to comment.