File tree Expand file tree Collapse file tree 4 files changed +406
-2
lines changed
Expand file tree Collapse file tree 4 files changed +406
-2
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - master
77 - axon-server-api-*.*.x
8+ - feature/dcb
89 workflow_dispatch :
910
1011jobs :
2627 server-password : MAVEN_PASSWORD
2728
2829 - name : Cache .m2
29- uses : actions/cache@v2.1 .3
30+ uses : actions/cache@v4.2 .3
3031 with :
3132 path : ~/.m2/repository
3233 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 1919 <modelVersion >4.0.0</modelVersion >
2020 <groupId >io.axoniq</groupId >
2121 <artifactId >axon-server-api</artifactId >
22- <version >2024.2 .0-SNAPSHOT</version >
22+ <version >2025.1 .0-SNAPSHOT</version >
2323 <name >Axon Server API</name >
2424 <description >Public API for communication with AxonServer</description >
2525
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ message CreateContextRequest {
4444 string name = 1 ;
4545 string replicationGroupName = 2 ;
4646 map <string , string > meta_data = 3 ;
47+ bool dcbContext = 4 ;
4748}
4849
4950message UpdateContextPropertiesRequest {
@@ -66,6 +67,7 @@ message ContextOverview {
6667 map <string , string > meta_data = 3 ;
6768 int64 pendingSince = 4 ;
6869 bool changePending = 5 ;
70+ bool dcbContext = 6 ;
6971}
7072
7173message ContextUpdate {
You can’t perform that action at this time.
0 commit comments