MariaDB4j v2.4.0 Release Notes

Release Date: 2019-02-11 // about 5 years ago
  • ➕ Added

    • 🔌 @duttonw contributed @mike10004's mariaDB4j-maven-plugin (@kevinconaway/@vorburger fixed ITs)
    • 🔧 @kbyyd24 added mariaDB4j-springboot module for auto-configuration with spring boot
    • @neeleshs with @duttonw added new API for a callback if the DB process crashes
    • ✅ @yiftizur contributed cool new MariaDB4jRule JUnit rule for easy tests

    🔄 Changed

    • 👍 @thesquaregroot only set --max_allowed_packet if it is not in the configured arguments
    • ⚡️ @EGJ Updated Builder Methods Returning Void To Return The Builder
    • @dependabot bumped 3rd party libraries, thank you https://dependabot.com
    • 🚀 @vorburger made a number of release related changes and clean ups

    🛠 Fixed

    • 🛠 No bug fixes, because... it has no more bugs?! ;-)

Previous changes from v2.3.0

    • @cortiz added dumpXML and dumpSQL
    • @marcelvanderperk added setSecurityDisabled()
    • @bjornblomqvist empty password string is treated the same as null
    • @paulroemer added setDeletingTemporaryBaseAndDataDirsOnShutdown()
    • @lde-avaleo and @jai-deep contributed MariaDB 10.2.11 (and @cortiz 10.1.23)
    • 🚚 @vorburger moved code to ch.vorburger.exec and added dependency
    • @dependabot bumped various 3rd party libraries, courtesy of https://dependabot.com
    • @vorburger now compiles MariaDB4j with Java 8 instead of 6
    • 🛠 @vorburger fixed bug #88 running MariaDb4j on Glassfish