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
There are valid cases in Maven when interaction with
resolver (that would "lazily" init SyncContext) happens
way late, when session is already done readOnly.
Fix: adding onCloseHandler should NOT be affected by
readOnly state of session, as it merely means it's members
like LRM, etc are "fixed", but session data etc are all
still mutable.
This change makes all Maven ITs pass with this resolver.
0 commit comments