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

### Anything else?

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]