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/16 13:30:10 UTC

[sling-site] branch master updated: Sling Adapter Annotations 2.0.0 released (+ mention adaptTo 2020)

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 3c8334b  Sling Adapter Annotations 2.0.0 released (+ mention adaptTo 2020)
3c8334b is described below

commit 3c8334be0bde5d85b705ae6b8dc545b81789d53b
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Mon Nov 16 14:27:10 2020 +0100

    Sling Adapter Annotations 2.0.0 released (+ mention adaptTo 2020)
---
 src/main/jbake/content/news.md         | 2 ++
 src/main/jbake/content/releases.md     | 1 +
 src/main/jbake/templates/downloads.tpl | 3 ++-
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/main/jbake/content/news.md b/src/main/jbake/content/news.md
index a7499e0..977f090 100644
--- a/src/main/jbake/content/news.md
+++ b/src/main/jbake/content/news.md
@@ -5,6 +5,8 @@ tags=news
 tableOfContents=false
 ~~~~~~
 
+* Released [Apache Sling Adapter Annotations 2.0](https://github.com/apache/sling-org-apache-sling-adapter-annotations), a new module that implements OSGi DS 1.4 component property type annotations for Sling Adapters.
+* The virtual adaptTo() 2020 conference took place in September and [video recordings will be available soon](https://adapt.to/2020/en/schedule.html).
 * Vulnerability report and fix: CVE-2020-1949: Apache Sling CMS Reflected XSS Vulnerability (March 24th, 2020), see [http://s.apache.org/CVE-2020-1949](http://s.apache.org/CVE-2020-1949)
 * The [adaptTo() 2019 conference](https://adapt.to/2019/) took place in Berlin, Germany. (September 2-4, 2019).
 * Released [Apache Sling 11](/news/sling-11-released.html) (October 23rd, 2018).
diff --git a/src/main/jbake/content/releases.md b/src/main/jbake/content/releases.md
index 64d2948..b6b71c2 100644
--- a/src/main/jbake/content/releases.md
+++ b/src/main/jbake/content/releases.md
@@ -8,6 +8,7 @@ This is a list of all our releases, available from our [downloads](/downloads.cg
 
 ## November 2020
 
+* Adapter Annotations 2.0.0 (16th)
 * Settings 1.4.2 (15th)
 * GraphQL Core 0.0.8 (9th)      
 * XSS Protection API 2.2.8 (9th)
diff --git a/src/main/jbake/templates/downloads.tpl b/src/main/jbake/templates/downloads.tpl
index 8ad90e9..65ce3ea 100644
--- a/src/main/jbake/templates/downloads.tpl
+++ b/src/main/jbake/templates/downloads.tpl
@@ -50,7 +50,8 @@ def bndPlugins=[
 
 def bundles=[
   "Adapter|org.apache.sling.adapter|2.1.10|Y|jar",
-  "Adapter Annotations (JSON)|adapter-annotations|1.0.0|Y|jar",
+  "Adapter Annotations (JSON) 1.x|adapter-annotations|1.0.0|Y|jar",
+  "Adapter Annotations 2.x|org.apache.sling.adapter.annotations|2.0.0|Y|jar",
   "API|org.apache.sling.api|2.23.0|Y|jar",
   "Auth Core|org.apache.sling.auth.core|1.5.0|Y|jar",
   "Form Based Authentication|org.apache.sling.auth.form|1.0.20|Y|jar",