[java-opensaml] branch main updated: Rename Spring context package.

Scott Cantor cantor.2 at osu.edu
Wed Sep 14 20:32:59 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=9fa63e7836a1d48119ff369d2e702adbefb1b3a7

The following commit(s) were added to refs/heads/main by this push:
     new 9fa63e783 Rename Spring context package.
9fa63e783 is described below

commit 9fa63e7836a1d48119ff369d2e702adbefb1b3a7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 14 16:32:56 2022 -0400

    Rename Spring context package.
---
 .../opensaml/spring/credential/BasicX509CredentialFactoryBeanTest.java  | 2 +-
 .../test/java/org/opensaml/spring/trust/StaticPKIXFactoryBeanTest.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opensaml-spring/src/test/java/org/opensaml/spring/credential/BasicX509CredentialFactoryBeanTest.java b/opensaml-spring/src/test/java/org/opensaml/spring/credential/BasicX509CredentialFactoryBeanTest.java
index adf7a4478..8164a3775 100644
--- a/opensaml-spring/src/test/java/org/opensaml/spring/credential/BasicX509CredentialFactoryBeanTest.java
+++ b/opensaml-spring/src/test/java/org/opensaml/spring/credential/BasicX509CredentialFactoryBeanTest.java
@@ -22,8 +22,8 @@ import org.springframework.context.support.GenericApplicationContext;
 import org.testng.Assert;
 import org.testng.annotations.Test;
 
-import net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext;
 import net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader;
+import net.shibboleth.shared.spring.context.FilesystemGenericApplicationContext;
 
 /**
  * Unit test for {@link BasicX509CredentialFactoryBean}.
diff --git a/opensaml-spring/src/test/java/org/opensaml/spring/trust/StaticPKIXFactoryBeanTest.java b/opensaml-spring/src/test/java/org/opensaml/spring/trust/StaticPKIXFactoryBeanTest.java
index e8fa28717..59a4c7ed2 100644
--- a/opensaml-spring/src/test/java/org/opensaml/spring/trust/StaticPKIXFactoryBeanTest.java
+++ b/opensaml-spring/src/test/java/org/opensaml/spring/trust/StaticPKIXFactoryBeanTest.java
@@ -34,8 +34,8 @@ import org.springframework.context.support.GenericApplicationContext;
 import org.testng.Assert;
 import org.testng.annotations.Test;
 
-import net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext;
 import net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader;
+import net.shibboleth.shared.spring.context.FilesystemGenericApplicationContext;
 import net.shibboleth.utilities.java.support.component.AbstractInitializableComponent;
 
 /**

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


More information about the commits mailing list