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

Restructure vertx-cache to allow multiple applications with launched by multiple users #15541

Merged
merged 3 commits into from Mar 10, 2021

Commits on Mar 8, 2021

  1. Create /tmp/vertx-cache and configure it to be world-readable and wri…

    …table.
    
    Under that directory, another random directory is created that is only readable and writable from the current user.
    
    The vertx-cache directory creation is disabled if:
    
    * the user specifies a cache directory
    * the vertx-cache directory already exists
    
    Fix quarkusio#7678
    cescoffier committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    181597b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    394286e View commit details
    Browse the repository at this point in the history
  2. Improve random directory generation:

    * make sure it does not exist
    * avoid negative numbers
    cescoffier committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    f4a6aaf View commit details
    Browse the repository at this point in the history