https://github.com/javers/javers
JaVers - object auditing and diff framework for Java
https://github.com/javers/javers
hacktoberfest
Last synced: 11 months ago
JSON representation
JaVers - object auditing and diff framework for Java
- Host: GitHub
- URL: https://github.com/javers/javers
- Owner: javers
- License: apache-2.0
- Created: 2013-12-10T08:23:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-02-16T16:19:53.000Z (about 1 year ago)
- Last Synced: 2025-05-06T12:27:43.085Z (12 months ago)
- Topics: hacktoberfest
- Language: Java
- Homepage: http://javers.org
- Size: 9 MB
- Stars: 1,467
- Watchers: 42
- Forks: 367
- Open Issues: 82
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - javers/javers - JaVers - object auditing and diff framework for Java (<a name="Java"></a>Java)
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.