We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fad057 commit e81c345Copy full SHA for e81c345
.gitignore
@@ -29,3 +29,4 @@ dependency-reduced-pom.xml
29
venv
30
testkit-backend/bin/
31
testkit/CAs/
32
+testkit/CustomCAs/
testkit-backend/src/main/java/neo4j/org/testkit/backend/messages/requests/GetFeatures.java
@@ -49,7 +49,10 @@ public class GetFeatures implements TestkitRequest
49
"Feature:Auth:Kerberos",
50
"Feature:Auth:Custom",
51
"Feature:Impersonation",
52
- "Temporary:FastFailingDiscovery"
+ "Temporary:FastFailingDiscovery",
53
+ "Feature:TLS:1.1",
54
+ "Feature:TLS:1.2",
55
+ "Feature:API:SSLSchemes"
56
) );
57
58
private static final Set<String> SYNC_FEATURES = new HashSet<>( Arrays.asList(
0 commit comments