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 269 forks source link

Feature/1.6.0 #378

Closed agliznetsov closed 2 years ago

alexrun commented 2 years ago

Hi @agliznetsov, why did you remove the sizeof library of the project?

agliznetsov commented 2 years ago

Hi @agliznetsov, why did you remove the sizeof library of the project?

This PR comes from my private fork where I changed the code to my preference. I personally don't like dragging 3rd party libraries into my projects. This sizeof library is only used for debugging purposes, therefore I thought it would be better to get rid of it.

If you prefer to keep it I can rollback the change in this PR.