Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GEODE-4517: Remove CacheFactory.getAnyInstance call from CliUtil #1488

Merged
merged 2 commits into from Mar 2, 2018

Commits on Feb 28, 2018

  1. GEODE-4517: Remove getAnyInstancce call from CliUtil.

    * CliUtil.getCacheIfExists now takes supplier, but will squelch error and return null as before.
    * LogWriter.getInstance now explicitly takes a Cache, to hook into the cache's LogWriter.
    * GfshExecutionStrategy adopts the Gfsh shell's LogWriter, since the shell will necessarily have
    * * finished instantiating the LogWriter's singleton before GfshExecutionStrategy can instantiate.
    * In some instances, the LogWriter has been replaced with the Log4j LogService logger.
    * Launcher explicitly passes a null Cache, since it does not yet exist.
    * Other minor improvements: visibility, typo corrections, etc.
    PurelyApplied committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    2b73333 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Configuration menu
    Copy the full SHA
    c24c32b View commit details
    Browse the repository at this point in the history