Closed SentryMan closed 1 year ago
also yasson uses jakarta instead of javax now, so will have to untangle that mess
I can't upgrade yasson because apache johnzon is using javax JSONP.
other than yasson that's all of them
@rmannibucau, I see you are involved with johnzon, do you know when/if they will use jakarta JSON-P?
@SentryMan not sure what you mean, johnzon implements and uses JSON-P in its mapper and JSON-B implementations since day one and provides a jakarta flavor since a few versions (but can need to play with classifier until next release - try io.yupiik.uship:backbone-johnzon:1.0.16:pom
as a presetup pom).
but can need to play with classifier until next release
you really do learn something new every day, I never encountered maven classifiers until now.
In any case, we're good now
I ran and published new benchmark results today. Thanks again @SentryMan This contribution and the others you did definitely helped me fast-tracking running it.
fastjson breaks with that version
EDIT: figured out how to do -add-opens with gradle, but now test assertions are failing EDIT2: looks like it's not serializing dates correctly