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

Allow keystore add to handle multiple settings #54229

Merged
merged 4 commits into from
Mar 26, 2020

Commits on Mar 25, 2020

  1. Allow keystore add to handle multiple settings

    Today the keystore add command can only handle adding a single
    setting/value pair in a single invocation. This incurs the startup costs
    of the JVM many times, which in some environments can be expensive. This
    commit teaches the add keystore command to accept adding multiple
    settings in a single invocation.
    jasontedor committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    99c6b22 View commit details
    Browse the repository at this point in the history
  2. Fix checkstyle

    jasontedor committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    e08bca8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f66508 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Fix docs

    jasontedor committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    e822f19 View commit details
    Browse the repository at this point in the history