How important it is to convert all my import to static import? Why are people still reluctant to use static import?
static import
It's not at all important to convert existing working code, in fact it's just a needless cost and risk.
You can consider using it for new code, if you can find a compelling use for it. I haven't yet, but I may ...