[ https://issues.apache.org/jira/browse/KNOX-2924?focusedWorklogId=891078&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-891078 ]
ASF GitHub Bot logged work on KNOX-2924: ---------------------------------------- Author: ASF GitHub Bot Created on: 17/Nov/23 09:57 Start Date: 17/Nov/23 09:57 Worklog Time Spent: 10m Work Description: 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. Issue Time Tracking ------------------- Worklog Id: (was: 891078) Remaining Estimate: 0h Time Spent: 10m > Add MariaDB support in JDBC TokenStateService > --------------------------------------------- > > Key: KNOX-2924 > URL: https://issues.apache.org/jira/browse/KNOX-2924 > Project: Apache Knox > Issue Type: Improvement > Components: Server, TokenGenerationUI, TokenManagementUI > Reporter: Sandor Molnar > Assignee: Sandor Molnar > Priority: Major > Fix For: 2.1.0 > > Time Spent: 10m > Remaining Estimate: 0h > > Currently, Knox supports PostgreSQL and MySQL for storing Knox tokens in an > RDBMS. We should add MariaDB to the list to enable more end-users to use this > cool feature in PROD-ready way. -- This message was sent by Atlassian Jira (v8.20.10#820010)