lianjunwei opened a new issue #3002:
URL: https://github.com/apache/incubator-shenyu/issues/3002


   ### Is there an existing issue for this?
   
   - [X] I have searched the existing issues
   
   ### Current Behavior
   
   After using the third-party jar(redisson-spring-boot-starter),failed to 
register Dubbo protocol interface with Shenyu Admin.
   
   ### Expected Behavior
   
   After the backend micro service is started, the Dubbo interface is 
registered successfully.
   
   ### Steps To Reproduce
   
   1. import redisson . eg:
   ```
          <dependency>
               <groupId>org.redisson</groupId>
               <artifactId>redisson-spring-boot-starter</artifactId>
               <version>3.16.8</version>
           </dependency>
   ```
   2. get 'servicebean' from spring context .
   ```
   Map<String, ServiceBean> serviceBean = 
contextRefreshedEvent.getApplicationContext().getBeansOfType(ServiceBean.class);
   ```
   
    ```
    3. result is empty.
   ```
   4. if remove redisson, serviceBean work well.
   
   ### Environment
   
   ```markdown
   ShenYu version(s):2.4.2 and  master
   ```
   
   
   ### Debug logs
   
   
![image](https://user-images.githubusercontent.com/13819823/157047406-c7ceda8e-fe66-49c8-bedd-d5bdce6f2f16.png)
   
   ### Anything else?
   
   ![13801646720054_ 
pic](https://user-images.githubusercontent.com/13819823/157182328-43b4c6d2-f7ee-4229-9514-27a5006c7274.jpg)
   
   As shown in the figure,  can fix the bug.
   I fix it.


-- 
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]


Reply via email to