Skip to content

Commit 0083eeb

Browse files
committed
Adding Spring Cloud CircuitBreaker to list of projects
1 parent ef1098c commit 0083eeb

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

config/projects.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,29 @@
2222
}
2323
}
2424
},
25+
"spring-cloud-circuitbreaker": {
26+
"oss": {
27+
"branches": {
28+
"scheduled": ["main", "3.3.x", "3.2.x"],
29+
"default": ["main"]
30+
},
31+
"jdkVersions": {
32+
"main": ["17", "21", "25"],
33+
"3.3.x": ["17", "21", "25"],
34+
"3.2.x": ["17", "21"]
35+
}
36+
},
37+
"commercial": {
38+
"branches": {
39+
"scheduled": ["3.1.x", "2.1.x"],
40+
"default": ["3.1.x"]
41+
},
42+
"jdkVersions": {
43+
"3.1.x": ["17", "21"],
44+
"2.1.x": ["8", "11", "17"]
45+
}
46+
}
47+
},
2548
"defaults": {
2649
"oss": {
2750
"branches": {

0 commit comments

Comments
 (0)