Skip to content

Commit 18b13c3

Browse files
[POST-RELEASE] - Clearing breaking change justifications
1 parent 460a943 commit 18b13c3

File tree

2 files changed

+4
-26
lines changed

2 files changed

+4
-26
lines changed

api/revapi.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,7 @@
2727
"criticality" : "highlight",
2828
"minSeverity" : "POTENTIALLY_BREAKING",
2929
"minCriticality" : "documented",
30-
"differences" : [ {
31-
"code": "java.method.addedToInterface",
32-
"new": "method java.lang.Integer io.smallrye.reactive.messaging.PausableChannelConfiguration::bufferSize()",
33-
"justification": "Pausable channel configuration buffer-size added"
34-
},
35-
{
36-
"code": "java.method.addedToInterface",
37-
"new": "method io.smallrye.reactive.messaging.PausableChannelConfiguration.PausableBufferStrategy io.smallrye.reactive.messaging.PausableChannelConfiguration::bufferStrategy()",
38-
"justification": "Pausable channel configuration buffer-strategy added"
39-
},
40-
{
41-
"code": "java.method.addedToInterface",
42-
"new": "method boolean io.smallrye.reactive.messaging.PausableChannelConfiguration::lateSubscription()",
43-
"justification": "Pausable channel configuration late-subscription added"
44-
}]
30+
"differences" : [ ]
4531
}
4632
}, {
4733
"extension" : "revapi.reporter.json",
@@ -60,4 +46,4 @@
6046
"minCriticality" : "documented",
6147
"output" : "out"
6248
}
63-
} ]
49+
} ]

smallrye-reactive-messaging-kafka/revapi.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,7 @@
3636
"criticality" : "highlight",
3737
"minSeverity" : "POTENTIALLY_BREAKING",
3838
"minCriticality" : "documented",
39-
"differences" : [
40-
{
41-
"code": "java.annotation.attributeValueChanged",
42-
"old": "class io.smallrye.reactive.messaging.kafka.KafkaConnector",
43-
"new": "class io.smallrye.reactive.messaging.kafka.KafkaConnector",
44-
"annotationType": "io.smallrye.reactive.messaging.annotations.ConnectorAttributes",
45-
"attribute": "value"
46-
}
47-
]
39+
"differences" : [ ]
4840
}
4941
}, {
5042
"extension" : "revapi.reporter.json",
@@ -63,4 +55,4 @@
6355
"minCriticality" : "documented",
6456
"output" : "out"
6557
}
66-
} ]
58+
} ]

0 commit comments

Comments
 (0)