Skip to content

Commit

Permalink
Fixed revapi.json issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
vcolin7 committed Jun 21, 2023
1 parent abe9815 commit 010e8cd
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()",
Expand Down

0 comments on commit 010e8cd

Please sign in to comment.