Skip to content

Commit

Permalink
updated readme to call out activity and other options (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy authored Apr 7, 2021
1 parent 24931a2 commit 8b33bcb
Showing 1 changed file with 6 additions and 17 deletions.
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

0 comments on commit 8b33bcb

Please sign in to comment.