Skip to content

Kryndex/rudder-commons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rudder-commons: API and utilities

This project is part of Rudder - configuration management made easy.

See: http://rudder-project.org for more information.

Authors

License

This project is licensed under ASF 2.0 license, see the provided "LICENSE" file or http://www.apache.org/licenses/LICENSE-2.0.html

Contributing

Thank you for your interest in our project! The contribution process is detailed here: http://www.rudder-project.org/HowToContribute

Synopsis

This project contains common API and utility classes used in other places.

It is composed of the following sub-projects:

  • utils: utility classes, especially some classes for Hashcode of case classes, UUID generation, etc

  • spring-run-dependencies: a Maven POM that defines common Spring dependencies used for runtime, like cglib or SLF4J bridge.

  • historization-api: API for historization actions

  • authorization-api: API for authorization checking

  • eventlog-api: API for for logging events (user action, etc)

Usage

This project is managed thanks to Maven software project management (http://maven.apache.org/). You will have to have a working Maven (version 2.2.x or 3.0.x) installation.

Clean, build and install on your local repository:
% mvn clean install