diff --git a/eng/code-quality-reports/src/main/resources/revapi/revapi.json b/eng/code-quality-reports/src/main/resources/revapi/revapi.json index 81a9335b24358..f0022bc3e74ba 100644 --- a/eng/code-quality-reports/src/main/resources/revapi/revapi.json +++ b/eng/code-quality-reports/src/main/resources/revapi/revapi.json @@ -261,6 +261,11 @@ "new" : "field com.mysql.cj.conf.PropertyKey.*", "justification" : "Fix enum constants reordered." }, + { + "code" : "java.field.addedStaticField", + "new" : "field com.mysql.cj.conf.PropertyKey.ociConfigProfile", + "justification" : "This is an external dependency and we do not control what gets added." + }, { "code" : "java.method.removed", "old" : "method int com.mysql.cj.protocol.ServerSession::getOldStatusFlags()",