-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MRESOLVER-278] On session close reworked (#209)
Drops problematic onSessionClose, keeps only onSystemClose support. Issue will be adjusted accordingly. Key changes: * undone all related to onSessionClose * kept onRepositorySystemClose + shutdown * all 3 users on onSessionClose (locking + 2 "recording" features) will act on shutdown * moved out of session.data use as it is completely unreliable, now singleton components hold caches (hence the shutdown persistence) * DefaultSyncContext: fixed as explained, does not use system properties anymore, but is made pretty much same as before #196 * renamed all new components to `camelCase` ---- https://issues.apache.org/jira/browse/MRESOLVER-278
- Loading branch information
Showing
26 changed files
with
741 additions
and
587 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.