Hi , many java devs use spring boot for web dev.
By default it uses jackson which is slow.
We migrate to alibaba fastjson2 which is faster but
simdjson is very nice library.
to use alibaba fastjson2 on spring boot we just include a library
com.alibaba.fastjson2
fastjson2-extension-spring5
2.0.57
which automatically replace all jackson to fastjson2
Your library great but many java devs use spring boot.
It would be great if you can really add spring boot support....
Best regards