This is an automated email from the ASF dual-hosted git repository.
davidb pushed a commit to branch features-service
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature.git
The following commit(s) were added to refs/heads/features-service by this push:
new 4e3a333 Add constant for API Regions extension
4e3a333 is described below
commit 4e3a3332fb30cc4ce2fe1b870124df97fec046b8
Author: David Bosschaert <[email protected]>
AuthorDate: Tue Jul 10 15:23:41 2018 +0100
Add constant for API Regions extension
---
src/main/java/org/apache/sling/feature/FeatureConstants.java | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/main/java/org/apache/sling/feature/FeatureConstants.java
b/src/main/java/org/apache/sling/feature/FeatureConstants.java
index 1cbfdf5..aa65b96 100644
--- a/src/main/java/org/apache/sling/feature/FeatureConstants.java
+++ b/src/main/java/org/apache/sling/feature/FeatureConstants.java
@@ -22,4 +22,7 @@ public class FeatureConstants {
/** Common extension name to specify the content packages for Apache
Sling. */
public static final String EXTENSION_NAME_CONTENT_PACKAGES =
"content-packages";
+
+ /** Common extension name for API Whitelisting. */
+ public static final String EXTENSION_NAME_API_REGION = "api-regions";
}