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

lvyanquan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git


The following commit(s) were added to refs/heads/master by this push:
     new 4478405e59 [FLINK-40441][pipeline-connector][postgres] Fix HikariCP 
class conflict in Flink CDC Postgres connector (#4511)
4478405e59 is described below

commit 4478405e5924c0591286ff52a1da2f6527d0df94
Author: Jzjsnow <[email protected]>
AuthorDate: Wed Aug 19 19:44:23 2026 +0800

    [FLINK-40441][pipeline-connector][postgres] Fix HikariCP class conflict in 
Flink CDC Postgres connector (#4511)
---
 .../flink-cdc-pipeline-connector-postgres/pom.xml                   | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git 
a/flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-postgres/pom.xml
 
b/flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-postgres/pom.xml
index c8236bba28..c9a9971ecc 100644
--- 
a/flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-postgres/pom.xml
+++ 
b/flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-postgres/pom.xml
@@ -227,6 +227,12 @@ limitations under the License.
                                         
org.apache.flink.cdc.connectors.shaded.com.fasterxml
                                     </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