[java-opensaml] branch main updated: Move custom schema Spring classes to new package.
Scott Cantor
cantor.2 at osu.edu
Wed Sep 14 20:54:12 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=96051816755bc52494b247146b4d25a617e2426a
The following commit(s) were added to refs/heads/main by this push:
new 960518167 Move custom schema Spring classes to new package.
960518167 is described below
commit 96051816755bc52494b247146b4d25a617e2426a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 14 16:54:09 2022 -0400
Move custom schema Spring classes to new 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 8164a3775..ff2ca0f14 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.util.SchemaTypeAwareXMLBeanDefinitionReader;
import net.shibboleth.shared.spring.context.FilesystemGenericApplicationContext;
+import net.shibboleth.shared.spring.custom.SchemaTypeAwareXMLBeanDefinitionReader;
/**
* 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 59a4c7ed2..c8feb8d6a 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.util.SchemaTypeAwareXMLBeanDefinitionReader;
import net.shibboleth.shared.spring.context.FilesystemGenericApplicationContext;
+import net.shibboleth.shared.spring.custom.SchemaTypeAwareXMLBeanDefinitionReader;
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