BroadSQL 4.6 - Release Notes
What's new with BroadSQL 4.6?
- Release 4.6 requires Java 11 and is compatible with Java 11 and above
- This release does not provide new features, its main objective was to upgrade the technical components and reorganize the distribution
- Re-organization of files and directories in the distribution:
- INI files and the Connection Database File (CDF) have been moved to a new folder conf
- The broadsql.jar file has been moved to the folder lib
- Upgrade of technical components:
- Spring upgraded to version 5.1.7
- H2 driver upgraded to version 1.4.199
- SQLite driver upgraded to version 3.27.2.1
- HSQLDB driver upgraded to version 2.5.0
- PostgreSQL driver upgraded to version 42.2.5
Installing BroadSQL 4.6
See instructions in the README.TXT file of the distribution
Upgrading from previous releases
- Unzip the file in a new destination folder
- Copy your INI files, logback-broadsql.xml, and CDF file in the conf directory
- In BroadSQL, type config command to update your database connections.
- Select $CDF
- Replace the existing value : ./ConnectionsDefinitionFile.cdf;TRACE_LEVEL_SYSTEM_OUT=0 with ./conf/ConnectionsDefinitionFile.cdf;TRACE_LEVEL_SYSTEM_OUT=0
- Do the same in your INI file, replace the value of parameter ServersFileName
Known issues
None