[java-support] branch maint-7 updated: JSPT-75 Remove accidental dependency on J2EE

Rod Widdowson rdw at steadingsoftware.com
Mon Oct 9 09:39:39 EDT 2017


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch maint-7
in repository java-support.

View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=d5a887e157b5d407396274ffd21ac1084384b20a

The following commit(s) were added to refs/heads/maint-7 by this push:
       new  d5a887e   JSPT-75 Remove accidental dependency on J2EE
d5a887e is described below

commit d5a887e157b5d407396274ffd21ac1084384b20a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Oct 9 14:21:08 2017 +0100

    JSPT-75 Remove accidental dependency on J2EE
    
    https://issues.shibboleth.net/jira/browse/JSPT-75
    
    Rather use the proper class Text (the org.w3c one, not
    the javax. one - which is for soap).  Oh how I hate you
    eclipse.
---
 .../net/shibboleth/utilities/java/support/xml/SerializeSupportTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/net/shibboleth/utilities/java/support/xml/SerializeSupportTest.java b/src/test/java/net/shibboleth/utilities/java/support/xml/SerializeSupportTest.java
index de0df3b..73f2a62 100644
--- a/src/test/java/net/shibboleth/utilities/java/support/xml/SerializeSupportTest.java
+++ b/src/test/java/net/shibboleth/utilities/java/support/xml/SerializeSupportTest.java
@@ -23,7 +23,6 @@ import java.io.IOException;
 import java.io.StringReader;
 
 import javax.xml.parsers.DocumentBuilder;
-import javax.xml.soap.Text;
 
 import org.springframework.core.io.ClassPathResource;
 import org.springframework.core.io.Resource;
@@ -36,6 +35,7 @@ import org.w3c.dom.Element;
 import org.w3c.dom.NamedNodeMap;
 import org.w3c.dom.Node;
 import org.w3c.dom.NodeList;
+import org.w3c.dom.Text;
 import org.w3c.dom.ls.DOMImplementationLS;
 import org.w3c.dom.ls.LSOutput;
 import org.w3c.dom.ls.LSSerializer;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list