Custom JDBC Connections?

With the Datasource type of “Other - JDBC Driver (depreciated)”, being depreciated, what is the recommended method for implementing custom JDBC connection strings?

-JM

Use the specific database driver.
If you take a look in the extensions menu in admin you going to see a lot of extensions related to various databases like Oracle, Postgresql, SQL Server, MySQL, H2, HSQLDB and so on…

Can you customize the JDBC connection string using those? Maybe use the Lucee admin to create the entry in the Lucee xml file then edit it directly in the xml?

You can do it in the Application.cfc as described here: