From 8b33bcbfa5ce5ee716ca1119098ac20e1e066e50 Mon Sep 17 00:00:00 2001 From: Gareth Healy Date: Wed, 7 Apr 2021 13:04:42 +0100 Subject: [PATCH] updated readme to call out activity and other options (#813) --- README.md | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index e0253f761..e5ee15685 100644 --- a/README.md +++ b/README.md @@ -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).