Ignore:
Timestamp:
Nov 6, 2018, 9:00:49 AM (5 years ago)
Author:
Nicklas Nordborg
Message:

References #2130: Upgrade 3-rd party libraries

Removed the need for a db.driver setting in base.config since the driver can be automatically loaded from the db.url setting (using DriverManagager.getDriver(url)).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/src/docbook/appendix/update_warnings.xml

    r7520 r7521  
    3939    <title>BASE 3.14</title>
    4040 
    41     <bridgehead>New JDBC driver for MySQL</bridgehead>
    42     <para>
    43       If you are using MySQL it is recommended that you change the
    44       <constant>db.driver</constant> setting in the <filename>base.config</filename>
    45       file to <constant>com.mysql.cj.jdbc.Driver</constant>.
     41    <bridgehead>The db.driver setting is no longer used</bridgehead>
     42    <para>
     43      The JDBC driver to use is now found automatically based on
     44      the <constant>db.url</constant> setting in the <filename>base.config</filename>
     45      file. The <constant>db.driver</constant> setting can be removed.
    4646    </para>
    4747   
Note: See TracChangeset for help on using the changeset viewer.