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

Fish 7426 fix payara config cache timing comm #6291

Merged

Commits on Jun 1, 2023

  1. FISH-7426 fix payara config cache timing, optimize synchronization

    Do synchronization only when setting data, otherwise use the fast path.
    aubi committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    d8ff30f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. FISH-7426 decrease level of timing-related logging in payara config

    FISH-7426 improve logger speed - field initialization, use supplier
    aubi committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    39fd53a View commit details
    Browse the repository at this point in the history
  2. FISH-7426 variable naming clarification -- milliseconds

    FISH-7426 another variable naming clarification -- milliseconds
    
    FISH-7426 fixing config provider resolver to return seconds from config cache
    
    The value cacheDurationSeconds returned milliseconds by mistake
    (misleading method name).
    
    FISH-7426 update copyright years
    aubi committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    5518045 View commit details
    Browse the repository at this point in the history