You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2014/06/23 13:23:52 UTC

svn commit: r1604751 - in /stanbol/branches/release-0.12: launchers/bundlelists/osgiframework/src/main/bundles/list.xml launchers/full-war/pom.xml launchers/full/pom.xml launchers/stable/pom.xml parent/pom.xml

Author: rwesten
Date: Mon Jun 23 11:23:52 2014
New Revision: 1604751

URL: http://svn.apache.org/r1604751
Log:
STANBOL-1356: updated to Felix HTTP 2.3.0 bundles for 0.12.1

Modified:
    stanbol/branches/release-0.12/launchers/bundlelists/osgiframework/src/main/bundles/list.xml
    stanbol/branches/release-0.12/launchers/full-war/pom.xml
    stanbol/branches/release-0.12/launchers/full/pom.xml
    stanbol/branches/release-0.12/launchers/stable/pom.xml
    stanbol/branches/release-0.12/parent/pom.xml

Modified: stanbol/branches/release-0.12/launchers/bundlelists/osgiframework/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/bundlelists/osgiframework/src/main/bundles/list.xml?rev=1604751&r1=1604750&r2=1604751&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/bundlelists/osgiframework/src/main/bundles/list.xml (original)
+++ stanbol/branches/release-0.12/launchers/bundlelists/osgiframework/src/main/bundles/list.xml Mon Jun 23 11:23:52 2014
@@ -121,7 +121,7 @@
     <bundle>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.http.whiteboard</artifactId>
-      <version>2.2.2</version>
+      <version>2.3.0</version>
     </bundle>
   </startLevel>
 

Modified: stanbol/branches/release-0.12/launchers/full-war/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/full-war/pom.xml?rev=1604751&r1=1604750&r2=1604751&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/full-war/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/full-war/pom.xml Mon Jun 23 11:23:52 2014
@@ -54,14 +54,11 @@
             </goals>
             <configuration>
               <includeDefaultBundles>false</includeDefaultBundles>
-              <!-- Standalone jar requires an OSGi http service implementation -->
-              <jarWebSupport>
+              <!-- jarWebSupport> - not needed for a WAR launcher -
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.http.jetty</artifactId>
-                <!-- depends on OSGI frameowrk (startLevel=2) and is required
-                     by felix.http.whiteboard (startLevel=4) -->
                 <startLevel>3</startLevel>
-              </jarWebSupport>
+              </jarWebSupport -->
             </configuration>
           </execution>
         </executions>
@@ -72,10 +69,11 @@
         <configuration>
           <archive>
             <manifest>
-              <!-- make the generated jar runnable -->
+              <!-- not needed for a WAR launcher
               <addClasspath>true</addClasspath>
               <mainClass>org.apache.sling.launchpad.app.Main</mainClass>
               <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+               -->
             </manifest>
           </archive>
         </configuration>

Modified: stanbol/branches/release-0.12/launchers/full/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/full/pom.xml?rev=1604751&r1=1604750&r2=1604751&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/full/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/full/pom.xml Mon Jun 23 11:23:52 2014
@@ -76,11 +76,23 @@
               <includeDefaultBundles>false</includeDefaultBundles>
               <!-- Standalone jar requires an OSGi http service implementation -->
               <jarWebSupport>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>org.apache.felix.http.jetty</artifactId>
-                <!-- depends on OSGI frameowrk (startLevel=2) and is required
-                     by felix.http.whiteboard (startLevel=4) -->
-                <startLevel>3</startLevel>
+                <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>
             </configuration>
           </execution>

Modified: stanbol/branches/release-0.12/launchers/stable/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/launchers/stable/pom.xml?rev=1604751&r1=1604750&r2=1604751&view=diff
==============================================================================
--- stanbol/branches/release-0.12/launchers/stable/pom.xml (original)
+++ stanbol/branches/release-0.12/launchers/stable/pom.xml Mon Jun 23 11:23:52 2014
@@ -77,11 +77,23 @@
               <includeDefaultBundles>false</includeDefaultBundles>
               <!-- Standalone jar requires an OSGi http service implementation -->
               <jarWebSupport>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>org.apache.felix.http.jetty</artifactId>
-                <!-- depends on OSGI frameowrk (startLevel=2) and is required
-                     by felix.http.whiteboard (startLevel=4) -->
-                <startLevel>3</startLevel>
+                <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>
             </configuration>
           </execution>

Modified: stanbol/branches/release-0.12/parent/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/parent/pom.xml?rev=1604751&r1=1604750&r2=1604751&view=diff
==============================================================================
--- stanbol/branches/release-0.12/parent/pom.xml (original)
+++ stanbol/branches/release-0.12/parent/pom.xml Mon Jun 23 11:23:52 2014
@@ -566,19 +566,26 @@
         <groupId>org.apache.felix</groupId>
         <artifactId>org.osgi.compendium</artifactId>
         <version>1.4.0</version>
-        <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.jetty</artifactId>
-        <version>2.2.2</version>
-        <scope>test</scope>
+        <version>2.3.0</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>org.apache.felix.http.api</artifactId>
+        <version>2.3.0</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>org.apache.felix.http.servlet-api</artifactId>
+        <version>1.0.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http.whiteboard</artifactId>
-        <version>2.2.2</version>
-        <scope>test</scope>
+        <version>2.3.0</version>
       </dependency>