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 Dec 8, 2023
1 parent ae7ac0e commit cff7fcb
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": "Internal API refactoring"
}
]
"differences" : [ ]
}
}, {
"extension" : "revapi.reporter.json",
Expand Down

0 comments on commit cff7fcb

Please sign in to comment.