The purpose of this project is to group utilities that are used on most of other Java projects.
//... TODO
//... TODO
//... TODO
//... TODO
//... TODO
//... TODO
//... TODO
- At least Java 7;
- Apache Maven 3.3+ (developer);
Fork repository, make changes, send a pull request. We are going to review your changes and apply them to the master
.
This project is created usign Apache Maven so check the requirements listed above to developers.
Before sending a pull request don't forget to run all unit tests:
$ mvn clean install
If your default encoding is not UTF-8, some of unit tests will break. This is an intentional behavior. To fix that, set this environment variable in console (in Windows, for example):
SET JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8
So, found a bug, want some improvement or just have a questions about how to do someting? Then open an issue an we will try to help you.