nadment opened a new issue, #7205: URL: https://github.com/apache/hop/issues/7205
### What needs to happen? Improve the display of a JDBC driver's version in the database metadata editor Update the logic for retrieving version information for a given JDBC driver class 1. Use the package manifest: driverClass.getPackage().getImplementationVersion(); 2. Use a driver instance: driver.getMajorVersion() + “.” + driver.getMinorVersion(); ### Issue Priority Priority: 3 ### Issue Component Component: Hop Gui -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
