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 classpath hashing #1832

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Commits on Mar 27, 2024

  1. fix classpath hashing

    * remove previous mechanism which tried to share work between concurrent requests - it was causing too much mental overhead and was error prone
    * uncomment already existing tests & fix them
    * remove unused code
    kpodsiad committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a372514 View commit details
    Browse the repository at this point in the history
  2. bring back workload sharing

    kpodsiad committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    5798261 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    169d0a7 View commit details
    Browse the repository at this point in the history
  4. fix formatting

    kpodsiad committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    9edc0ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf77788 View commit details
    Browse the repository at this point in the history