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

[Refactor] core.common to new opensearch-common library #5976

Merged
merged 8 commits into from
Jan 31, 2023

Commits on Jan 30, 2023

  1. [Refactor] core.common to new opensearch-commons library

    Refactors all of o.opensearch.common classes in the core library to a new
    opensearch-commons library (inspired by apache commons). The intent is to
    refactor any o.opensearch.common.* classes in :server module to this new
    library. This will be done with care such that the dependencies are carefully
    managed to avoid any cyclic or unnecessarily complicated dependencies.
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    2c9fef0 View commit details
    Browse the repository at this point in the history
  2. update changelog

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    6eaeb8f View commit details
    Browse the repository at this point in the history
  3. add javadoc w/ missing gradle check support

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    7d45f49 View commit details
    Browse the repository at this point in the history
  4. fix todo typo

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    1ed8c3b View commit details
    Browse the repository at this point in the history
  5. refactor jar hell to common library

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    6787a06 View commit details
    Browse the repository at this point in the history
  6. rename to opensearch-common and refactor jar hell to new library

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    5e83d16 View commit details
    Browse the repository at this point in the history
  7. add libs:opensearch-core to missingJavadoc check

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    ca33657 View commit details
    Browse the repository at this point in the history
  8. update changelog to correct release

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    8e15b58 View commit details
    Browse the repository at this point in the history