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

Cleanup plugin bin directories #41907

Merged
merged 10 commits into from
May 10, 2019
Merged

Commits on May 7, 2019

  1. Update TLS ciphers and protocols for JDK 11 (elastic#41808)

    * Update TLS ciphers and protocols for JDK 11 (elastic#41385)
    
    This commit updates the default ciphers and TLS protocols that are used
    after the minimum supported JDK is JDK 11. The conditionals around
    TLSv1.3 and 256-bit cipher support have been removed. JDK 11 no longer
    requires an unlimited JCE policy file for 256 bit cipher support and
    TLSv1.3 is supported in JDK 11+. New cipher support has been introduced
    in the newer JDK versions as well. The ciphers are ordered with PFS
    ciphers being most preferred, then AEAD ciphers, and finally those with
    mainstream hardware support.
    
    * Fixes for TLSv1.3 on JDK11
    
    * fix for JDK-8212885
    jaymode authored May 7, 2019
    Configuration menu
    Copy the full SHA
    a3c138a View commit details
    Browse the repository at this point in the history
  2. Correct spelling of MockLogAppender.PatternSeenEventExpectation (elas…

    …tic#41893)
    
    The class was called PatternSeenEventExcpectation. This commit
    is a straight class rename to correct the spelling.
    romseygeek authored May 7, 2019
    Configuration menu
    Copy the full SHA
    502b395 View commit details
    Browse the repository at this point in the history
  3. Cleanup plugin bin directories

    This commit adds deletion of the bin directory to postrm cleanup. While
    the package's bin files are cleaned up by the package manager, plugins
    may have created subdirectories under bin. We already cleanup plugins,
    but not the extra bin dirs their installation created.
    
    closes elastic#18109
    rjernst committed May 7, 2019
    Configuration menu
    Copy the full SHA
    48d7a0c View commit details
    Browse the repository at this point in the history
  4. use simpler assertion

    rjernst committed May 7, 2019
    Configuration menu
    Copy the full SHA
    02e8cc7 View commit details
    Browse the repository at this point in the history
  5. consolidate test

    rjernst committed May 7, 2019
    Configuration menu
    Copy the full SHA
    6e5f299 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Configuration menu
    Copy the full SHA
    b69ae0e View commit details
    Browse the repository at this point in the history
  2. remove bad files

    rjernst committed May 8, 2019
    Configuration menu
    Copy the full SHA
    e7b6f5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d10be1 View commit details
    Browse the repository at this point in the history
  4. fix typo

    rjernst committed May 8, 2019
    Configuration menu
    Copy the full SHA
    9406888 View commit details
    Browse the repository at this point in the history
  5. remove debug

    rjernst committed May 8, 2019
    Configuration menu
    Copy the full SHA
    7afb43e View commit details
    Browse the repository at this point in the history