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

Support MariaDB Connector 3.x #180

Merged
merged 7 commits into from
Mar 28, 2022
Merged

Support MariaDB Connector 3.x #180

merged 7 commits into from
Mar 28, 2022

Conversation

adangel
Copy link
Collaborator

@adangel adangel commented Jan 27, 2022

See also #177

Password retrieval from the JDBC Connection works.
However, there is a problem with the MariaDB Connector + Liquibase in General. See https://forum.liquibase.org/t/fresh-install-giving-unusual-unexpected-datatype-null/6170 and liquibase/liquibase#2431

So, the first error (Unexpected datatype NULL) has been fixed with CONJ-924
For the new error (class [B cannot be cast to class java.lang.String) see CONJ-935

dependabot bot and others added 3 commits January 27, 2022 09:52
Bumps [mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 2.7.5 to 3.0.3.
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md)
- [Commits](mariadb-corporation/mariadb-connector-j@2.7.5...3.0.3)

---
updated-dependencies:
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
* added integration test for old version
* get password from MariaDB Connector 3.x
@adangel adangel modified the milestones: 4.8.0, next Feb 24, 2022
@adangel adangel modified the milestones: 4.9.0, next Mar 18, 2022
dependabot bot and others added 2 commits March 28, 2022 18:24
Bumps [mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j)
from 2.7.5 to 3.0.4.
- [Release
notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md)
- [Commits](mariadb-corporation/mariadb-connector-j@2.7.5...3.0.4)

---
updated-dependencies:
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@adangel adangel marked this pull request as ready for review March 28, 2022 16:35
@adangel adangel merged commit 36857a8 into liquibase:main Mar 28, 2022
@adangel adangel deleted the mariadb-connector-3 branch March 28, 2022 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant