More details are here: mysql.jcabi.com
Read this article, it explains what this plugin is for.
On Linux, don't forget to install libaio1
:
$ sudo apt-get install libaio1
Questions?
If you have any questions about the framework, or something doesn't work as expected, please submit an issue here.
How to contribute?
Fork the repository, make changes, submit a pull request. We promise to review your changes same day and apply to the master
branch, if they look correct.
Please run Maven build before submitting a pull request:
$ mvn clean install -Pqulice
Make sure you're using JDK 6+ and Maven 3.2+. Older versions won't work. Also, on Linux, don't forget to install libaio1
as explained above.