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

feat: deep copy the configuration when instanceOptions flow to ServerOptions/ClientOptions #2596

Merged
merged 6 commits into from
Feb 29, 2024

Commits on Feb 14, 2024

  1. feat: deep copy the configuration when instanceOptions flow to Server…

    …Options/ClientOptions
    
    Fixes: apache#2592
    
    Signed-off-by: setcy <asetcy@gmail.com>
    setcy committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    55d67cf View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. fix: format code

    Signed-off-by: setcy <asetcy@gmail.com>
    setcy committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    005bf93 View commit details
    Browse the repository at this point in the history
  2. feat: add unit test

    Signed-off-by: setcy <asetcy@gmail.com>
    setcy committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    3fd462a View commit details
    Browse the repository at this point in the history
  3. fix: add license header

    Signed-off-by: setcy <asetcy@gmail.com>
    setcy committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    6900cf7 View commit details
    Browse the repository at this point in the history
  4. fix: add nil check

    Signed-off-by: setcy <asetcy@gmail.com>
    setcy committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    883b518 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. feat: add more unit test

    Signed-off-by: setcy <asetcy@gmail.com>
    setcy committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ce8fddf View commit details
    Browse the repository at this point in the history