airlift / airbase

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

Ban two Assertions classes from AssertJ #376

Closed ksobolew closed 1 year ago

ksobolew commented 1 year ago

Quoting the <reason>:

These classes were introduced to overcome type inference issues in Java 8, but the regular org.assertj.core.api.Assertions works just fine and has a richer API.