Skip to content

Commit

Permalink
[FLINK-34707][tests] Update base version for japicmp check
Browse files Browse the repository at this point in the history
  • Loading branch information
lincoln-lil committed Mar 18, 2024
1 parent 841f23c commit cd1e3af
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ under the License.
<minikdc.version>3.2.4</minikdc.version>
<hive.version>2.3.9</hive.version>
<orc.version>1.5.6</orc.version>
<japicmp.referenceVersion>1.18.0</japicmp.referenceVersion>
<japicmp.referenceVersion>1.19.0</japicmp.referenceVersion>
<japicmp.outputDir>tools/japicmp-output</japicmp.outputDir>
<!-- can be removed with maven-spotless-plugin:2.38+ -->
<spotless.skip>false</spotless.skip>
Expand Down Expand Up @@ -2358,12 +2358,6 @@ 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 -->
<exclude>org.apache.flink.streaming.api.environment.StreamExecutionEnvironment#fromData(java.lang.Object[])</exclude>
<exclude>org.apache.flink.streaming.api.environment.StreamExecutionEnvironment#fromData(org.apache.flink.api.common.typeinfo.TypeInformation,java.lang.Object[])</exclude>
<exclude>org.apache.flink.streaming.api.environment.StreamExecutionEnvironment#fromData(java.lang.Class,java.lang.Object[])</exclude>
<exclude>org.apache.flink.streaming.api.environment.StreamExecutionEnvironment#fromData(java.util.Collection)</exclude>
<exclude>org.apache.flink.streaming.api.environment.StreamExecutionEnvironment#fromData(java.util.Collection,org.apache.flink.api.common.typeinfo.TypeInformation)</exclude>
<exclude>org.apache.flink.api.common.functions.RuntimeContext</exclude>
<!-- MARKER: end exclusions -->
</excludes>
<accessModifier>public</accessModifier>
Expand Down

0 comments on commit cd1e3af

Please sign in to comment.