[java-idp-testbed] branch main updated: Rename primitive package.
Scott Cantor
cantor.2 at osu.edu
Mon Sep 26 17:18:24 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=9d567ded86b9c7fc358d993b97ae14f180f4c0f5
The following commit(s) were added to refs/heads/main by this push:
new 9d567de Rename primitive package.
9d567de is described below
commit 9d567ded86b9c7fc358d993b97ae14f180f4c0f5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 26 13:18:22 2022 -0400
Rename primitive package.
---
src/main/java/sp/SAML1Controller.java | 2 +-
src/main/java/sp/SAML2Controller.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/sp/SAML1Controller.java b/src/main/java/sp/SAML1Controller.java
index ecb0ed6..dd26004 100644
--- a/src/main/java/sp/SAML1Controller.java
+++ b/src/main/java/sp/SAML1Controller.java
@@ -30,10 +30,10 @@ import javax.annotation.Nullable;
import javax.net.ssl.SSLContext;
import jakarta.servlet.http.HttpServletRequest;
import jakarta.servlet.http.HttpServletResponse;
+import net.shibboleth.shared.primitive.StringSupport;
import net.shibboleth.shared.security.impl.SecureRandomIdentifierGenerationStrategy;
import net.shibboleth.shared.xml.SerializeSupport;
import net.shibboleth.shared.xml.XMLParserException;
-import net.shibboleth.utilities.java.support.primitive.StringSupport;
import org.apache.http.client.HttpClient;
import org.apache.http.conn.ssl.SSLContextBuilder;
diff --git a/src/main/java/sp/SAML2Controller.java b/src/main/java/sp/SAML2Controller.java
index 2f1fd20..0d7832a 100644
--- a/src/main/java/sp/SAML2Controller.java
+++ b/src/main/java/sp/SAML2Controller.java
@@ -95,10 +95,10 @@ import jakarta.servlet.http.HttpServletResponse;
import net.shibboleth.shared.annotation.constraint.NotEmpty;
import net.shibboleth.shared.component.ComponentInitializationException;
import net.shibboleth.shared.net.URLBuilder;
+import net.shibboleth.shared.primitive.StringSupport;
import net.shibboleth.shared.security.impl.SecureRandomIdentifierGenerationStrategy;
import net.shibboleth.shared.xml.SerializeSupport;
import net.shibboleth.shared.xml.XMLParserException;
-import net.shibboleth.utilities.java.support.primitive.StringSupport;
@Controller
@RequestMapping({"/SAML2", "/{spId}/SAML2"})
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list