Skip to content

Commit

Permalink
Ignore changes to guice api
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Jan 30, 2022
1 parent de020fb commit 50c5096
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .revapi/api-changes.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,31 @@
]
}
}
], "guice": [
{
"ignore": true,
"code": "java.annotation.added",
"old": "class com.google.inject.Key<T>",
"new": "class com.google.inject.Key<T>",
"annotation": "@com.google.errorprone.annotations.CheckReturnValue",
"justification": "It's Google."
},
{
"extension": "revapi.differences",
"id": "guice-api-issues",
"ignore": true,
"configuration": {
"differences": [
{
"ignore": true,
"regex": true,
"code": "java.field.enumConstantOrderChanged",
"old": "field com\\.google\\.inject\\.internal\\.ErrorId\\..*",
"new": "field com\\.google\\.inject\\.internal\\.ErrorId\\..*",
"justification": "It's Google."
}
]
}
}
]
}
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,9 @@
<revapi.differences id="testng-api-issues">
<ignore>true</ignore>
</revapi.differences>
<revapi.differences id="guice-api-issues">
<ignore>true</ignore>
</revapi.differences>
</analysisConfiguration>
<analysisConfigurationFiles>
<configurationFile>
Expand All @@ -385,6 +388,7 @@
<root>7.2.0</root>
<root>internal</root>
<root>testng</root>
<root>guice</root>
</roots>
</configurationFile>
</analysisConfigurationFiles>
Expand Down

0 comments on commit 50c5096

Please sign in to comment.