[
https://issues.apache.org/jira/browse/KARAF-5776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16507813#comment-16507813
]
ASF GitHub Bot commented on KARAF-5776:
---------------------------------------
jbonofre closed pull request #525: [KARAF-5776] Upgrade to Aries Blueprint
1.10.0, Blueprint CM 1.3.0, Blueprint Web 1.1.1
URL: https://github.com/apache/karaf/pull/525
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 6e963255d5..63204637cf 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -1429,7 +1429,7 @@
blueprint inside web-bundle containers" version="${project.version}">
<feature>war</feature>
<feature>aries-blueprint</feature>
-
<bundle>mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.webosgi/${aries.blueprint.web.version}</bundle>
+
<bundle>mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.webosgi/${aries.blueprint.webosgi.version}</bundle>
</feature>
<feature name="wrap" description="Wrap URL handler"
version="${pax.url.version}">
diff --git a/pom.xml b/pom.xml
index 1d9b10abd9..0569ebfbea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,10 +216,11 @@
<aries.application.api.version>1.0.0</aries.application.api.version>
<aries.application.management.version>1.0.0</aries.application.management.version>
<aries.blueprint.api.version>1.0.1</aries.blueprint.api.version>
- <aries.blueprint.core.version>1.9.0</aries.blueprint.core.version>
+ <aries.blueprint.core.version>1.10.0</aries.blueprint.core.version>
<aries.blueprint.core.compatibility.version>1.0.0</aries.blueprint.core.compatibility.version>
- <aries.blueprint.cm.version>1.2.0</aries.blueprint.cm.version>
- <aries.blueprint.web.version>1.0.1</aries.blueprint.web.version>
+ <aries.blueprint.cm.version>1.3.0</aries.blueprint.cm.version>
+ <aries.blueprint.web.version>1.1.1</aries.blueprint.web.version>
+
<aries.blueprint.webosgi.version>1.0.1</aries.blueprint.webosgi.version>
<aries.blueprint.spring.version>0.6.0</aries.blueprint.spring.version>
<aries.blueprint.spring.extender.version>0.4.0</aries.blueprint.spring.extender.version>
<aries.jmx.api.version>1.1.5</aries.jmx.api.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:
[email protected]
> Upgrade to Aries Blueprint 1.10.0
> ---------------------------------
>
> Key: KARAF-5776
> URL: https://issues.apache.org/jira/browse/KARAF-5776
> Project: Karaf
> Issue Type: Improvement
> Components: karaf-core
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: 4.2.1
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)