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 a ConnectionFactory (eg SslConnectionFactory) to automatically add a Customizer #4815

Merged
merged 4 commits into from
Apr 29, 2020

Commits on Apr 27, 2020

  1. Issue #4814 Configuring Connection Factory

    Redo of this PR without Attributes improvements (moved to #4816).
    Add a ConnectionFactory.Configuring interface to all connectors to be configured during doStart.
    I have some concern about shared HttpConfigurations.
    
    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    57a02bd View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    bea59b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. updates from review

    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    82e68bb View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x-…

    …4814-ConfiguringConnectionFactory
    gregw committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    ade9fe4 View commit details
    Browse the repository at this point in the history