Skip to content
Connect2id
Connect2id server

Connect2id server 19.1.2

This release of the Connect2id server updates Oracle database support, to improve the performance of write operations that involve CLOB and NCLOB (large character object) columns in cases when the recorded strings exceed the maximum individual Oracle string limit of 4000 chars. Previously the recording of such strings required the SQL query to be rewritten, which resulted in them being reformatted from prepared statements to statements using inline variables. With this update the prepared statements are preserved, which should result in a more efficient utilisation of Oracle database resources.

This release also updated the jOOQ layer, the Hikari connection pool and the JDBC drivers for some of the databases that the Connect2id server supports.

More information is available in the notes below.

Download 19.1.2

For the signature validation: Public GPG key

Standard Connect2id server edition

Apache Tomcat package with Connect2id server 19.1.2: Connect2id-server.zip

GPG signature: Connect2id-server.zip.asc

SHA-256: 6d04bf71cd1617a7c21df436740180c13df2c1bf184f8ed088c371649958e23b

Connect2id server 19.1.2 WAR package: c2id.war

GPG signature: c2id.war.asc

SHA-256: 4eaba9b01da3d9dd33a93db1caabedefa963db7276a53f1ba257991dc51ca9ec

Multi-tenant edition

Apache Tomcat package with Connect2id server 19.1.2: Connect2id-server-mt.zip

GPG signature: Connect2id-server-mt.zip.asc

SHA-256: d8013c46f46c21159268dbfd2fa288da88e995bc3e721668212030a792149f33

Connect2id server 19.1.2 WAR package: c2id-mt.war

GPG signature: c2id-mt.war.asc

SHA-256: ff39009f4816c73ee3422c668e2cf769d9be526639ef51526b3f8fb1f94bc627

Questions?

For technical questions about this new release contact Connect2id support. To purchase a production license for the Connect2id server, renew or upgrade your support and updates subscription, email our sales.


Release notes

19.1.2 (2025-08-19)

Resolved issues

  • Updates the SQL connector and the individual SQL transformers for Connect2id server objects to support prepared statements with bind variables for Oracle CLOB and NCLOB columns when the string exceeds the maximum individual Oracle string limit of 4000 bytes (issue server / 1101).

Dependency changes

  • Updates to com.nimbusds:oauth2-oidc-sdk:11.27.1

  • Updates to com.nimbusds:tenant-manager:10.1.7

  • Updates to com.nimbusds:tenant-registry:9.0.9

  • Updates to com.nimbusds:c2id-server-key-store:1.7.7

  • Updates to com.nimbusds:oauth2-authz-store:28.8.5

  • Updates to com.nimbusds:oidc-session-store:22.1.5

  • Updates to com.nimbusds:nimbus-jose-jwt:10.4.2

  • Updates to com.nimbusds:nimbus-jwkset-loader:7.3.2

  • Updates to com.nimbusds:c2id-server-jwkset:2.0.5

  • Updates to BouncyCastle 1.81

  • Updates to com.google.code.gson:gson:2.13.1

  • Upgrades to com.nimbusds:infinispan-cachestore-sql:8.5.2

  • Updates to org.jooq.pro-java-17:jooq:3.20.6

  • Updates to com.zaxxer:HikariCP:6.3.2

  • Updates to com.microsoft.sqlserver:mssql-jdbc:12.10.1.jre11

  • Updates to com.oracle.database.jdbc:ojdbc11:23.9.0.25.07