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

cziegeler pushed a commit to branch http-4.x
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/http-4.x by this push:
     new f29ec8190c FELIX-6650 : Support id for SecurityProvider
f29ec8190c is described below

commit f29ec8190c10ae245b5345b7f9ab0dce65415de1
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Sep 7 07:00:49 2023 +0200

    FELIX-6650 : Support id for SecurityProvider
---
 .../src/main/java/org/apache/felix/webconsole/spi/SecurityProvider.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/webconsole/src/main/java/org/apache/felix/webconsole/spi/SecurityProvider.java
 
b/webconsole/src/main/java/org/apache/felix/webconsole/spi/SecurityProvider.java
index 60c85da5be..b6d113dc1e 100644
--- 
a/webconsole/src/main/java/org/apache/felix/webconsole/spi/SecurityProvider.java
+++ 
b/webconsole/src/main/java/org/apache/felix/webconsole/spi/SecurityProvider.java
@@ -39,7 +39,7 @@ public interface SecurityProvider {
     /**
      * Security providers can be registered with an optional id which can be 
used
      * in the configuration of the webconsole to require this provider to be 
available.
-     * @since 1.2.1
+     * @since 1.3.0
      */
     String PROPERTY_ID = "webconsole.security.provider.id";
 

Reply via email to