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

Improve support for multiple JaCoCo runtimes in the same VM #1057

Merged
merged 10 commits into from Apr 4, 2022

Commits on Jul 5, 2021

  1. Retry exec file locking when file is locked from same JVM

    FileChannel.lock() throws OverlappingFileLockException when the file is
    locked from within the same JVM. This can happen when multiple JaCoCo
    agents are loaded by different classloaders
    marchof committed Jul 5, 2021
    Copy the full SHA
    c350ef6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c74b012 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7a11b6b View commit details
    Browse the repository at this point in the history
  4. Update change log

    marchof committed Jul 5, 2021
    Copy the full SHA
    bc94706 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Copy the full SHA
    25a3cbb View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Fix typo

    Co-authored-by: Evgeny Mandrikov <138671+Godin@users.noreply.github.com>
    marchof and Godin committed Jul 8, 2021
    Copy the full SHA
    6b4fa1b View commit details
    Browse the repository at this point in the history
  2. Review: Fix type

    Co-authored-by: Evgeny Mandrikov <138671+Godin@users.noreply.github.com>
    marchof and Godin committed Jul 8, 2021
    Copy the full SHA
    dd60a52 View commit details
    Browse the repository at this point in the history
  3. Review: Fix typo

    Co-authored-by: Evgeny Mandrikov <138671+Godin@users.noreply.github.com>
    marchof and Godin committed Jul 8, 2021
    Copy the full SHA
    d07386c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    de55b08 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

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