mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-08 08:32:12 +01:00
The lazy loading feature implemented for git was broken, because the repeated usage in the BrowserResultCollapser has overwritten the request in the command. Therefore the command could no longer update the cache in the BrowseCommandBuilder. To fix this, we now use a browse command factory (represented by a simple supplier) that will create a dedicated command implementation for each request issued in the collapser.