We are using a special driver for Oracle databases, but the product name does not match to OracleDatabase implementation. So even when we are using an Oracle database, the OracleDatabase implementation is never used and liquibase selects UnknownDatabase instead. I would like to extend OracleDatabase, so that it matches the product name, but I don�t know how to register my implementation in the DatabaseFactory. The wiki says, that i have to put it into the package liquibase.database.ext and liquibase would automatically detect my implemetation and load it. This does not work and after I looked into the source code, I suppose this feature does not exist anymore. How can I register my implementation?