blob: 782c0cd40c8973c524f7b53a2f77061cd4a5877e [file] [log] [blame]
[
{
"extension": "revapi.filter",
"configuration": {
"elements": {
"exclude": [
"class org\\.apache\\.logging\\.log4j\\.web\\.Log4jWebLifeCycle",
{
"matcher": "java-package",
"match": "/org\\.apache\\.logging\\.log4j\\.core(\\..*)?/"
}
]
}
}
},
{
"extension": "revapi.differences",
"configuration": {
"differences": [
{
"ignore": true,
"code": "java.class.nonPublicPartOfAPI",
"old": "interface org.apache.logging.log4j.web.Log4jWebLifeCycle",
"new": "interface org.apache.logging.log4j.web.Log4jWebLifeCycle",
"justification": "Internal component"
}
]
}
}
]