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
ozangunalp committed Sep 28, 2023
1 parent f469852 commit b714660
Showing 1 changed file with 2 additions and 45 deletions.
47 changes: 2 additions & 45 deletions api/revapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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<java.lang.String> 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",
Expand All @@ -89,4 +46,4 @@
"minCriticality" : "documented",
"output" : "out"
}
} ]
} ]

0 comments on commit b714660

Please sign in to comment.