[ 
https://issues.apache.org/jira/browse/KARAF-6015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16708694#comment-16708694
 ] 

ASF GitHub Bot commented on KARAF-6015:
---------------------------------------

jbonofre closed pull request #672: [KARAF-6015] Upgrade to Aries SpiFly 1.2
URL: https://github.com/apache/karaf/pull/672
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/assemblies/features/standard/src/main/feature/feature.xml 
b/assemblies/features/standard/src/main/feature/feature.xml
index 61bf3e85e1..6e506247ab 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -882,13 +882,7 @@ org.apache.felix.http.port=8181
         <bundle dependency="true" 
start-level="30">mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/${geronimo.jta-spec.version}</bundle>
         <bundle dependency="true" 
start-level="30">mvn:javax.annotation/javax.annotation-api/${javax.annotation.version}</bundle>
         <bundle dependency="true" 
start-level="30">mvn:org.apache.geronimo.specs/geronimo-jaspic_1.0_spec/${geronimo.jaspic-spec.version}</bundle>
-        <bundle dependency="true" 
start-level="30">mvn:org.ow2.asm/asm/${asm.version}</bundle>
-        <bundle dependency="true" 
start-level="30">mvn:org.ow2.asm/asm-util/${asm.version}</bundle>
-        <bundle dependency="true" 
start-level="30">mvn:org.ow2.asm/asm-tree/${asm.version}</bundle>
-        <bundle dependency="true" 
start-level="30">mvn:org.ow2.asm/asm-analysis/${asm.version}</bundle>
-        <bundle dependency="true" 
start-level="30">mvn:org.ow2.asm/asm-commons/${asm.version}</bundle>
         <bundle dependency="true" 
start-level="30">mvn:org.apache.aries.spifly/org.apache.aries.spifly.dynamic.bundle/${aries.spifly.version}</bundle>
-        <bundle dependency="true" 
start-level="30">mvn:org.apache.aries/org.apache.aries.util/${aries.util.version}</bundle>
         <bundle 
start-level="30">mvn:org.eclipse.jetty/jetty-continuation/${jetty.version}</bundle>
         <bundle 
start-level="30">mvn:org.eclipse.jetty/jetty-http/${jetty.version}</bundle>
         <bundle 
start-level="30">mvn:org.eclipse.jetty/jetty-io/${jetty.version}</bundle>
diff --git a/pom.xml b/pom.xml
index 6e1b96d2f9..989b5b9c26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,7 +238,7 @@
         <aries.jndi.url.version>1.1.0</aries.jndi.url.version>
         <aries.proxy.version>1.1.2</aries.proxy.version>
         <aries.proxy.api.version>1.1.0</aries.proxy.api.version>
-        <aries.spifly.version>1.0.10</aries.spifly.version>
+        <aries.spifly.version>1.2</aries.spifly.version>
         <aries.subsystem.api.version>2.0.10</aries.subsystem.api.version>
         <aries.subsystem.core.version>2.0.10</aries.subsystem.core.version>
         
<aries.transaction.manager.version>1.3.3</aries.transaction.manager.version>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to Aries SpiFly 1.2
> ---------------------------
>
>                 Key: KARAF-6015
>                 URL: https://issues.apache.org/jira/browse/KARAF-6015
>             Project: Karaf
>          Issue Type: Dependency upgrade
>          Components: karaf
>            Reporter: Benjamin Graf
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: 4.2.2
>
>
> Support for Java 11 through ASM 7 and reduced dependency graph in feature 
> files since required libs are embedded. (conditionalpackage)
> Support for more usages of ServiceLoader.load() (even with given classloader) 
> since version 1.1 (needed for Apache Groovy 2.5.3+)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to