smolnar82 opened a new pull request, #820: URL: https://github.com/apache/knox/pull/820
## What changes were proposed in this pull request? Added the most recent MariaDB Connector/J (v3.3.0 currently) in Knox so that it can be used to create a DataSource in JDBCTokenStateService. Since that implementation heavily depends on the connection URL and does not provide utility methods on setting connection properties one-by-one, we only support this integration through connection URLs. Sample links to on the connection URL expectations and properties: - https://mariadb.com/docs/server/connect/programming-languages/java/connect/ - https://mariadb.com/docs/server/connect/programming-languages/java/tls/ ## How was this patch tested? Updated and executed unit tests. -- 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: dev-unsubscr...@knox.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org