angus-guo commented on issue #8154:
URL:
https://github.com/apache/incubator-seata/issues/8154#issuecomment-5269944124
This looks like an accidental duplicate of #8153 — both were opened by
@zhangyan54545 one minute apart with the same title.
#8153 was fixed by #8157 (merged 2026-07-06, commit `2a88b08`) and closed,
but this one was left open because the PR only referenced `fixes #8153`.
The fix on current `2.x` is exactly what this issue asked for:
```java
@AutoConfigureAfter(
value = {SeataAutoConfiguration.class},
name = {
// Spring Boot 2.x, 3.x
"org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration",
// Spring Boot 4.x
"org.springframework.boot.jdbc.autoconfigure.DataSourceAutoConfiguration"
})
```
The `import
org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;` line
is gone as well, and #8157 also added `SeataSagaAutoConfigurationTest` to cover
it.
This one can be closed as a duplicate.
--
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]