A good pull request:
- Is clear.
- Works across all supported versions of Java
- Follows the existing style of the code base (see Codestyle section).
- Has comments included as needed.
- Must be appropriately licensed (MIT).
If you have a bugfix or new feature that you would like to contribute to SDK, please find or open an issue about it first. Talk about what you would like to do. It may be that somebody is already working on it, or that there are particular issues that you should know about before implementing the change.
-
Run the test suite to ensure your changes do not break existing code:
# Build docker to run test cases using Maven. make test
-
To build your own Java SDK after code change, you can run the following command to create the SDK jar in the output/target folder.
# Build docker to package Java SDK using Maven. make build