Want to contribute? Great! We try to make it easy, and all contributions, even the smaller ones, are more than welcome. This includes bug reports, fixes, documentation, examples... But first, read this page (including the small print at the end).
All original contributions to Jandex licensed are under the ASL - Apache License, version 2.0 or later, or, if another license is specified as governing the file or directory being modified, such other license.
All contributions are subject to the Developer Certificate of Origin (DCO). The DCO text is also included verbatim in the dco.txt file in the root directory of the repository.
This project uses GitHub issues to manage the issues. Open an issue directly in GitHub.
If you believe you found a bug, and it's likely possible, please indicate a way to reproduce it, what you are seeing and what you would expect to see. Don't forget to indicate your Jandex, Java, and Maven/Gradle version.
To contribute, use GitHub Pull Requests, from your own fork.
All non-trivial contributions, including contributions by project members, need to be reviewed before being merged.
Because we are all humans, the project uses a continuous integration approach and each pull request triggers a full build. Please make sure to monitor the output of the build and act accordingly.
Jandex uses GitHub Actions as CI, so you can see the progress and results in the checks tab of your pull request. Follow the results on https://github.com/smallrye/jandex/actions.
Don't forget to include tests in your pull requests. Also don't forget the documentation (reference documentation, javadoc...).
We even accept pull requests just containing tests or documentation.
If you have not done so on this machine, you need to:
- Install Git and configure your GitHub access
- Install Java SDK (OpenJDK recommended, see https://adoptium.net/)
- Install Apache Maven (or use the
mvnw
wrapper scripts instead ofmvn
)
- Clone the repository:
git clone https://github.com/smallrye/jandex.git
- Navigate to the directory:
cd jandex
- Invoke
mvn clean install
from the root directory
git clone https://github.com/smallrye/jandex.git
cd jandex
mvn clean install
# Wait... success!
This project is an open source project, please act responsibly, be nice, polite and enjoy!