Skip to content

Commit

Permalink
[FLINK-29807][streaming] exlclude CoGroupedStreams$UnionSerializerCon…
Browse files Browse the repository at this point in the history
…figSnapshot from japicmp
  • Loading branch information
pnowojski committed Nov 4, 2022
1 parent 67fd0b8 commit 5f328a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2140,6 +2140,8 @@ under the License.
<exclude>@org.apache.flink.annotation.PublicEvolving</exclude>
<exclude>@org.apache.flink.annotation.Internal</exclude>
<!-- MARKER: start exclusions; these will be wiped by tools/releasing/update_japicmp_configuration.sh -->
<!-- UnionSerializerConfigSnapshot was a PublicEvolving and Deprecated class that has been removed, embedded inside a Public CoGroupedStreams class, triggering this false failure -->
<exclude>org.apache.flink.streaming.api.datastream.CoGroupedStreams$UnionSerializerConfigSnapshot</exclude>
<!-- MARKER: end exclusions -->
</excludes>
<accessModifier>public</accessModifier>
Expand Down

0 comments on commit 5f328a1

Please sign in to comment.