Stefán Freyr Stefánsson

Results 28 comments of Stefán Freyr Stefánsson

I'm looking into creating a pull request with this feature, but I'm new to Jackson so it may take some time. Any pointers and help would be greatly appreciated.

Well, I'm hoping that simply annotating the config classes correctly will enable this functionality. It's not a matter of implementing any code, but to provide Jackson with enough information so...

Here is my first commit: https://github.com/activitystream/lyra/commit/d34a4de332e91b415c3ff9076485324dd54ce0fc Basically this enables the Duration class to be instantiated with a JSON file as you can see in the test case.

Awesome... thank you! I'll see if I can find some time and do a pull request but things are a bit hectic these days.

Has there been any investigation into this? It's a bit annoying to have to use one class file when all of the rest of my stuff is using records. I'm...

I should mention that currently, owner also uses Properties#keySet() but that is actually my own fault since I added that code in a recent PR to ensure that there were...

@lviggiano I see you've been active in responding to issues here recently, I'd really love to get your input on this. The main question I have for you is is...

I believe this PR would fix both #195 and #184. Is there anything against merging this @lviggiano?

Regarding adding a ByteUnit converter. That would either require defining all the classess needed for that inside the owner project to maintain the "no dependency" rule or find a library...