diff --git a/api/revapi.json b/api/revapi.json index 1e4fdce6bc..7bc3bce7fb 100644 --- a/api/revapi.json +++ b/api/revapi.json @@ -27,50 +27,7 @@ "criticality" : "highlight", "minSeverity" : "POTENTIALLY_BREAKING", "minCriticality" : "documented", - "differences" : [ - { - "code": "java.class.kindChanged", - "old": "class io.smallrye.reactive.messaging.Messages", - "new": "interface io.smallrye.reactive.messaging.Messages", - "justification": "Messages moved to interface with factory method" - }, - { - "code": "java.class.nowAbstract", - "old": "class io.smallrye.reactive.messaging.Messages", - "new": "interface io.smallrye.reactive.messaging.Messages", - "justification": "Messages moved to interface with factory method" - }, - { - "code": "java.field.enumConstantOrderChanged", - "old": "field io.smallrye.reactive.messaging.MediatorConfiguration.Production.NONE", - "new": "field io.smallrye.reactive.messaging.MediatorConfiguration.Production.NONE", - "justification": "Repeatable @Outgoing annotation" - }, - { - "code": "java.method.addedToInterface", - "new": "method java.util.List io.smallrye.reactive.messaging.MediatorConfiguration::getOutgoings()", - "justification": "Repeatable @Outgoing annotation" - }, - { - "code": "java.annotation.added", - "old": "@interface org.eclipse.microprofile.reactive.messaging.Outgoing", - "new": "@interface org.eclipse.microprofile.reactive.messaging.Outgoing", - "annotation": "@io.smallrye.common.annotation.Experimental(\"The repeatability is a SmallRye-specific feature\")", - "justification": "Repeatable @Outgoing annotation" - }, - { - "code": "java.annotation.added", - "old": "@interface org.eclipse.microprofile.reactive.messaging.Outgoing", - "new": "@interface org.eclipse.microprofile.reactive.messaging.Outgoing", - "annotation": "@java.lang.annotation.Repeatable(io.smallrye.reactive.messaging.annotations.Outgoings.class)", - "justification": "Repeatable @Outgoing annotation" - }, - { - "code": "java.method.addedToInterface", - "new": "method boolean io.smallrye.reactive.messaging.MediatorConfiguration::hasTargetedOutput()", - "justification": "Repeatable @Outgoing annotation" - } - ] + "differences" : [ ] } }, { "extension" : "revapi.reporter.json", @@ -89,4 +46,4 @@ "minCriticality" : "documented", "output" : "out" } -} ] +} ] \ No newline at end of file