This is an automated email from the ASF dual-hosted git repository.

sxnan pushed a commit to branch string-key
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 1211e9d57e7daf187099820eabbe191628965aa0
Author: sxnan <[email protected]>
AuthorDate: Tue Sep 10 15:03:40 2024 +0800

    [FLINK-34085][config] Remove deprecated string configuration keys
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3ca6a6f569a..3c2aabc8478 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2339,6 +2339,8 @@ under the License.
                                                                <!-- Mark these 
2 methods to @Internal. Tracked under FLINK-34130, should be removed in 2.0 -->
                                                                
<exclude>org.apache.flink.configuration.Configuration#getBytes(java.lang.String,byte[])</exclude>
                                                                
<exclude>org.apache.flink.configuration.Configuration#setBytes(java.lang.String,byte[])</exclude>
+                                                               <!-- 
FLINK-34085 Deprecated string config should be removed in 2.0 -->
+                                                               
<exclude>org.apache.flink.configuration.ConfigConstants</exclude>
                                                                <!-- 
FLINK-35812 move tuple interfaces into flink-core-api, should be removed in 2.0 
-->
                                                                
<exclude>org.apache.flink.api.java.tuple.*</exclude>
                                                                
<exclude>org.apache.flink.types.NullFieldException</exclude>

Reply via email to