Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update default xa_datasource_class value for mariadb jdbc configuration #89

Merged
merged 1 commit into from
May 31, 2023

Conversation

schmaxit
Copy link
Contributor

org.mariadb.jdbc.MySQLDataSource is deprecated since driver version 1.3.1 and has been removed on 3.x.

Since the introduction of org.mariadb.jdbc.MariaDbDataSource, org.mariadb.jdbc.MySQLDataSource has always been just an alias.

A better value for this key should be org.mariadb.jdbc.MariaDbDataSource.

@guidograzioli guidograzioli added the minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix label May 31, 2023
@guidograzioli
Copy link
Member

Thanks for your contribution

@guidograzioli guidograzioli merged commit 8f042d3 into ansible-middleware:main May 31, 2023
1 check passed
@guidograzioli guidograzioli changed the title Change xa_datasource_class value for mariadb jdbc configuration Update default xa_datasource_class value for mariadb jdbc configuration May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants