You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/11/10 11:37:53 UTC

[sling-site] branch master updated: SLING-9890 - TODO for the new annotations module

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cf35825  SLING-9890 - TODO for the new annotations module
cf35825 is described below

commit cf358254321e4b1a5495916ce50e8a269a8dd2b5
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Tue Nov 10 12:26:52 2020 +0100

    SLING-9890 - TODO for the new annotations module
---
 src/main/jbake/content/documentation/the-sling-engine/adapters.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/main/jbake/content/documentation/the-sling-engine/adapters.md b/src/main/jbake/content/documentation/the-sling-engine/adapters.md
index a256cf0..22ebdfc 100644
--- a/src/main/jbake/content/documentation/the-sling-engine/adapters.md
+++ b/src/main/jbake/content/documentation/the-sling-engine/adapters.md
@@ -73,7 +73,13 @@ For example
       }
     }
 
-Instead of manually creating that JSON file, the annotations from the module [adapter-annotations](https://svn.apache.org/viewvc/sling/trunk/tooling/maven/adapter-annotations/)  can be used together with the goal `generate-adapter-metadata` from the [Maven Sling Plugin](http://sling.apache.org/components/sling-maven-plugin/generate-adapter-metadata-mojo.html) to generate it automatically ([SLING-2313](https://issues.apache.org/jira/browse/SLING-2313)).
+## Adapter Annotations
+
+> TODO this section needs to be updated for the new
+[sling-org-apache-sling-adapter-annotations](https://github.com/apache/sling-org-apache-sling-adapter-annotations) module,
+see [SLING-9890](https://issues.apache.org/jira/browse/SLING-9890)
+
+Instead of manually creating the JSON file described in the previous section, the annotations from the module [adapter-annotations](https://svn.apache.org/viewvc/sling/trunk/tooling/maven/adapter-annotations/)  can be used together with the goal `generate-adapter-metadata` from the [Maven Sling Plugin](http://sling.apache.org/components/sling-maven-plugin/generate-adapter-metadata-mojo.html) to generate it automatically ([SLING-2313](https://issues.apache.org/jira/browse/SLING-2313)).
 
 
 # Extending Adapters