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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 3713899e0a [cdc] Shade com.zaxxer.hikari to prevent 
AbstractMethodError in mysql cdc (#7246)
3713899e0a is described below

commit 3713899e0a87314691f05443ad2a6873ba4f870f
Author: Juntao Zhang <[email protected]>
AuthorDate: Tue Feb 10 09:18:48 2026 +0800

    [cdc] Shade com.zaxxer.hikari to prevent AbstractMethodError in mysql cdc 
(#7246)
---
 paimon-flink/paimon-flink-cdc/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/paimon-flink/paimon-flink-cdc/pom.xml 
b/paimon-flink/paimon-flink-cdc/pom.xml
index 5bb119b498..f05fefe767 100644
--- a/paimon-flink/paimon-flink-cdc/pom.xml
+++ b/paimon-flink/paimon-flink-cdc/pom.xml
@@ -372,6 +372,10 @@ under the License.
                                     <pattern>org.apache.kafka</pattern>
                                     
<shadedPattern>org.apache.flink.kafka.shaded.org.apache.kafka</shadedPattern>
                                 </relocation>
+                                <relocation>
+                                    <pattern>com.zaxxer</pattern>
+                                    
<shadedPattern>org.apache.flink.cdc.connectors.shaded.com.zaxxer</shadedPattern>
+                                </relocation>
                             </relocations>
                         </configuration>
                     </execution>

Reply via email to