- MAJOR Distribution and project org. split up formerly monolithic MariaDB4j into separate core, exec and binaries artifacts
- @CedricGatay: NEW addArg() method in DBConfigurationBuilder to pass additional flags when spawning a new MariaDB/Mysql process (e.g. like lower_case_table_names, in a mixed OS environment)
- Src: Tabs to Spaces, and enforced by Checkstyle running in Build
- FIXED Windows package, now tested; it was completely broken in 2.1.1 (but worked in the original 2.1.0)
- FIXED bad concurrency bug https://github.com/vorburger/MariaDB4j/issues/10
- Upgraded commons-exec v1.2 => v1.3 & Spring Boot v1.1.6 => v1.1.9
- Less annoyingly verbose logging now
- minor code clean-ups etc.
- Original first public release (project existed before without Maven Bintray release; people just built from source)