Skip to content

Commit 8b33bcb

Browse files
authored
updated readme to call out activity and other options (#813)
1 parent 24931a2 commit 8b33bcb

1 file changed

Lines changed: 6 additions & 17 deletions

File tree

README.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,12 @@
55
[![Total Alerts](https://img.shields.io/lgtm/alerts/g/DozerMapper/dozer.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/DozerMapper/dozer/alerts)
66

77
# Dozer
8-
## Active Contributors
9-
We are always looking for more help. The below is the current active list:
10-
11-
### Core
12-
- @garethahealy
13-
- @orange-buffalo
14-
- ??
15-
16-
### Protobuf
17-
- @jbq
18-
- @garethahealy
19-
- ??
20-
21-
### Spring4 / Springboot
22-
- @vadeg
23-
- @garethahealy
24-
- ??
8+
## Project Activity
9+
The project is currently not active and will more than likely be deprecated in the future. If you are looking to use Dozer
10+
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
11+
onto another library, such as:
12+
- [mapstruct](https://github.com/mapstruct/mapstruct)
13+
- [modelmapper](https://github.com/modelmapper/modelmapper)
2514

2615
## Why Map?
2716
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).

0 commit comments

Comments
 (0)