You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/04/23 12:33:24 UTC

[maven-site] branch master updated: explicit old and new annotations

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new e96edc40 explicit old and new annotations
e96edc40 is described below

commit e96edc40a821df24f6d85942e5f9bd22ab5d1fbb
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Apr 23 14:33:20 2022 +0200

    explicit old and new annotations
---
 content/markdown/maven-jsr330.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/markdown/maven-jsr330.md b/content/markdown/maven-jsr330.md
index fdf9df1f..c79bda7c 100644
--- a/content/markdown/maven-jsr330.md
+++ b/content/markdown/maven-jsr330.md
@@ -20,7 +20,7 @@ under the License.
 ## Why JSR-330?
 
 Maven has a long history of using dependency injection (DI) by way of [Plexus][plexus], so the intent of using
-[JSR-330][jsr330] is to replace a custom DI mechanism with something standard. The implementation Maven
+[JSR-330][jsr330] is to replace a custom DI mechanism (with custom `@Component`/`@Requirement` annotations) with something standard ( with `@Named`/`@Inject` anotations). The implementation Maven
 uses - since 3.0-beta-3 - is named [Sisu][sisu] and is based on [Guice 3.x][guice], which directly supports JSR-330.
 
 If you are using [Plexus annotations and APIs][plexus-container] currently,
@@ -359,7 +359,7 @@ If you want to look at this example project, you can find the code [in Maven Cor
 [jsr330]: https://www.jcp.org/en/jsr/detail?id=330
 [sisu]: https://eclipse.org/sisu/
 [plexus]: https://codehaus-plexus.github.io/
-[plexus-container]: https://codehaus-plexus.github.io/plexus-containers/
+[plexus-container]: https://codehaus-plexus.github.io/plexus-containers/plexus-component-annotations/
 [jsr330-plugin]: https://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-5382/
 [guice]: https://code.google.com/p/google-guice/
 [sisu-maven-plugin]: https://eclipse.org/sisu/docs/api/org.eclipse.sisu.mojos/