ByteArrayValueHandler should accept primitive byte array. Usage java functional interfaces#24
Conversation
|
Thanks! Do you think existing code will continue to work... I mean, will Java Auto Box these values? I wonder if it is a breaking change to the handler and may affect people using it. |
|
Hi, |
|
I have added additional changes to use standard java interfaces |
|
@kowalczm I see. 😎 Please give me some time to review it. |
|
Ok, looking forward release :) |
|
Yes. Your second commit changed a lot. Are these urgent changes, like you cannot proceed without them? I would rather make such changes with a new major revision to indicate breaking changes in the API, like adding generics to the mapping. I will think about what's best, but it can take until the weekend. |
|
@bytefish, no problem. It's up to you |
|
I am now fixing the Unit Tests, Increase to Version 3.0 and then Release it to Maven! 👍 |
|
All Tests passed, Releasing it to Maven! 👍 |
|
Thank you for merge and release |
|
Thank you for making the library better! 😎 |
For optimization it would be good to add/refactor ByteArrayValueHandler for primitive byte arrays