Skip to content

Commit bed63b4

Browse files
committed
chore(release): clear RevAPI breaking change justifications
1 parent 8b3295f commit bed63b4

File tree

1 file changed

+1
-58
lines changed

1 file changed

+1
-58
lines changed

implementation/revapi.json

Lines changed: 1 addition & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -51,64 +51,7 @@
5151
"criticality" : "highlight",
5252
"minSeverity" : "POTENTIALLY_BREAKING",
5353
"minCriticality" : "documented",
54-
"differences" : [
55-
{
56-
"ignore": true,
57-
"code": "java.method.returnTypeChangedCovariantly",
58-
"old": "method io.smallrye.mutiny.groups.UniAndGroupIterable<T1> io.smallrye.mutiny.groups.UniAndGroupIterable<T1>::usingConcurrencyOf(int) @ io.smallrye.mutiny.groups.UniAndGroup2<T1, T2>",
59-
"new": "method io.smallrye.mutiny.groups.UniAndGroup2<T1, T2> io.smallrye.mutiny.groups.UniAndGroup2<T1, T2>::usingConcurrencyOf(int)",
60-
"justification": "Override `usingConcurrencyOf` in `UniAndGroup2` for improved type safety"
61-
},
62-
{
63-
"ignore": true,
64-
"code": "java.method.returnTypeChangedCovariantly",
65-
"old": "method io.smallrye.mutiny.groups.UniAndGroupIterable<T1> io.smallrye.mutiny.groups.UniAndGroupIterable<T1>::usingConcurrencyOf(int) @ io.smallrye.mutiny.groups.UniAndGroup3<T1, T2, T3>",
66-
"new": "method io.smallrye.mutiny.groups.UniAndGroup3<T1, T2, T3> io.smallrye.mutiny.groups.UniAndGroup3<T1, T2, T3>::usingConcurrencyOf(int)",
67-
"justification": "Override `usingConcurrencyOf` in `UniAndGroup3` for improved type safety"
68-
},
69-
{
70-
"ignore": true,
71-
"code": "java.method.returnTypeChangedCovariantly",
72-
"old": "method io.smallrye.mutiny.groups.UniAndGroupIterable<T1> io.smallrye.mutiny.groups.UniAndGroupIterable<T1>::usingConcurrencyOf(int) @ io.smallrye.mutiny.groups.UniAndGroup4<T1, T2, T3, T4>",
73-
"new": "method io.smallrye.mutiny.groups.UniAndGroup4<T1, T2, T3, T4> io.smallrye.mutiny.groups.UniAndGroup4<T1, T2, T3, T4>::usingConcurrencyOf(int)",
74-
"justification": "Override `usingConcurrencyOf` in `UniAndGroup4` for improved type safety"
75-
},
76-
{
77-
"ignore": true,
78-
"code": "java.method.returnTypeChangedCovariantly",
79-
"old": "method io.smallrye.mutiny.groups.UniAndGroupIterable<T1> io.smallrye.mutiny.groups.UniAndGroupIterable<T1>::usingConcurrencyOf(int) @ io.smallrye.mutiny.groups.UniAndGroup5<T1, T2, T3, T4, T5>",
80-
"new": "method io.smallrye.mutiny.groups.UniAndGroup5<T1, T2, T3, T4, T5> io.smallrye.mutiny.groups.UniAndGroup5<T1, T2, T3, T4, T5>::usingConcurrencyOf(int)",
81-
"justification": "Override `usingConcurrencyOf` in `UniAndGroup5` for improved type safety"
82-
},
83-
{
84-
"ignore": true,
85-
"code": "java.method.returnTypeChangedCovariantly",
86-
"old": "method io.smallrye.mutiny.groups.UniAndGroupIterable<T1> io.smallrye.mutiny.groups.UniAndGroupIterable<T1>::usingConcurrencyOf(int) @ io.smallrye.mutiny.groups.UniAndGroup6<T1, T2, T3, T4, T5, T6>",
87-
"new": "method io.smallrye.mutiny.groups.UniAndGroup6<T1, T2, T3, T4, T5, T6> io.smallrye.mutiny.groups.UniAndGroup6<T1, T2, T3, T4, T5, T6>::usingConcurrencyOf(int)",
88-
"justification": "Override `usingConcurrencyOf` in `UniAndGroup6` for improved type safety"
89-
},
90-
{
91-
"ignore": true,
92-
"code": "java.method.returnTypeChangedCovariantly",
93-
"old": "method io.smallrye.mutiny.groups.UniAndGroupIterable<T1> io.smallrye.mutiny.groups.UniAndGroupIterable<T1>::usingConcurrencyOf(int) @ io.smallrye.mutiny.groups.UniAndGroup7<T1, T2, T3, T4, T5, T6, T7>",
94-
"new": "method io.smallrye.mutiny.groups.UniAndGroup7<T1, T2, T3, T4, T5, T6, T7> io.smallrye.mutiny.groups.UniAndGroup7<T1, T2, T3, T4, T5, T6, T7>::usingConcurrencyOf(int)",
95-
"justification": "Override `usingConcurrencyOf` in `UniAndGroup7` for improved type safety"
96-
},
97-
{
98-
"ignore": true,
99-
"code": "java.method.returnTypeChangedCovariantly",
100-
"old": "method io.smallrye.mutiny.groups.UniAndGroupIterable<T1> io.smallrye.mutiny.groups.UniAndGroupIterable<T1>::usingConcurrencyOf(int) @ io.smallrye.mutiny.groups.UniAndGroup8<T1, T2, T3, T4, T5, T6, T7, T8>",
101-
"new": "method io.smallrye.mutiny.groups.UniAndGroup8<T1, T2, T3, T4, T5, T6, T7, T8> io.smallrye.mutiny.groups.UniAndGroup8<T1, T2, T3, T4, T5, T6, T7, T8>::usingConcurrencyOf(int)",
102-
"justification": "Override `usingConcurrencyOf` in `UniAndGroup8` for improved type safety"
103-
},
104-
{
105-
"ignore": true,
106-
"code": "java.method.returnTypeChangedCovariantly",
107-
"old": "method io.smallrye.mutiny.groups.UniAndGroupIterable<T1> io.smallrye.mutiny.groups.UniAndGroupIterable<T1>::usingConcurrencyOf(int) @ io.smallrye.mutiny.groups.UniAndGroup9<T1, T2, T3, T4, T5, T6, T7, T8, T9>",
108-
"new": "method io.smallrye.mutiny.groups.UniAndGroup9<T1, T2, T3, T4, T5, T6, T7, T8, T9> io.smallrye.mutiny.groups.UniAndGroup9<T1, T2, T3, T4, T5, T6, T7, T8, T9>::usingConcurrencyOf(int)",
109-
"justification": "Override `usingConcurrencyOf` in `UniAndGroup9` for improved type safety"
110-
}
111-
]
54+
"differences" : [ ]
11255
}
11356
}, {
11457
"extension" : "revapi.reporter.json",

0 commit comments

Comments
 (0)