Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opensearch-project/OpenSearch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.3
Choose a base ref
...
head repository: opensearch-project/OpenSearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.4
Choose a head ref
  • 7 commits
  • 82 files changed
  • 6 contributors

Commits on Dec 22, 2021

  1. Prepare for next development iteration, 1.2.4. (#1792)

    Signed-off-by: dblock <dblock@amazon.com>
    dblock authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    655eddb View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Update to log4j 2.17.1 (#1820) (#1823)

    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    reta authored Dec 28, 2021
    Configuration menu
    Copy the full SHA
    35dbb48 View commit details
    Browse the repository at this point in the history
  2. RestIntegTestTask fails because of missed log4j-core dependency (#1815)…

    … (#1819)
    
    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    reta authored Dec 28, 2021
    Configuration menu
    Copy the full SHA
    97f7842 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Upgrading bouncycastle to 1.70 (#1832) (#1889)

    Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
    saratvemulapalli authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    7d878a8 View commit details
    Browse the repository at this point in the history
  2. Updatting Netty to 4.1.72.Final (#1831) (#1890)

    Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
    saratvemulapalli authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    c7e9b2d View commit details
    Browse the repository at this point in the history
  3. [Backport 1.2] Replace JCenter with Maven Central. (#1057) and update…

    … plugin repository order. (#1894)
    
    * Replace JCenter with Maven Central. (#1057)
    
    On February 3 2021, JFrog [announced](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/) the shutdown of JCenter. Later on April 27 2021, an update was provided that the repository will only be read only and new package and versions are no longer accepted on JCenter.  This means we should no longer use JCenter for our central artifacts repository.
    
    This change replaces JCenter with Maven Central as per the Gradle recommendation - https://blog.gradle.org/jcenter-shutdown
    
    Signed-off-by: Rabi Panda <adnapibar@gmail.com>
    
    * Define plugin repositories order in settings.gradle.
    
    Signed-off-by: Marc Handalian <handalm@amazon.com>
    
    Co-authored-by: Rabi Panda <adnapibar@gmail.com>
    mch2 and adnapibar authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    afdaae4 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Update FIPS API libraries of Bouncy Castle (#1853) (#1888)

    * Update bc-fips to 1.0.2.1
    
    Signed-off-by: Tianli Feng <ftl94@live.com>
    
    * Update bcpg-fips to 1.0.5.1
    
    Signed-off-by: Tianli Feng <ftl94@live.com>
    
    * Update bctls-fips to 1.0.12.2
    
    Signed-off-by: Tianli Feng <ftl94@live.com>
    
    * Use the unified bouncycastle version for bcpkix-jdk15on in HDFS testing fixture
    
    Signed-off-by: Tianli Feng <ftl94@live.com>
    tlfeng authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    e505b10 View commit details
    Browse the repository at this point in the history
Loading