JaVers is the lightweight Java library for auditing changes in your data.
We all use Version Control Systems for source code, so why not use a specialized framework to provide an audit trail of your Java objects (entities, POJO, data objects)?
You can find the latest information about JaVers project at javers.org. Check out our documentation pages.
Clone our github repository
git clone https://github.com/javers/javers.git
cd javers
Build JaVers and run unit tests
./gradlew build
Run the environment self-test, to check if JaVers is compatible with your JDK version
./gradlew javers-core:run
We'd love to get issues and contributions from you!
You can report a Bug or a Feature Request. Questions should be asked at stackoverflow.com. We'll answer them. Before you create an issue please read our Guidelines for Bug Reporting.
JaVers is an open source project, so we are open to your contributions. Before you start, please read our Contributing Guide and see how to get your changes merged.
This project exists thanks to all the people who contribute their work:
Become a financial contributor and help us sustain the JaVers project. [Contribute]
Support Javers as an organization. Your logo will show up here with a link to your website.
JaVers is licensed under Apache License Version 2.0, see the LICENSE file.