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

COMPAT locale provider will be removed in a future release #13934

Closed
wants to merge 15 commits into from

Commits on Jun 3, 2024

  1. COMPAT locale provider will be removed in a future release

    Description:
    From JDK21 onwards a new warning has started to come, "WARNING: COMPAT locale provider will be removed in a future release". So, we have to avoid usage of COMPAT provider.
    We were setting exlpicitly to COMPAT locale provider in couple of places, this change is to convert COMPAT to CLDR locale provider.
    After this change, couple of tests started to fail becasue some locale data has minor changes in CLDR compared to COMPAT.
    For example, day and month short names of GERMAN "de" locale are different in CLDR and COMPAT, just need to add a . in the end for CLDR.
    
    Resolves opensearch-project#11550
    Signed-off-by: Abdul Muneer Kolarkunnu <muneer.kolarkunnu@netapp.com>
    akolarkunnu committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a91294f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. COMPAT locale provider will be removed in a future release

    Description:
    From JDK21 onwards a new warning has started to come, "WARNING: COMPAT locale provider will be removed in a future release". So, we have to avoid usage of COMPAT provider.
    We were setting exlpicitly to COMPAT locale provider in couple of places, this change is to convert COMPAT to CLDR locale provider.
    After this change, couple of tests started to fail becasue some locale data has minor changes in CLDR compared to COMPAT.
    For example, day and month short names of GERMAN "de" locale are different in CLDR and COMPAT, just need to add a . in the end for CLDR.
    
    Resolves opensearch-project#11550
    Signed-off-by: Abdul Muneer Kolarkunnu muneer.kolarkunnu@netapp.com
    akolarkunnu committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    4efe079 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Add comment to XContentBuilder.toString() (opensearch-project#13809)

    * Add comment to XContentBuilder.toString
    
    Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
    
    * Fix typo
    
    Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
    
    ---------
    
    Signed-off-by: Liyun Xiu <xiliyun@amazon.com>
    chishui authored and akolarkunnu committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6af317b View commit details
    Browse the repository at this point in the history
  2. Bump com.netflix.nebula.ospackage-base from 11.9.0 to 11.9.1 in /dist…

    …ribution/packages (opensearch-project#13933)
    
    * Bump com.netflix.nebula.ospackage-base in /distribution/packages
    
    Bumps com.netflix.nebula.ospackage-base from 11.9.0 to 11.9.1.
    
    ---
    updated-dependencies:
    - dependency-name: com.netflix.nebula.ospackage-base
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update changelog
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
    2 people authored and akolarkunnu committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ecfd1e8 View commit details
    Browse the repository at this point in the history
  3. Painless: ensure type "UnmodifiableMap" for params (opensearch-projec…

    …t#13885)
    
    Signed-off-by: Rohit Ashiwal <rashiwal@amazon.com>
    r1walz authored and akolarkunnu committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4e700ed View commit details
    Browse the repository at this point in the history
  4. Bump japicmp plugin version (opensearch-project#13940)

    Signed-off-by: Shivansh Arora <hishiv@amazon.com>
    shiv0408 authored and akolarkunnu committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4dffd96 View commit details
    Browse the repository at this point in the history
  5. [Derived Field] Dynamic FieldType inference based on random sampling …

    …of documents (opensearch-project#13592)
    
    ---------
    
    Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com>
    rishabhmaurya authored and akolarkunnu committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    bcdca37 View commit details
    Browse the repository at this point in the history
  6. [DerivedField] object type support in mappings and new settings for d…

    …erived field (opensearch-project#13717)
    
    
    ---------
    
    Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com>
    rishabhmaurya authored and akolarkunnu committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0843699 View commit details
    Browse the repository at this point in the history
  7. Update gradle config for develocity rebranding (opensearch-project#13942

    )
    
    The Gradle Enterprise plugin has been rebranded as the Develocity
    Plugin, resulting in a number of settings being deprecated. This commit
    updates the settings per [this migration guide][1] and removes all
    warnings from the build.
    
    [1]: https://docs.gradle.com/develocity/gradle-plugin/legacy/#develocity_migration
    
    Signed-off-by: Andrew Ross <andrross@amazon.com>
    andrross authored and akolarkunnu committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    8fce7e6 View commit details
    Browse the repository at this point in the history
  8. Bump actions/checkout from 3 to 4 (opensearch-project#13935)

    * Bump actions/checkout from 3 to 4
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update changelog
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Peter Nied <petern@amazon.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Peter Nied <petern@amazon.com>
    3 people authored and akolarkunnu committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    74cadc0 View commit details
    Browse the repository at this point in the history
  9. Add DCO workflow (opensearch-project#13970)

    Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
    prudhvigodithi authored and akolarkunnu committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e983445 View commit details
    Browse the repository at this point in the history
  10. Revert "Optimize remote state stale file deletion (opensearch-project…

    …#13131)" (opensearch-project#13969)
    
    This reverts commit b9befaa.
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    reta authored and akolarkunnu committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    867013b View commit details
    Browse the repository at this point in the history
  11. [Tiered Caching] Additional ITs for cache stats (opensearch-project#1…

    …3655)
    
    * Adds cache clear IT
    
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    
    Cleaned up logic for cache stats ITs
    
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    
    Adds more tests around tiered spillover cache
    
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    
    Fixed cache stats behavior for overall /_nodes/stats call
    
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    
    cleanup
    
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    
    Fixed folder structure
    
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    
    Addressed Sagar's comments
    
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    
    Addressed Ankit's comments
    
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    
    Break horrifyingly long test case into many shorter cases
    
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    
    Added unsupported operation exception to TSC stats holder incrementEvictions()
    
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    
    Addressed Sorabh's comments
    
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    
    * rerun assemble
    
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    
    * rerun gradle
    
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    
    * rerun gradle
    
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    
    * rerun gradle
    
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    
    ---------
    
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Co-authored-by: Peter Alfonsi <petealft@amazon.com>
    2 people authored and akolarkunnu committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    11599c5 View commit details
    Browse the repository at this point in the history
  12. COMPAT locale provider will be removed in a future release

    Description:
    From JDK21 onwards a new warning has started to come, "WARNING: COMPAT locale provider will be removed in a future release". So, we have to avoid usage of COMPAT provider.
    We were setting exlpicitly to COMPAT locale provider in couple of places, this change is to convert COMPAT to CLDR locale provider.
    After this change, couple of tests started to fail becasue some locale data has minor changes in CLDR compared to COMPAT.
    For example, day and month short names of GERMAN "de" locale are different in CLDR and COMPAT, just need to add a . in the end for CLDR.
    
    Resolves opensearch-project#11550
    Signed-off-by: Abdul Muneer Kolarkunnu <muneer.kolarkunnu@netapp.com>
    akolarkunnu committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    48abaa0 View commit details
    Browse the repository at this point in the history
  13. COMPAT locale provider will be removed in a future release

    Description:
    From JDK21 onwards a new warning has started to come, "WARNING: COMPAT locale provider will be removed in a future release". So, we have to avoid usage of COMPAT provider.
    We were setting exlpicitly to COMPAT locale provider in couple of places, this change is to convert COMPAT to CLDR locale provider.
    After this change, couple of tests started to fail becasue some locale data has minor changes in CLDR compared to COMPAT.
    For example, day and month short names of GERMAN "de" locale are different in CLDR and COMPAT, just need to add a . in the end for CLDR.
    
    Resolves opensearch-project#11550
    Signed-off-by: Abdul Muneer Kolarkunnu muneer.kolarkunnu@netapp.com
    akolarkunnu committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d44b68a View commit details
    Browse the repository at this point in the history