welloncn opened a new issue, #1236:
URL: https://github.com/apache/shiro/issues/1236

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/shiro/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Question
   
   023-12-19 10:40:12,215 [main] INFO  
com.bibleofprogrammer.authentication.AuthenticationApplication - [ -  - ] - 
Starting AuthenticationApplication using Java 17 with PID 97087 
(/Users/wangle/ubuntu_data/gitee/authentication/target/classes started by 
wangle in /Users/wangle/ubuntu_data/gitee/authentication)
   2023-12-19 10:40:12,218 [main] INFO  
com.bibleofprogrammer.authentication.AuthenticationApplication - [ -  - ] - No 
active profile set, falling back to 1 default profile: "default"
   2023-12-19 10:40:14,261 [main] INFO  
org.springframework.data.repository.config.RepositoryConfigurationDelegate - [ 
-  - ] - Multiple Spring Data modules found, entering strict repository 
configuration mode
   2023-12-19 10:40:14,265 [main] INFO  
org.springframework.data.repository.config.RepositoryConfigurationDelegate - [ 
-  - ] - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
   2023-12-19 10:40:14,358 [main] INFO  
org.springframework.data.repository.config.RepositoryConfigurationDelegate - [ 
-  - ] - Finished Spring Data repository scanning in 73 ms. Found 0 Redis 
repository interfaces.
   2023-12-19 10:40:14,774 [main] WARN  
o.s.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker 
- [ -  - ] - Bean 
'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type 
[org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$SpringCGLIB$$0]
 is not eligible for getting processed by all BeanPostProcessors (for example: 
not eligible for auto-proxying). Is this bean getting eagerly injected into a 
currently created BeanPostProcessor 
[persistenceExceptionTranslationPostProcessor]? Check the corresponding 
BeanPostProcessor declaration and its dependencies.
   2023-12-19 10:40:14,778 [main] WARN  
