You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2016/10/21 14:48:07 UTC

[1/2] karaf git commit: Revert "[KARAF-4762] Upgrade to PaxUrl 2.5.1"

Repository: karaf
Updated Branches:
  refs/heads/master 013416ea3 -> b3ec4b0aa


Revert "[KARAF-4762] Upgrade to PaxUrl 2.5.1"

This reverts commit 1dd783ede32e95d7ac84c9957febba7aa03da288.


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/b62d8ddd
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/b62d8ddd
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/b62d8ddd

Branch: refs/heads/master
Commit: b62d8ddda73730d6e1d7daa195d502b096d1f220
Parents: 013416e
Author: Guillaume Nodet <gn...@apache.org>
Authored: Fri Oct 21 16:44:56 2016 +0200
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Fri Oct 21 16:44:56 2016 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/b62d8ddd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1badb5a..bf2ff03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,7 +265,7 @@
         <pax.exam.version>4.9.2</pax.exam.version>
         <pax.logging.version>1.9.1</pax.logging.version>
         <pax.base.version>1.5.0</pax.base.version>
-        <pax.url.version>2.5.1</pax.url.version>
+        <pax.url.version>2.5.0</pax.url.version>
         <pax.web.version>4.4.0</pax.web.version>
         <pax.tinybundle.version>2.1.1</pax.tinybundle.version>
         <pax.jdbc.version>0.9.0</pax.jdbc.version>


Re: [1/2] karaf git commit: Revert "[KARAF-4762] Upgrade to PaxUrl 2.5.1"

Posted by Guillaume Nodet <gn...@apache.org>.
I had to revert this change as it causes some integration tests to fail...
We'll have to investigate later (I'm in vacation next week).

2016-10-21 16:48 GMT+02:00 <gn...@apache.org>:

> Repository: karaf
> Updated Branches:
>   refs/heads/master 013416ea3 -> b3ec4b0aa
>
>
> Revert "[KARAF-4762] Upgrade to PaxUrl 2.5.1"
>
> This reverts commit 1dd783ede32e95d7ac84c9957febba7aa03da288.
>
>
> Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
> Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/b62d8ddd
> Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/b62d8ddd
> Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/b62d8ddd
>
> Branch: refs/heads/master
> Commit: b62d8ddda73730d6e1d7daa195d502b096d1f220
> Parents: 013416e
> Author: Guillaume Nodet <gn...@apache.org>
> Authored: Fri Oct 21 16:44:56 2016 +0200
> Committer: Guillaume Nodet <gn...@apache.org>
> Committed: Fri Oct 21 16:44:56 2016 +0200
>
> ----------------------------------------------------------------------
>  pom.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/karaf/blob/b62d8ddd/pom.xml
> ----------------------------------------------------------------------
> diff --git a/pom.xml b/pom.xml
> index 1badb5a..bf2ff03 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -265,7 +265,7 @@
>          <pax.exam.version>4.9.2</pax.exam.version>
>          <pax.logging.version>1.9.1</pax.logging.version>
>          <pax.base.version>1.5.0</pax.base.version>
> -        <pax.url.version>2.5.1</pax.url.version>
> +        <pax.url.version>2.5.0</pax.url.version>
>          <pax.web.version>4.4.0</pax.web.version>
>          <pax.tinybundle.version>2.1.1</pax.tinybundle.version>
>          <pax.jdbc.version>0.9.0</pax.jdbc.version>
>
>


-- 
------------------------
Guillaume Nodet
------------------------
Red Hat, Open Source Integration

Email: gnodet@redhat.com
Web: http://fusesource.com
Blog: http://gnodet.blogspot.com/

[2/2] karaf git commit: Revert "[KARAF-4762] Fix problem with pax-url-aether-support being referenced in features"

Posted by gn...@apache.org.
Revert "[KARAF-4762] Fix problem with pax-url-aether-support being referenced in features"

This reverts commit 40364ce570bf7e89483266d15bde1780d9e15e87.


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/b3ec4b0a
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/b3ec4b0a
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/b3ec4b0a

Branch: refs/heads/master
Commit: b3ec4b0aa4dd94c011ab054880020d0ed5db2779
Parents: b62d8dd
Author: Guillaume Nodet <gn...@apache.org>
Authored: Fri Oct 21 16:45:08 2016 +0200
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Fri Oct 21 16:45:08 2016 +0200

----------------------------------------------------------------------
 pom.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/b3ec4b0a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bf2ff03..ffaa8b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1346,10 +1346,6 @@
                         <groupId>commons-httpclient</groupId>
                         <artifactId>commons-httpclient</artifactId>
                     </exclusion>
-                    <exclusion>
-                        <groupId>org.ops4j.pax.url</groupId>
-                        <artifactId>pax-url-aether-support</artifactId>
-                    </exclusion>
                 </exclusions>
             </dependency>
             <dependency>