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

Fix memory leaks in gradle daemon #1198

Merged
merged 9 commits into from May 10, 2022
Merged

Fix memory leaks in gradle daemon #1198

merged 9 commits into from May 10, 2022

Commits on May 6, 2022

  1. GradleProvisioner throws GradleException instead of just `logger.er…

    …ror`, this way Gradle reports the root cause.
    nedtwigg committed May 6, 2022
    Configuration menu
    Copy the full SHA
    90778f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f32ebe8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    986cda3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b5510a View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    fcf8bc9 View commit details
    Browse the repository at this point in the history
  2. Update changelogs.

    nedtwigg committed May 9, 2022
    Configuration menu
    Copy the full SHA
    a0a96e3 View commit details
    Browse the repository at this point in the history
  3. JvmLocalCache should force state evaluation of any LazyForwardingEqua…

    …lity to give it a chance to null-out its initializing lambda.
    
    Addresses diffplug#1194 (comment)
    nedtwigg committed May 9, 2022
    Configuration menu
    Copy the full SHA
    2be1291 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. LazyForwardingEquality can now unlazy a FormatterStep which has a d…

    …elegate field, a well as a `List<FormatterStep>`.
    
    Fixes diffplug#1194 (comment)
    nedtwigg committed May 10, 2022
    Configuration menu
    Copy the full SHA
    424e42a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    628c5fc View commit details
    Browse the repository at this point in the history