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
Right now, we JSR305 annotations (@Nonnull) are included transitively through Querydsl. We should import the JSR305 jar directly as our NullableUtils have a direct optional dependency.
The text was updated successfully, but these errors were encountered:
Right now, we JSR305 annotations (
@Nonnull
) are included transitively through Querydsl. We should import the JSR305 jar directly as ourNullableUtils
have a direct optional dependency.The text was updated successfully, but these errors were encountered: