blob: 116d7b68452f857456dc928c050ce102440c8277 [file] [log] [blame]
[
{
"extension": "revapi.filter",
"configuration": {
"elements": {
"exclude": [
{
"matcher": "java-package",
"match": "/org\\.apache\\.logging\\.log4j\\.core(\\..*)?/"
}
]
}
}
},
{
"extension": "revapi.ignore",
"configuration": [
{
"code": "java.method.removed",
"old": "method void org.apache.logging.log4j.cassandra.CassandraManager::writeInternal(org.apache.logging.log4j.core.LogEvent)",
"justification": "Method not needed"
}
]
}
]