orika-mapper / orika

Simpler, better and faster Java bean mapping framework
http://orika-mapper.github.io/orika-docs/
Apache License 2.0
1.29k stars 268 forks source link

Use the MapperFactory and MapperFacade as a singleton still cause OutOfMemoryError #370

Closed GodEightFather closed 3 years ago

GodEightFather commented 3 years ago

Snipaste_2021-04-09_13-52-24 Snipaste_2021-04-09_13-52-44 image image

GodEightFather commented 3 years ago

I found that it was caused by repeated register to MapperFactory of the same class;