You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use commons.bc.version for artifact to compare.
Use distinct ids in each configuration section.
Use ignore explicitly in the build configuration but not in reporting
(to allow the change to be reported).
Add missing 1.7 root to reporting section.
Copy file name to clipboardExpand all lines: src/conf/revapi/api-changes.json
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"1.5": [
3
3
{
4
4
"extension": "revapi.differences",
5
-
"id": "intentional-api-changes",
5
+
"id": "intentional-api-changes-1_5",
6
6
"configuration": {
7
7
"differences": [
8
8
{
@@ -11,7 +11,6 @@
11
11
"justification": "Abstract method added to enum; all implementations are within this class. This is an internal package with no compatibility enforcement."
0 commit comments