milanov / javers

JaVers is a tool for auditing object-oriented data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 javers-black-logo-1.0.png

What is JaVers

Join the chat at https://gitter.im/javers/javers ![Ideal for contribution](https://badge.waffle.io/javers/javers.svg?label=ideal%20for%20contribution&title=Ideal for contribution)

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)?

Check out our site

You can find latest information about JaVers project at javers.org. Check out our documentation pages.

Build & test JaVers

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

Project Team

Check out our site to find the team and contact us.

Report an issue

You found a bug? Documentation is unclear?

Report an issue to our github issues.

CI status

Build Status

License

JaVers is licensed under Apache License Version 2.0, see LICENSE file.

About

JaVers is a tool for auditing object-oriented data

License:Apache License 2.0


Languages

Language:Java 62.2%Language:Groovy 37.8%