apache / apache/incubator-seata
Seata1.6.1,注册中心为eureka,在springboot3.0.0+springcloud2022.0.0,客户端启动报错NoClassDefFoundError: com/netflix/config/ConfigurationManager
- Dominant language
- Java
- Stars
- 26k
- Forks
- 8.8k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 4
Description
- [x] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate.
### Ⅰ. Issue Description
Seata1.6.1,注册中心为eureka,在springboot3.0.0+springcloud2022.0.0,客户端启动报错
Error creating bean with name 'globalTransactionScanner' defined in class path resource [io/seata/spring/boot/autoconfigure/SeataAutoConfiguration.class]: com/netflix/config/ConfigurationManager
因为springcloud2022.0.0的eureka已经剔除了archaius的依赖,ConfigurationManager不存在

### Ⅱ. Environment:
- JDK version : 17
- Seata version: 1.6.1
- SpringBoot: 3.0.0
- SpringCloud: 2022.0.0
Contributor guide
Research direction
Reproduce the client startup failure with JDK 17, Seata 1.6.1, Spring Boot 3.0.0, Spring Cloud 2022.0.0, and Eureka. Start at SeataAutoConfiguration and trace the reference to com.netflix.config.ConfigurationManager; done means the client starts without this NoClassDefFoundError in the reported environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring-boot
- Domain
- backend, distributed-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100