Commit af3c5cf
Dhawaj Kumar Tomar
Migrate dubbo-samples-async-generated-future-springboot to Spring Boot 3
- Bump spring-boot.version from 2.7.8 to 3.2.3
- Bump maven.compiler.source/target from 1.8 to 17 (required by Spring Boot 3)
- Correct unused spring.version property to 6.1.4 (was stale 4.3.30.RELEASE)
- Update case-versions.conf: dubbo.version=3.3.*, spring.version=6.*,
java.version=[>= 17], so CI correctly scopes this module to the
right Dubbo/Java test matrix
No javax.* -> jakarta.* changes needed; no source file in this module
references javax.* (the pom.xml's unused javax.annotation profile is
left untouched).
Verified: mvn clean install succeeds, and ConsumerApplicationTest passes
end-to-end against a live Zookeeper registry and Provider instance.1 parent fcda525 commit af3c5cf
2 files changed
Lines changed: 7 additions & 7 deletions
File tree
- 2-advanced/dubbo-samples-async/dubbo-samples-async-generated-future-springboot
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments