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: spring-projects/spring-data-elasticsearch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: spring-projects/spring-data-elasticsearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.0.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 14, 2025

  1. Prepare next development iteration.

    See #3186
    mp911de committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    c4c7370 View commit details
    Browse the repository at this point in the history
  2. After release cleanups.

    See #3186
    mp911de committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    175614c View commit details
    Browse the repository at this point in the history
  3. Fix documentation.

    Closes #3199
    
    Signed-off-by: Peter-Josef Meisch <pj.meisch@sothawo.com>
    (cherry picked from commit 5821a81)
    sothawo committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    bea651b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. Adjust aot hints for Elasticsearch 9 client.

    The hints for the old httpclient are only needed when the old library is on the classpath, in case a user still uses the old RestClient. For the new Elasticsearch client there are no aot hints required.
    
    Closes: #3203
    
    Signed-off-by: Peter-Josef Meisch <pj.meisch@sothawo.com>
    (cherry picked from commit e31b667)
    sothawo committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    b3bd77a View commit details
    Browse the repository at this point in the history
Loading