You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Rupert Westenthaler (JIRA)" <ji...@apache.org> on 2014/06/23 14:13:24 UTC

[jira] [Resolved] (STANBOL-1356) Update to Felix HTTP 2.3.0

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

Rupert Westenthaler resolved STANBOL-1356.
------------------------------------------

    Resolution: Fixed

upgraded to Felix HTTP 2.3.0 in 0.12.1 with http://svn.apache.org/r1604751 and 1.0.0 with http://svn.apache.org/r1604763.

Do not forget to update custom JAR launcher to use 

{code}
<jarWebSupport>
  <bundles>
    <bundle>
      <groupId>org.apache.felix</groupId>
      <artifactId>org.apache.felix.http.jetty</artifactId>
      <startLevel>3</startLevel>
    </bundle>
    <bundle>
      <groupId>org.apache.felix</groupId>
      <artifactId>org.apache.felix.http.api</artifactId>
      <startLevel>3</startLevel>
    </bundle>
    <bundle>
      <groupId>org.apache.felix</groupId>
      <artifactId>org.apache.felix.http.servlet-api</artifactId>
      <startLevel>3</startLevel>
    </bundle>
  </bundles>
</jarWebSupport>
{code}

> Update to Felix HTTP 2.3.0
> --------------------------
>
>                 Key: STANBOL-1356
>                 URL: https://issues.apache.org/jira/browse/STANBOL-1356
>             Project: Stanbol
>          Issue Type: Improvement
>          Components: Launcher 
>    Affects Versions: 1.0.0, 0.12.1
>            Reporter: Rupert Westenthaler
>            Assignee: Rupert Westenthaler
>
> This will update the Apache Felix HTTP version to 2.3.0.
> This will also require to adapt the configuration of all runnable JAR launcher as described by SLING-3401
> Launcher configuration that are missing this adaptations will see the OSGI exceptions about a missing package "javax.servlet" such as
> {code}
> org.osgi.framework.BundleException: Unresolved constraint in bundle
> org.apache.felix.http.jetty [5]: Unable to resolve 5.0: missing requirement
> [5.0] osgi.wiring.package;
> (&(osgi.wiring.package=javax.servlet)(version>=3.0.0)(!(version>=4.0.0)))
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)