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

Remove deprecated SSL settings #182

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

Commits on Nov 22, 2024

  1. Remove deprecated SSL settings

    This commit marks SSL settings `obsolete` that were previously marked as `deprecated` as part
    
    of the SSL Settings Standardization process implemented in `3.7.0` of this plugin.
    
    Marking these settings as `obsolete` is a *breaking change* that will stop the plugin from starting, and forces users to move to the new standard settings.
    
    This commit makes the following configuration settings obsolete:
    
    This commit cleans up some code to handle duplicate settings, and removes tests that were put in place to support the co-existence of deprecated and non-deprecated settings, replacing them with tests that verify that obsolete settings are identified early, and information about the deprecation is related to the user.
    robbavey committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    fca12fd View commit details
    Browse the repository at this point in the history
  2. Add deprecation docs

    robbavey committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    638b294 View commit details
    Browse the repository at this point in the history