airlift / airbase

Base POM for Airlift
Apache License 2.0
48 stars 87 forks source link

Require static import for String.format #247

Closed kokosing closed 3 years ago

kokosing commented 3 years ago

Require static import for String.format

findepi commented 3 years ago

That pretty much answers my questions from prestosql/presto#5852

Would you mind updating airlift code too? There are legitimate usecases where String.format cannot be statically imported.

(please be aware there are String.format related changes in https://github.com/airlift/airlift/pull/884)