ArtyomPanfutov / loan-amortization-calculator

A light-weight library that allows calculating annual loan amortization schedule with a capability of setting early (additional) payments.
MIT License
11 stars 6 forks source link

Delete jackson dependencies #22

Closed ArtyomPanfutov closed 3 years ago

ArtyomPanfutov commented 3 years ago

I think jackson serialization coupled to dto is wrong and unnecessary, therefore it should be removed. The reason it done that way is that I initially created this lib only for my other project. Dto should be just java classes without external serialization properties.

ArtyomPanfutov commented 3 years ago

Too hard to implement because there are lot of tests that uses Jackson serialization