v2.7.0
TheKnowles
released this
21 May 17:37
·
195 commits
to main
since this release
2.7.0
- This is the initial release in the 2.7.x maintenance branch.
- It aims to serve a stopgap for Java 11 projects that need a more modern version of mariadb while using the embedded functionality of MariaDB4j.
- This release provides mariadb 10.6.12 out of the box.
- mysql* binary calls have been replaced with mariadb* ones. This is a breaking change for any version of MariaDB < 10.5.2.
- Tests have been updated to handle new authentication mechanics introduced in MariaDB 10.4.
The deployment configuration has also been updated since this is a brand new repository for OSSRH.
This was released into maven central via OSSRH:
<dependency>
<groupId>dev.atchison.mariaDB4j</groupId>
<artifactId>mariaDB4j</artifactId>
<version>2.7.0</version>
</dependency>