[java-shib-shared] branch main updated: Move a stray security factory bean.

Scott Cantor cantor.2 at osu.edu
Tue Sep 13 17:27:04 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-shib-shared.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=fc8b76dc5a40744c38cac3fa55da3fc6990eb66d

The following commit(s) were added to refs/heads/main by this push:
     new fc8b76dc Move a stray security factory bean.
fc8b76dc is described below

commit fc8b76dc5a40744c38cac3fa55da3fc6990eb66d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 13 13:27:01 2022 -0400

    Move a stray security factory bean.
---
 .../shibboleth/shared/spring/security}/factory/KeyStoreFactoryBean.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shib-spring/src/main/java/net/shibboleth/ext/spring/factory/KeyStoreFactoryBean.java b/shib-security-spring/src/main/java/net/shibboleth/shared/spring/security/factory/KeyStoreFactoryBean.java
similarity index 98%
rename from shib-spring/src/main/java/net/shibboleth/ext/spring/factory/KeyStoreFactoryBean.java
rename to shib-security-spring/src/main/java/net/shibboleth/shared/spring/security/factory/KeyStoreFactoryBean.java
index 53f563db..add4c8ba 100644
--- a/shib-spring/src/main/java/net/shibboleth/ext/spring/factory/KeyStoreFactoryBean.java
+++ b/shib-security-spring/src/main/java/net/shibboleth/shared/spring/security/factory/KeyStoreFactoryBean.java
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package net.shibboleth.ext.spring.factory;
+package net.shibboleth.shared.spring.security.factory;
 
 import java.io.InputStream;
 import java.security.KeyStore;

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


More information about the commits mailing list