o.s.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker 
- [ -  - ] - Bean 'eventBus' of type 
[org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting 
processed by all BeanPostProcessors (for example: not eligible for 
auto-proxying). Is this bean getting eagerly injected into a currently created 
BeanPostProcessor [persistenceExceptionTranslationPostProcessor]? Check the 
corresponding BeanPostProcessor declaration and its dependencies.
   2023-12-19 10:40:14,815 [main] WARN  
o.s.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker 
- [ -  - ] - Bean 'authenticationAutoConfiguration' of type 
[com.bibleofprogrammer.authentication.shiro.AuthenticationAutoConfiguration$$SpringCGLIB$$0]
 is not eligible for getting processed by all BeanPostProcessors (for example: 
not eligible for auto-proxying). Is this bean getting eagerly injected into a 
currently created BeanPostProcessor 
[persistenceExceptionTranslationPostProcessor]? Check the corresponding 
BeanPostProcessor declaration and its dependencies.
   2023-12-19 10:40:14,847 [main] WARN  
o.s.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker 
- [ -  - ] - Bean 'userRealm' of type 
[com.bibleofprogrammer.authentication.shiro.UserRealm] is not eligible for 
getting processed by all BeanPostProcessors (for example: not eligible for 
auto-proxying). Is this bean getting eagerly injected into a currently created 
BeanPostProcessor [persistenceExceptionTranslationPostProcessor]? Check the 
corresponding BeanPostProcessor declaration and its dependencies.
   2023-12-19 10:40:14,850 [main] WARN  
o.s.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker 
- [ -  - ] - Bean 'statelessRealm' of type 
[com.bibleofprogrammer.authentication.shiro.stateless.StatelessRealm] is not 
eligible for getting processed by all BeanPostProcessors (for example: not 
eligible for auto-proxying). Is this bean getting eagerly injected into a 
currently created BeanPostProcessor 
[persistenceExceptionTranslationPostProcessor]? Check the corresponding 
BeanPostProcessor declaration and its dependencies.
   2023-12-19 10:40:14,912 [main] WARN  
o.s.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker 
- [ -  - ] - Bean 'subjectDAO' of type 
[com.bibleofprogrammer.authentication.shiro.stateless.StatelessSubjectDaoImpl] 
is not eligible for getting processed by all BeanPostProcessors (for example: 
not eligible for auto-proxying). Is this bean getting eagerly injected into a 
currently created BeanPostProcessor 
[persistenceExceptionTranslationPostProcessor]? Check the corresponding 
BeanPostProcessor declaration and its dependencies.
   2023-12-19 10:40:14,914 [main] WARN  
o.s.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker 
- [ -  - ] - Bean 'subjectFactory' of type 
[com.bibleofprogrammer.authentication.shiro.stateless.StatelessSubjectFactory] 
is not eligible for getting processed by all BeanPostProcessors (for example: 
not eligible for auto-proxying). Is this bean getting eagerly injected into a 
currently created BeanPostProcessor 
[persistenceExceptionTranslationPostProcessor]? Check the corresponding 
BeanPostProcessor declaration and its dependencies.
   2023-12-19 10:40:14,917 [main] WARN  
o.s.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker 
- [ -  - ] - Bean 'rememberMeCookieTemplate' of type 
[org.apache.shiro.web.servlet.SimpleCookie] is not eligible for getting 
processed by all BeanPostProcessors (for example: not eligible for 
auto-proxying). Is this bean getting eagerly injected into a currently created 
BeanPostProcessor [persistenceExceptionTranslationPostProcessor]? Check the 
corresponding BeanPostProcessor declaration and its dependencies.
   2023-12-19 10:40:14,919 [main] WARN  
o.s.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker 
- [ -  - ] - Bean 'rememberMeManager' of type 
[org.apache.shiro.web.mgt.CookieRememberMeManager] is not eligible for getting 
processed by all BeanPostProcessors (for example: not eligible for 
auto-proxying). Is this bean getting eagerly injected into a currently created 
BeanPostProcessor [persistenceExceptionTranslationPostProcessor]? Check the 
corresponding BeanPostProcessor declaration and its dependencies.
   2023-12-19 10:40:14,921 [main] WARN  
o.s.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker 
- [ -  - ] - Bean 'authenticationStrategy' of type 
[com.bibleofprogrammer.authentication.shiro.stateless.StatelessAtLeastOneSuccessfulStrategy]
 is not eligible for getting processed by all BeanPostProcessors (for example: 
not eligible for auto-proxying). Is this bean getting eagerly injected into a 
currently created BeanPostProcessor 
[persistenceExceptionTranslationPostProcessor]? Check the corresponding 
BeanPostProcessor declaration and its dependencies.
   2023-12-19 10:40:14,921 [main] WARN  
o.s.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker 
- [ -  - ] - Bean 'authenticator' of type 
[org.apache.shiro.authc.pam.ModularRealmAuthenticator] is not eligible for 
getting processed by all BeanPostProcessors (for example: not eligible for 
auto-proxying). Is this bean getting eagerly injected into a currently created 
BeanPostProcessor [persistenceExceptionTranslationPostProcessor]? Check the 
corresponding BeanPostProcessor declaration and its dependencies.
   2023-12-19 10:40:14,922 [main] WARN  
o.s.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker 
- [ -  - ] - Bean 'authorizer' of type 
[org.apache.shiro.authz.ModularRealmAuthorizer] is not eligible for getting 
processed by all BeanPostProcessors (for example: not eligible for 
auto-proxying). Is this bean getting eagerly injected into a currently created 
BeanPostProcessor [persistenceExceptionTranslationPostProcessor]? Check the 
corresponding BeanPostProcessor declaration and its dependencies.
   2023-12-19 10:40:14,923 [main] WARN  
o.s.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker 
- [ -  - ] - Bean 'sessionCookieTemplate' of type 
[org.apache.shiro.web.servlet.SimpleCookie] is not eligible for getting 
processed by all BeanPostProcessors (for example: not eligible for 
auto-proxying). Is this bean getting eagerly injected into a currently created 
BeanPostProcessor [persistenceExceptionTranslationPostProcessor]? Check the 
corresponding BeanPostProcessor declaration and its dependencies.
   2023-12-19 10:40:14,924 [main] WARN  
o.s.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker 
- [ -  - ] - Bean 'sessionFactory' of type 
[org.apache.shiro.session.mgt.SimpleSessionFactory] is not eligible for getting 
processed by all BeanPostProcessors (for example: not eligible for 
auto-proxying). Is this bean getting eagerly injected into a currently created 
BeanPostProcessor [persistenceExceptionTranslationPostProcessor]? Check the 
corresponding BeanPostProcessor declaration and its dependencies.
   2023-12-19 10:40:14,924 [main] WARN  
o.s.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker 
- [ -  - ] - Bean 'sessionDAO' of type 
[org.apache.shiro.session.mgt.eis.MemorySessionDAO] is not eligible for getting 
processed by all BeanPostProcessors (for example: not eligible for 
auto-proxying). Is this bean getting eagerly injected into a currently created 
BeanPostProcessor [persistenceExceptionTranslationPostProcessor]? Check the 
corresponding BeanPostProcessor declaration and its dependencies.
   2023-12-19 10:40:14,926 [main] WARN  
o.s.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker 
- [ -  - ] - Bean 'sessionManager' of type 
[org.apache.shiro.web.session.mgt.DefaultWebSessionManager] is not eligible for 
getting processed by all BeanPostProcessors (for example: not eligible for 
auto-proxying). Is this bean getting eagerly injected into a currently created 
BeanPostProcessor [persistenceExceptionTranslationPostProcessor]? Check the 
corresponding BeanPostProcessor declaration and its dependencies.
   2023-12-19 10:40:14,928 [main] WARN  
o.s.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker 
- [ -  - ] - Bean 'securityManager' of type 
[org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for 
getting processed by all BeanPostProcessors (for example: not eligible for 
auto-proxying). Is this bean getting eagerly injected into a currently created 
BeanPostProcessor [persistenceExceptionTranslationPostProcessor]? Check the 
corresponding BeanPostProcessor declaration and its dependencies.
   2023-12-19 10:40:14,956 [main] WARN  
o.s.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker 
- [ -  - ] - Bean 'shiroPathDefinitionConfig' of type 
[com.bibleofprogrammer.authentication.config.ShiroPathDefinitionConfig$$SpringCGLIB$$0]
 is not eligible for getting processed by all BeanPostProcessors (for example: 
not eligible for auto-proxying). Is this bean getting eagerly injected into a 
currently created BeanPostProcessor 
[persistenceExceptionTranslationPostProcessor]? Check the corresponding 
BeanPostProcessor declaration and its dependencies.
   2023-12-19 10:40:14,959 [main] WARN  
o.s.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker 
- [ -  - ] - Bean 'shiroFilterChainDefinition' of type 
[org.apache.shiro.spring.web.config.DefaultShiroFilterChainDefinition] is not 
eligible for getting processed by all BeanPostProcessors (for example: not 
eligible for auto-proxying). Is this bean getting eagerly injected into a 
currently created BeanPostProcessor 
[persistenceExceptionTranslationPostProcessor]? Check the corresponding 
BeanPostProcessor declaration and its dependencies.
   2023-12-19 10:40:15,429 [main] INFO  
org.springframework.boot.web.embedded.tomcat.TomcatWebServer - [ -  - ] - 
Tomcat initialized with port 9999 (http)
   2023-12-19 10:40:15,439 [main] INFO  
org.apache.coyote.http11.Http11NioProtocol - [ -  - ] - Initializing 
ProtocolHandler ["http-nio-9999"]
   
   
   
   my pom:
   <?xml version="1.0" encoding="UTF-8"?>
   <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
            xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/xsd/maven-4.0.0.xsd";>
       <modelVersion>4.0.0</modelVersion>
   
       <parent>
           <groupId>org.springframework.boot</groupId>
           <artifactId>spring-boot-starter-parent</artifactId>
           <version>3.2.0</version>
           <relativePath/>
       </parent>
   
       <groupId>com.bibleofprogrammer</groupId>
       <artifactId>pilot</artifactId>
       <version>1.0.0</version>
       <name>pilot</name>
       <description>pilot 管理</description>
   
       <properties>
           <java.version>17</java.version>
           <shiro.version>2.0.0-alpha-4</shiro.version>
       </properties>
   
       <dependencies>
           <dependency>
               <groupId>org.springframework.boot</groupId>
               <artifactId>spring-boot-starter-web</artifactId>
           </dependency>
   
           <dependency>
               <groupId>org.springframework.boot</groupId>
               <artifactId>spring-boot-autoconfigure</artifactId>
           </dependency>
   
           <dependency>
               <groupId>org.springframework.boot</groupId>
               <artifactId>spring-boot-starter-data-redis</artifactId>
           </dependency>
   
           <dependency>
               <groupId>org.projectlombok</groupId>
               <artifactId>lombok</artifactId>
           </dependency>
   
           <dependency>
               <groupId>org.apache.commons</groupId>
               <artifactId>commons-lang3</artifactId>
           </dependency>
   
           <dependency>
               <groupId>com.google.guava</groupId>
               <artifactId>guava</artifactId>
               <version>31.0.1-jre</version>
           </dependency>
   
           <dependency>
               <groupId>com.alibaba</groupId>
               <artifactId>fastjson</artifactId>
               <version>1.2.83</version>
           </dependency>
   
           <dependency>
               <groupId>com.alibaba</groupId>
               <artifactId>druid-spring-boot-starter</artifactId>
               <version>1.2.8</version>
           </dependency>
   
           <dependency>
               <groupId>mysql</groupId>
               <artifactId>mysql-connector-java</artifactId>
               <version>8.0.33</version>
           </dependency>
   
           <dependency>
               <groupId>org.springframework.boot</groupId>
               <artifactId>spring-boot-starter-test</artifactId>
               <scope>test</scope>
           </dependency>
   
           <dependency>
               <groupId>org.apache.shiro</groupId>
               <artifactId>shiro-spring-boot-web-starter</artifactId>
               <classifier>jakarta</classifier>
               <version>${shiro.version}</version>
               <exclusions>
                   <exclusion>
                       <groupId>org.apache.shiro</groupId>
                       <artifactId>shiro-spring-boot-starter</artifactId>
                   </exclusion>
               </exclusions>
           </dependency>
   
           <dependency>
               <groupId>org.apache.shiro</groupId>
               <artifactId>shiro-spring-boot-starter</artifactId>
               <classifier>jakarta</classifier>
               <version>${shiro.version}</version>
               <exclusions>
                   <exclusion>
                       <groupId>org.apache.shiro</groupId>
                       <artifactId>shiro-spring</artifactId>
                   </exclusion>
               </exclusions>
           </dependency>
   
           <dependency>
               <groupId>org.apache.shiro</groupId>
               <artifactId>shiro-spring</artifactId>
               <classifier>jakarta</classifier>
               <version>${shiro.version}</version>
               <exclusions>
                   <exclusion>
                       <groupId>org.apache.shiro</groupId>
                       <artifactId>shiro-core</artifactId>
                   </exclusion>
                   <exclusion>
                       <groupId>org.apache.shiro</groupId>
                       <artifactId>shiro-web</artifactId>
                   </exclusion>
               </exclusions>
           </dependency>
   
           <dependency>
               <groupId>org.apache.shiro</groupId>
               <artifactId>shiro-core</artifactId>
               <classifier>jakarta</classifier>
               <version>${shiro.version}</version>
               <exclusions>
                   <exclusion>
                       <groupId>commons-collections</groupId>
                       <artifactId>commons-collections</artifactId>
                   </exclusion>
               </exclusions>
           </dependency>
   
           <dependency>
               <groupId>org.apache.commons</groupId>
               <artifactId>commons-collections4</artifactId>
               <version>4.4</version>
           </dependency>
   
           <dependency>
               <groupId>org.apache.shiro</groupId>
               <artifactId>shiro-web</artifactId>
               <classifier>jakarta</classifier>
               <version>${shiro.version}</version>
           </dependency>
   
           <dependency>
               <groupId>org.springframework.boot</groupId>
               <artifactId>spring-boot-configuration-processor</artifactId>
               <optional>true</optional>
           </dependency>
   
           <dependency>
               <groupId>io.jsonwebtoken</groupId>
               <artifactId>jjwt</artifactId>
               <version>0.12.3</version>
           </dependency>
   
           <dependency>
               <groupId>com.baomidou</groupId>
               <artifactId>mybatis-plus-boot-starter</artifactId>
               <version>3.5.4.1</version>
               <exclusions>
                   <exclusion>
                       <artifactId>mybatis-spring</artifactId>
                       <groupId>org.mybatis</groupId>
                   </exclusion>
               </exclusions>
           </dependency>
   
           <dependency>
               <groupId>org.mybatis</groupId>
               <artifactId>mybatis-spring</artifactId>
               <version>3.0.3</version>
           </dependency>
   
           <dependency>
               <groupId>javax.validation</groupId>
               <artifactId>validation-api</artifactId>
               <version>2.0.1.Final</version>
           </dependency>
   
       </dependencies>
   
       <build>
           <plugins>
               <plugin>
                   <groupId>org.springframework.boot</groupId>
                   <artifactId>spring-boot-maven-plugin</artifactId>
               </plugin>
           </plugins>
       </build>
   </project>
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to