Skip to main content

oracdc v2.15.0

· 2 min read
A2 Solutions
oracdc Development Team

oracdc v2.15.0 is now available.

What's New

  1. Off-heap memory upgrade: Chronicle Queue has been replaced with Java's native Foreign Function and Memory API (MemorySegment) for off-heap transaction storage. This removes the Chronicle Queue dependency and leverages JDK-native memory management.

  2. Apache Mina SSH support: New SSH provider option (a2.ssh.provider=mina) using Apache Mina SSHD, alongside existing SSHJ and Maverick Synergy providers. Includes a new a2.ssh.connect.timeout parameter (default 30,000 ms).

  3. Performance improvements: Agrona-based optimizations for internal data structures.

  4. Bug fixes:

    • Fixed incorrect type cast in SinkTable for tables with LOB columns (#142)
    • Fixed OraCdcRedoMinerConnector error with Oracle 11g large UPDATE statements (#139)
    • Fixed wrong Date generation for test redo records
    • Corrected "the message value must only be a record schema" error
    • Dockerfile fix for CVE-2025-67030

oracdc v2.14.4

· One min read
A2 Solutions
oracdc Development Team

oracdc v2.14.4 is now available.

What's New

  1. Code cleanup: split code into core CDC code and code specific to the Kafka Connect ecosystem.

  2. Bug fixes