Skip to content

Commit c46cec2

Browse files
committed
[fixup] add revapi ignore
1 parent 3b879d9 commit c46cec2

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

core/revapi.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,19 @@
687687
"newArchive": "com.datastax.oss:java-driver-core:jar:4.0.0-beta3",
688688
"elementKind": "method",
689689
"justification": "JAVA-2058: Make programmatic config reloading part of the public API"
690+
},
691+
{
692+
"code": "java.method.numberOfParametersChanged",
693+
"old": "method com.datastax.oss.driver.api.core.connection.ReconnectionPolicy.ReconnectionSchedule com.datastax.oss.driver.api.core.connection.ReconnectionPolicy::newControlConnectionSchedule()",
694+
"new": "method com.datastax.oss.driver.api.core.connection.ReconnectionPolicy.ReconnectionSchedule com.datastax.oss.driver.api.core.connection.ReconnectionPolicy::newControlConnectionSchedule(boolean)",
695+
"package": "com.datastax.oss.driver.api.core.connection",
696+
"classQualifiedName": "com.datastax.oss.driver.api.core.connection.ReconnectionPolicy",
697+
"classSimpleName": "ReconnectionPolicy",
698+
"methodName": "newControlConnectionSchedule",
699+
"oldArchive": "com.datastax.oss:java-driver-core:jar:4.0.0-beta2",
700+
"newArchive": "com.datastax.oss:java-driver-core:jar:4.0.0-rc1-SNAPSHOT",
701+
"elementKind": "method",
702+
"justification": "JAVA-2077: Allow reconnection policy to detect first connection attempt"
690703
}
691704
]
692705
}

0 commit comments

Comments
 (0)