[java-opensaml] branch main updated: Rename Spring util package.
Scott Cantor
cantor.2 at osu.edu
Wed Sep 14 21:03:51 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=479031fe34ef8b2078e3234cbec81ac091dbf6a5
The following commit(s) were added to refs/heads/main by this push:
new 479031fe3 Rename Spring util package.
479031fe3 is described below
commit 479031fe34ef8b2078e3234cbec81ac091dbf6a5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 14 17:03:48 2022 -0400
Rename Spring util package.
---
.../test/java/org/opensaml/profile/logic/IPRangePredicateTest.java | 2 +-
.../src/test/java/org/opensaml/spring/trust/AbstractSecurityTest.java | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opensaml-profile-api/src/test/java/org/opensaml/profile/logic/IPRangePredicateTest.java b/opensaml-profile-api/src/test/java/org/opensaml/profile/logic/IPRangePredicateTest.java
index a1caab686..5feba47ed 100644
--- a/opensaml-profile-api/src/test/java/org/opensaml/profile/logic/IPRangePredicateTest.java
+++ b/opensaml-profile-api/src/test/java/org/opensaml/profile/logic/IPRangePredicateTest.java
@@ -19,8 +19,8 @@ package org.opensaml.profile.logic;
import java.util.Map;
-import net.shibboleth.ext.spring.util.ApplicationContextBuilder;
import net.shibboleth.shared.spring.config.IdentifiableBeanPostProcessor;
+import net.shibboleth.shared.spring.util.ApplicationContextBuilder;
import org.springframework.context.support.GenericApplicationContext;
import org.springframework.core.io.ClassPathResource;
diff --git a/opensaml-spring/src/test/java/org/opensaml/spring/trust/AbstractSecurityTest.java b/opensaml-spring/src/test/java/org/opensaml/spring/trust/AbstractSecurityTest.java
index 5cf006221..29368f33c 100644
--- a/opensaml-spring/src/test/java/org/opensaml/spring/trust/AbstractSecurityTest.java
+++ b/opensaml-spring/src/test/java/org/opensaml/spring/trust/AbstractSecurityTest.java
@@ -22,8 +22,6 @@ import java.io.IOException;
import java.util.Arrays;
import java.util.Collections;
-import net.shibboleth.ext.spring.util.ApplicationContextBuilder;
-
import org.springframework.context.support.GenericApplicationContext;
import org.springframework.core.io.ClassPathResource;
import org.springframework.core.io.Resource;
@@ -31,6 +29,8 @@ import org.springframework.mock.env.MockPropertySource;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeSuite;
+import net.shibboleth.shared.spring.util.ApplicationContextBuilder;
+
/**
* Base mechanics for Security tests using Spring.
*/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list