Skip to content

Commit

Permalink
chore(release): clear RevAPI breaking change justifications
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Jan 19, 2024
1 parent c26a308 commit b8da91f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions implementation/revapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,7 @@
"criticality" : "highlight",
"minSeverity" : "POTENTIALLY_BREAKING",
"minCriticality" : "documented",
"differences" : [
{
"ignore": true,
"code": "java.class.removed",
"old": "class io.smallrye.mutiny.operators.multi.MultiConcatMapOp.ConcatMapMainSubscriber<I, O>",
"justification": "Refactoring of internal APIs"
}
]
"differences" : [ ]
}
}, {
"extension" : "revapi.reporter.json",
Expand Down

0 comments on commit b8da91f

Please sign in to comment.