mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 04:10:52 +01:00
Make reverse channel transient
This commit is contained in:
@@ -249,5 +249,7 @@ public final class BrowseCommandRequest extends FileBaseCommandRequest
|
||||
/** browse file objects recursive */
|
||||
private boolean recursive = false;
|
||||
|
||||
private final Consumer<BrowserResult> updater;
|
||||
// WARNING / TODO: This field creates a reverse channel from the implementation to the API. This will break
|
||||
// whenever the API runs in a different process than the SPI (for example to run explicit hosts for git repositories).
|
||||
private final transient Consumer<BrowserResult> updater;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user