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

4.x: Concurrency limits module, and support in Helidon WebServer #9295

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

Commits on Sep 27, 2024

  1. Concurrency limits module, and support in Helidon WebServer

    Signed-off-by: Tomas Langer <[email protected]>
    Co-authored-by: André Rouél <[email protected]>
    Signed-off-by: Tomas Langer <[email protected]>
    tomas-langer and arouel committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f7e0dad View commit details
    Browse the repository at this point in the history
  2. Align configuration key for server feature and server.

    Signed-off-by: Tomas Langer <[email protected]>
    tomas-langer committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5065977 View commit details
    Browse the repository at this point in the history
  3. Fix configuration metadata docs

    Signed-off-by: Tomas Langer <[email protected]>
    tomas-langer committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    64e7c08 View commit details
    Browse the repository at this point in the history
  4. Update new modules to latest version

    Signed-off-by: Tomas Langer <[email protected]>
    tomas-langer committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    cd3282b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Refactored to use tokens.

    Signed-off-by: Tomas Langer <[email protected]>
    tomas-langer committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d8ed947 View commit details
    Browse the repository at this point in the history
  2. Added tests for configuration based limits.

    Signed-off-by: Tomas Langer <[email protected]>
    tomas-langer committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5a0e844 View commit details
    Browse the repository at this point in the history
  3. Fixed dependency.

    Signed-off-by: Tomas Langer <[email protected]>
    tomas-langer committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8e992ea View commit details
    Browse the repository at this point in the history
  4. Test fix (intermittent failures)

    Signed-off-by: Tomas Langer <[email protected]>
    tomas-langer committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2135b38 View commit details
    Browse the repository at this point in the history