As an open source project, Rico welcomes contributions of many forms.
Please use the issue tracker on GitHub.
Please make sure to check these notes whenever you create an issue for Rico:
- If you are not using the latest version of Rico please add the used version in the description
- Please give us some information about the server infrastructure that you are using. Examples: Spring Boot 1.2.2 or JBOSS 6.4 EAP
- In case of an error / bug it's always helpful to add the error log from the client and server application
Patches are welcome as pull requests on GitHub
The entire Rico build and tests can be run with the following command:
./gradlew clean verify
If you are using an IDE and want to be able to run tests within it you need to configure the following JVM argument:
-Djdk.attach.allowAttachSelf
For IntelliJ this can be done in the Run/Debug Configuration templates.