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
Following on from #5547, we should deprecate our nullability annotations in micrometer-commons so we and others avoid using them by mistake. Now that we use jSpecify and especially since it is an api dependency, it can be used by our users as well.
To further ensure we don't mistakenly use the wrong import, we should add a Checkstyle rule to forbid importing the deprecated nullability anotations.