News

When both jconn4.jar (Sybase JDBC driver) and ojdbc11.jar (Oracle JDBC driver) are on Logstash's class-path, driver auto-loading (with DriverManager) occasionally leads to issues.
It seems that newer versions of Keycloak removed the Oracle driver for licensing issues. keycloak/keycloak#29491 The solution would be to externally install the driver (you could use initContainers, ...