haruki-830 opened a new pull request, #4467:
URL: https://github.com/apache/flink-cdc/pull/4467

   ### Summary
   This commit adds the missing JTS core dependency to the PostgreSQL YAML 
connector, ensuring the connector can be built independently when geometry 
handling code uses JTS classes.
   ### Key Changes
   **Explicit JTS Core Dependency**
   
   - Added org.locationtech.jts:jts-core to 
flink-cdc-pipeline-connector-postgres.
   - Uses jts.version set to 1.19.0, matching the JTS version already used 
transitively in the project dependency tree.
   
   **Fix Standalone Connector Build**
   
   - PostgresEventDeserializer imports and uses JTS classes such as Coordinate 
and WKBReader for geometry value handling.
   - Before this change, the PostgreSQL YAML connector did not declare jts-core 
in its own module dependencies, which could break isolated module builds or 
packaging workflows.
   
   ### JIRA Reference
   [https://issues.apache.org/jira/browse/FLINK-39760](url)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to