You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core: The strictNullCheck extension has changed to allow configuration of the imports and the annotations separately, with useful shorcut functions like useEclipse() and useSpring(). It also allows to specifically add the source dependencies of the annotations, also with useful shortcuts like addFindBugs() and addSpotBugs(). The default conventions of the extensions has also changed, by default now only javax.annotation.ParametersAreNonnullByDefault annotation is used wihout adding any source dependency. Additionally, the generatePackageInfo task can no longer be configured directly, chenges should always come from the extension.
core: The codebase was migrated from Groovy to Java 20