Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 6 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,12 @@
[![Total Alerts](https://img.shields.io/lgtm/alerts/g/DozerMapper/dozer.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/DozerMapper/dozer/alerts)

# Dozer
## Active Contributors
We are always looking for more help. The below is the current active list:

### Core
- @garethahealy
- @orange-buffalo
- ??

### Protobuf
- @jbq
- @garethahealy
- ??

### Spring4 / Springboot
- @vadeg
- @garethahealy
- ??
## Project Activity
The project is currently not active and will more than likely be deprecated in the future. If you are looking to use Dozer
on a greenfield project, we would discourage that. If you have been using Dozer for a while, we would suggest you start to think about migrating
onto another library, such as:
- [mapstruct](https://github.com/mapstruct/mapstruct)
- [modelmapper](https://github.com/modelmapper/modelmapper)

## Why Map?
A mapping framework is useful in a layered architecture where you are creating layers of abstraction by encapsulating changes to particular data objects vs. propagating these objects to other layers (i.e. external service data objects, domain objects, data transfer objects, internal service data objects).
Expand Down