javers-parent

JaVers object auditing and diff framework

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.javers
ArtifactId

ArtifactId

javers-hibernate
Last Version

Last Version

1.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

javers-parent
JaVers object auditing and diff framework
Project URL

Project URL

http://javers.org
Source Code Management

Source Code Management

https://github.com/javers/javers

Download javers-hibernate

How to add to project

<!-- https://jarcasting.com/artifacts/org.javers/javers-hibernate/ -->
<dependency>
    <groupId>org.javers</groupId>
    <artifactId>javers-hibernate</artifactId>
    <version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.javers/javers-hibernate/
implementation 'org.javers:javers-hibernate:1.3.2'
// https://jarcasting.com/artifacts/org.javers/javers-hibernate/
implementation ("org.javers:javers-hibernate:1.3.2")
'org.javers:javers-hibernate:jar:1.3.2'
<dependency org="org.javers" name="javers-hibernate" rev="1.3.2">
  <artifact name="javers-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javers', module='javers-hibernate', version='1.3.2')
)
libraryDependencies += "org.javers" % "javers-hibernate" % "1.3.2"
[org.javers/javers-hibernate "1.3.2"]

Dependencies

compile (2)

Group / Artifact Type Version
commons-beanutils : commons-beanutils jar 1.9.2
org.javers : javers-core jar 1.3.2

test (15)

Group / Artifact Type Version
org.hibernate : hibernate-core jar 4.3.10.Final
org.springframework : spring-orm jar 4.1.5.RELEASE
junit : junit jar 4.11
org.javers : javers-persistence-sql jar 1.3.2
org.springframework : spring-test jar 4.1.5.RELEASE
org.objenesis : objenesis jar 2.1
cglib : cglib-nodep jar 3.1
org.springframework.data : spring-data-jpa jar 1.8.2.RELEASE
com.h2database : h2 jar 1.4.184
org.spockframework : spock-core jar 1.0-groovy-2.4
org.apache.commons : commons-lang3 jar 3.3.2
org.javers : javers-spring jar 1.3.2
org.hibernate : hibernate-entitymanager jar 4.3.10.Final
org.easytesting : fest-assert-core jar 2.0M10
ch.qos.logback : logback-classic jar 1.1.2

Project Modules

There are no modules declared in this project.

 logotype.svg

Maven Central Build Status Financial Contributors on Open Collective

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. 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 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. 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.

Code Contributors

This project exists thanks to all the people who contribute their work:

Financial Contributing

Become a financial contributor and help us sustain the JaVers project. [Contribute]

Individual contributors

Organizations

Support this project with your organization. Your logo will show up here with a link to your website.

License

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

org.javers

JaVers

Versions

Version
1.3.2
1.3.1
1.3.0
1.2.11