• Brian Clozel's avatar
    Fix StatusAggregator static initialization · ec871d67
    Brian Clozel authored
    Prior to this commit, there was a cycle between `StatusAggregator` and
    `SimpleStatusAggregator`, which caused a static initialization bug -
    depending on which class (the implementation or its interface) was
    loaded first.
    
    This commit turns the static field of the `StatusAggregator` interface
    into a static method to avoid this problem.
    
    Fixes gh-21211
    ec871d67
Name
Last commit
Last update
..
src Loading commit data...
build.gradle Loading commit data...