[java-support] branch master updated: JSPT-80 - migrate away from legacy xmlunit API

Scott Cantor cantor.2 at osu.edu
Thu Apr 2 10:49:27 EDT 2020


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

scantor pushed a commit to branch master
in repository java-support.

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

The following commit(s) were added to refs/heads/master by this push:
       new  f20b5d9   JSPT-80 - migrate away from legacy xmlunit API
f20b5d9 is described below

commit f20b5d9da3104f9f44feda06354190a7abb1486b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 2 10:49:22 2020 -0400

    JSPT-80 - migrate away from legacy xmlunit API
    
    https://issues.shibboleth.net/jira/browse/JSPT-80
    
    Deprecate class for removal.
---
 .../shibboleth/utilities/java/support/xml/XMLAssertTestNG.java    | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/test/java/net/shibboleth/utilities/java/support/xml/XMLAssertTestNG.java b/src/test/java/net/shibboleth/utilities/java/support/xml/XMLAssertTestNG.java
index 6656e21..45bf7e4 100644
--- a/src/test/java/net/shibboleth/utilities/java/support/xml/XMLAssertTestNG.java
+++ b/src/test/java/net/shibboleth/utilities/java/support/xml/XMLAssertTestNG.java
@@ -113,11 +113,13 @@ import org.xml.sax.SAXException;
  * <p>
  * Examples and more at <a href="http://xmlunit.sourceforge.net">xmlunit.sourceforge.net</a>
  * </p>
+ * 
+ * @deprecated
  */
-public class XMLAssertTestNG implements XSLTConstants {
+ at Deprecated(since="8.0.0", forRemoval=true)
+public final class XMLAssertTestNG implements XSLTConstants {
 
-    protected XMLAssertTestNG() {
-        super();
+    private XMLAssertTestNG() {
     }
 
     /**

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


More information about the commits mailing list