# javers
**Repository Path**: dabozzi/javers
## Basic Information
- **Project Name**: javers
- **Description**: No description available
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2025-04-18
- **Last Updated**: 2025-05-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README

[](https://maven-badges.herokuapp.com/maven-central/org.javers/javers-core)
[](https://travis-ci.org/javers/javers/)
[](https://opencollective.com/javers)
## What is JaVers
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)?
## Check out our site
You can find the latest information about JaVers project at [javers.org](http://javers.org).
Check out our [documentation](http://javers.org/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 the environment self-test, to check if JaVers is compatible with your JDK version
```
./gradlew javers-core:run
```
## Issues and Contributing
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](http://stackoverflow.com/questions/tagged/javers?sort=newest).
We'll answer them.
Before you create an issue please read our
[Guidelines for Bug Reporting](CONTRIBUTING.md#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](CONTRIBUTING.md#guidelines-for-contributors) and see how to get your changes merged.
### Code Contributors
This project exists thanks to all the people who contribute their work:
## Sponsorship
Support the JaVers project by becoming a financial contributor and helping us sustain its development.
See [Sponsorship](https://javers.org/sponsorship).
If your organization is interested in supporting Javers, we can feature your logo here and on the
[javers.org](http://javers.org) website.
### Featured Sponsors
## License
JaVers is licensed under Apache License Version 2.0, see the LICENSE file.