Skip to content

Commit

Permalink
[POST-RELEASE] - Clearing breaking change justifications
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Jul 11, 2024
1 parent 6d26bf2 commit f6588ed
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions api/revapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,7 @@
"criticality" : "highlight",
"minSeverity" : "POTENTIALLY_BREAKING",
"minCriticality" : "documented",
"differences" : [
{
"code": "java.method.addedToInterface",
"new": "method io.smallrye.reactive.messaging.PausableChannel io.smallrye.reactive.messaging.ChannelRegistry::getPausable(java.lang.String)",
"justification": "Added PausableChannel to the ChannelRegistry interface to allow pausing and resuming channels."
},
{
"code": "java.method.addedToInterface",
"new": "method void io.smallrye.reactive.messaging.ChannelRegistry::register(java.lang.String, io.smallrye.reactive.messaging.PausableChannel)",
"justification": "Added PausableChannel to the ChannelRegistry interface to allow pausing and resuming channels."
}
]
"differences" : [ ]
}
}, {
"extension" : "revapi.reporter.json",
Expand All @@ -57,4 +46,4 @@
"minCriticality" : "documented",
"output" : "out"
}
} ]
} ]

0 comments on commit f6588ed

Please sign in to comment.