This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/3.x by this push:
new 882699424 guice: remove deprecation warning
882699424 is described below
commit 882699424ab2e6b8f47d051eb20405d60e6ecaa5
Author: lprimak <[email protected]>
AuthorDate: Sun Jan 18 16:05:56 2026 -0600
guice: remove deprecation warning
---
.../guice/src/test/java/org/apache/shiro/guice/BeanTypeListenerTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/support/guice/src/test/java/org/apache/shiro/guice/BeanTypeListenerTest.java
b/support/guice/src/test/java/org/apache/shiro/guice/BeanTypeListenerTest.java
index ec1739942..9c0b019ed 100644
---
a/support/guice/src/test/java/org/apache/shiro/guice/BeanTypeListenerTest.java
+++
b/support/guice/src/test/java/org/apache/shiro/guice/BeanTypeListenerTest.java
@@ -28,6 +28,7 @@ import com.google.inject.name.Names;
import com.google.inject.spi.Message;
import com.google.inject.spi.TypeEncounter;
import org.apache.shiro.SecurityUtils;
+import org.apache.shiro.mgt.SecurityManager;
import org.apache.shiro.aop.DefaultAnnotationResolver;
import org.apache.shiro.crypto.cipher.BlowfishCipherService;
import org.apache.shiro.guice.aop.ShiroAopModule;