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
GH-1342 - Avoid potential NullPointerException in annotation lookup for JavaPackage.
We now explicitly filter null values in the annotation lookup that could stem from the initial filtering based on the sole presence of the annotation and the subsequent step trying to load that annotation.
0 commit comments