We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7599e commit 23d6a41Copy full SHA for 23d6a41
java-fit-performer/src/main/java/com/couchbase/JavaPerformer.java
@@ -158,7 +158,7 @@ protected void customisePerformerCaps(PerformerCapsFetchResponse.Builder respons
158
}
159
160
161
- var supported = new CoreTransactionsSupportedExtensions();
+ var supported = CoreTransactionsSupportedExtensions.ALL;
162
var protocolVersion = supported.protocolMajor + "." + supported.protocolMinor;
163
164
response.setTransactionsProtocolVersion(protocolVersion);
0 commit comments