[java-opensaml] branch main updated: Rename 2 spring-extensions packages.
Scott Cantor
cantor.2 at osu.edu
Tue Sep 13 23:12:46 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=21f725e312503811b4b76f7c3b596d87e574714b
The following commit(s) were added to refs/heads/main by this push:
new 21f725e31 Rename 2 spring-extensions packages.
21f725e31 is described below
commit 21f725e312503811b4b76f7c3b596d87e574714b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 13 19:12:43 2022 -0400
Rename 2 spring-extensions packages.
---
.../src/test/java/org/opensaml/profile/logic/IPRangePredicateTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 184658f18..a1caab686 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.config.IdentifiableBeanPostProcessor;
import net.shibboleth.ext.spring.util.ApplicationContextBuilder;
+import net.shibboleth.shared.spring.config.IdentifiableBeanPostProcessor;
import org.springframework.context.support.GenericApplicationContext;
import org.springframework.core.io.ClassPathResource;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list