forked from apache/cassandra-java-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrevapi.json
More file actions
21 lines (21 loc) · 677 Bytes
/
revapi.json
File metadata and controls
21 lines (21 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Configures Revapi (https://revapi.org/getting-started.html) to check API compatibility between
// successive driver versions.
{
"revapi": {
"java": {
"filter": {
"packages": {
"regex": true,
"exclude": [
"com\\.datastax\\.oss\\.protocol\\.internal(\\..+)?",
"com\\.datastax\\.oss\\.driver\\.internal(\\..+)?",
"com\\.datastax\\.oss\\.driver\\.shaded(\\..+)?",
"com\\.datastax\\.oss\\.simulacron(\\..+)?",
// Don't re-check sibling modules that this module depends on
"com\\.datastax\\.oss\\.driver\\.api\\.core(\\..+)?"
]
}
}
}
}
}