You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2018/06/18 10:14:57 UTC

[cxf-fediz] branch 1.4.x-fixes updated (79fcf6d -> ca3f9c4)

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a change to branch 1.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git.


    from 79fcf6d  Removing unused method
     new 3cd417d  Upgrading Spring + Spring Security
     new ca3f9c4  Fixing tests with JDK7

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                                               | 4 ++--
 .../java/org/apache/cxf/fediz/integrationtests/AbstractTests.java     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
coheigea@apache.org.

[cxf-fediz] 01/02: Upgrading Spring + Spring Security

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 1.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit 3cd417d852b81ffef64743f9abf293e9dc44f18d
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jun 18 10:11:35 2018 +0100

    Upgrading Spring + Spring Security
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 89b5504..b33b6f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,8 +65,8 @@
         <openjpa.version>2.4.2</openjpa.version>
         <servlet.version>2.5</servlet.version>
         <slf4j.version>1.7.25</slf4j.version>
-        <spring.version>4.3.17.RELEASE</spring.version>
-        <spring.security.version>4.2.6.RELEASE</spring.security.version>
+        <spring.version>4.3.18.RELEASE</spring.version>
+        <spring.security.version>4.2.7.RELEASE</spring.security.version>
         <tomcat7.version>7.0.88</tomcat7.version>
         <tomcat8.version>8.5.31</tomcat8.version>
         <woodstox.core.version>4.4.1</woodstox.core.version>

-- 
To stop receiving notification emails like this one, please contact
coheigea@apache.org.

[cxf-fediz] 02/02: Fixing tests with JDK7

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 1.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit ca3f9c49d8392576cea48fc2c7379636a992aec6
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jun 18 11:14:44 2018 +0100

    Fixing tests with JDK7
---
 .../test/java/org/apache/cxf/fediz/integrationtests/AbstractTests.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systests/tests/src/test/java/org/apache/cxf/fediz/integrationtests/AbstractTests.java b/systests/tests/src/test/java/org/apache/cxf/fediz/integrationtests/AbstractTests.java
index 5bad8b5..087ac24 100644
--- a/systests/tests/src/test/java/org/apache/cxf/fediz/integrationtests/AbstractTests.java
+++ b/systests/tests/src/test/java/org/apache/cxf/fediz/integrationtests/AbstractTests.java
@@ -881,7 +881,7 @@ public abstract class AbstractTests {
             Assert.assertTrue(401 == ex.getStatusCode() || 403 == ex.getStatusCode());
         }
 
-        webClient.close();
+        // webClient.close();
     }
 
     @org.junit.Test

-- 
To stop receiving notification emails like this one, please contact
coheigea@apache.org.