You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2016/02/26 14:22:56 UTC

[1/2] cxf-dosgi git commit: Fix checkstyle issues

Repository: cxf-dosgi
Updated Branches:
  refs/heads/master 717ecb084 -> d72ef14de


Fix checkstyle issues


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

Branch: refs/heads/master
Commit: d89d5c233b1ca521783055aa7ce7634c40266438
Parents: 717ecb0
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Mon Feb 22 14:21:34 2016 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Mon Feb 22 14:21:34 2016 +0100

----------------------------------------------------------------------
 .../org/apache/cxf/dosgi/dsw/handlers/HttpServiceManagerTest.java  | 2 +-
 .../cxf/dosgi/dsw/handlers/PojoConfigurationTypeHandlerTest.java   | 2 +-
 .../src/test/java/org/apache/cxf/dosgi/dsw/util/OsgiUtilsTest.java | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/d89d5c23/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/HttpServiceManagerTest.java
----------------------------------------------------------------------
diff --git a/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/HttpServiceManagerTest.java b/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/HttpServiceManagerTest.java
index 55c5ef4..9a75654 100644
--- a/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/HttpServiceManagerTest.java
+++ b/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/HttpServiceManagerTest.java
@@ -100,7 +100,7 @@ public class HttpServiceManagerTest extends TestCase {
 
         private ServletConfig config;
 
-        public DummyHttpService(ServletConfig config) {
+        DummyHttpService(ServletConfig config) {
             this.config = config;
         }
 

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/d89d5c23/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/PojoConfigurationTypeHandlerTest.java
----------------------------------------------------------------------
diff --git a/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/PojoConfigurationTypeHandlerTest.java b/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/PojoConfigurationTypeHandlerTest.java
index 8d29a1a..fe49b8d 100644
--- a/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/PojoConfigurationTypeHandlerTest.java
+++ b/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/PojoConfigurationTypeHandlerTest.java
@@ -98,7 +98,7 @@ public class PojoConfigurationTypeHandlerTest extends TestCase {
     public void testGetDefaultPojoAddress() {
         IntentManager intentManager = new IntentManagerImpl(new IntentMap());
         PojoConfigurationTypeHandler handler = new PojoConfigurationTypeHandler(null,
-                                                                                intentManager ,
+                                                                                intentManager,
                                                                                 dummyHttpServiceManager());
         Map<String, Object> sd = new HashMap<String, Object>();
         assertEquals("/java/lang/String", handler.getServerAddress(sd, String.class));

http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/d89d5c23/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/util/OsgiUtilsTest.java
----------------------------------------------------------------------
diff --git a/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/util/OsgiUtilsTest.java b/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/util/OsgiUtilsTest.java
index 3bcb096..bc03696 100644
--- a/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/util/OsgiUtilsTest.java
+++ b/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/util/OsgiUtilsTest.java
@@ -146,7 +146,7 @@ public class OsgiUtilsTest extends TestCase {
         Package package1;
         String version;
 
-        public MyExportedPackage(Package package1, String version) {
+        MyExportedPackage(Package package1, String version) {
             this.package1 = package1;
             this.version = version;
         }


[2/2] cxf-dosgi git commit: [DOSGI-228] Upgrade to CXF 3.1.5

Posted by cs...@apache.org.
[DOSGI-228] Upgrade to CXF 3.1.5


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

Branch: refs/heads/master
Commit: d72ef14deca4a34c878da172d4cfb6c3d8ef0cd3
Parents: d89d5c2
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Fri Feb 26 14:22:38 2016 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Fri Feb 26 14:22:38 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/d72ef14d/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 52f5d6d..6769faa 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -40,7 +40,7 @@
 
         <osgi.version>4.3.1</osgi.version>
         <osgi.compendium.version>4.3.1</osgi.compendium.version>
-        <cxf.version>3.1.4</cxf.version>
+        <cxf.version>3.1.5</cxf.version>
         <cxf.build-utils.version>3.1.0</cxf.build-utils.version>
         <felix.version>5.4.0</felix.version>
         <spring.version>4.2.4.RELEASE</spring.version>