[ 
https://issues.apache.org/jira/browse/FELIX-1904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl Pauls resolved FELIX-1904.
-------------------------------

    Resolution: Fixed

I added support for the 4.2.0 security spec. This includes implementations for 
all new features and changes. However, the new provider will only work with the 
current framework trunk. Please close if it works for you.

> Update framework.security to 4.2.0 of org.osgi.core
> ---------------------------------------------------
>
>                 Key: FELIX-1904
>                 URL: https://issues.apache.org/jira/browse/FELIX-1904
>             Project: Felix
>          Issue Type: Improvement
>          Components: framework.security
>            Reporter: Davanum Srinivas
>            Assignee: Karl Pauls
>             Fix For: framework.security-1.0.0
>
>
> Currently, framework.security's pom.xml uses osgi core 4.1.0. While 
> org.apache.felix.framework (version 2.1.0-SNAPSHOT, 2.0.1 and 2.0.2 etc) uses 
> 4.2.0. Can you please update the dependency to 4.2.0?
> [d...@dims-desktop framework.security]$ pwd
> /home/dims/apache/felix/framework.security
> [d...@dims-desktop framework.security]$svn diff pom.xml 
> Index: pom.xml
> ===================================================================
> --- pom.xml   (revision 884284)
> +++ pom.xml   (working copy)
> @@ -34,7 +34,7 @@
>       <dependency>
>        <groupId>org.osgi</groupId>
>        <artifactId>org.osgi.core</artifactId>
> -      <version>4.1.0</version>
> +      <version>4.2.0</version>
>      </dependency>
>      <dependency>
>        <groupId>${pom.groupId}</groupId>
> In the 4.2.0 version there are newer methods in ConditionalPermissionAdmin / 
> ConditionalPermissionInfo interfaces that need to be implemented.
> thanks,
> dims

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to