JaVers is a lightweight java library for auditing changes in your data.
We all use Version Control Systems for source code, why not to use specialized framework to provide an audit trail of your Java objects (entities, POJO, data objects)?
You can find 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 environment self-test, to check if JaVers is compatible with your JDK version
gradlew javers-core:run
Check out our site to find the team and contact us.
You found a bug? Documentation is unclear?
Report an issue to our github issues.
JaVers is licensed under Apache License Version 2.0, see LICENSE file.