You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Rob Walker (JIRA)" <ji...@apache.org> on 2008/10/21 11:13:44 UTC

[jira] Updated: (FELIX-784) Create "felix" property name as alternatives to old style Oscar property names

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

Rob Walker updated FELIX-784:
-----------------------------

    Description: 
Some of the Http properties still use the old Oscar prefix. 

The following set is proposed for the old and new equivalent names:

org.ungoverned.osgi.bundle.https.enable  ----->   org.apache.felix.https.enable     
org.ungoverned.osgi.bundle.https.provider  ----->   org.apache.felix.https.provider
org.ungoverned.osgi.bundle.https.keystore  ----->   org.apache.felix.https.keystore
org.ungoverned.osgi.bundle.https.password  ----->   org.apache.felix.https.password
org.ungoverned.osgi.bundle.https.key.password  ----->   org.apache.felix.https.key.password
org.apache.felix.http.jetty.debug  ----->   org.apache.felix.http.debug

Whilst the latter already has a "felix" name, if Felix adds a later lightweight/non-jetty it will make for simpler migration to have a non-jetty specific property name


For backwards compatibility it is probably best to create newer "felix" alternatives in parallel to the older style name, so either name may be used.

  was:
Some of the Http properties still use the old Oscar prefix. 

The following set is proposed for the old and new equivalent names:

Current                                                                             New
=======                                                                           ===
org.ungoverned.osgi.bundle.https.enable                org.apache.felix.https.enable     
org.ungoverned.osgi.bundle.https.provider              org.apache.felix.https.provider
org.ungoverned.osgi.bundle.https.keystore             org.apache.felix.https.keystore
org.ungoverned.osgi.bundle.https.password          org.apache.felix.https.password
org.ungoverned.osgi.bundle.https.key.password   org.apache.felix.https.key.password
org.apache.felix.http.jetty.debug                                  org.apache.felix.http.debug

Whilst the latter already has a "felix" name, if Felix adds a later lightweight/non-jetty it will make for simpler migration to have a non-jetty specific property name


For backwards compatibility it is probably best to create newer "felix" alternatives in parallel to the older style name, so either name may be used.


> Create "felix" property name as alternatives to old style Oscar property names
> ------------------------------------------------------------------------------
>
>                 Key: FELIX-784
>                 URL: https://issues.apache.org/jira/browse/FELIX-784
>             Project: Felix
>          Issue Type: Improvement
>          Components: HTTP Service
>            Reporter: Rob Walker
>            Priority: Trivial
>
> Some of the Http properties still use the old Oscar prefix. 
> The following set is proposed for the old and new equivalent names:
> org.ungoverned.osgi.bundle.https.enable  ----->   org.apache.felix.https.enable     
> org.ungoverned.osgi.bundle.https.provider  ----->   org.apache.felix.https.provider
> org.ungoverned.osgi.bundle.https.keystore  ----->   org.apache.felix.https.keystore
> org.ungoverned.osgi.bundle.https.password  ----->   org.apache.felix.https.password
> org.ungoverned.osgi.bundle.https.key.password  ----->   org.apache.felix.https.key.password
> org.apache.felix.http.jetty.debug  ----->   org.apache.felix.http.debug
> Whilst the latter already has a "felix" name, if Felix adds a later lightweight/non-jetty it will make for simpler migration to have a non-jetty specific property name
> For backwards compatibility it is probably best to create newer "felix" alternatives in parallel to the older style name, so either name may be used.

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