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-boot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Choose a base ref
...
head repository: spring-projects/spring-boot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 24 files changed
  • 3 contributors

Commits on Sep 4, 2025

  1. Add support for Elasticsearch API-key-based authentication

    See gh-46167
    
    Signed-off-by: Laura Trotta <laura.trotta@elastic.co>
    l-trotta authored and wilkinsona committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    9a70591 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86deef6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #46167 from l-trotta

    * gh-46167:
      Polish "Add support for Elasticsearch API-key-based authentication"
      Add support for Elasticsearch API-key-based authentication
    
    Closes gh-46167
    wilkinsona committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    056ed4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    055b099 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed96ed6 View commit details
    Browse the repository at this point in the history
  6. Revert "Merge branch '3.5.x'"

    This reverts commit fc27006, reversing
    changes made to b1b5880.
    
    See gh-47038
    wilkinsona committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    b888ba4 View commit details
    Browse the repository at this point in the history
  7. Upgrade to Jedis 6.2.0

    Closes gh-47045
    wilkinsona committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    75dbbad View commit details
    Browse the repository at this point in the history
  8. Upgrade to Lettuce 6.8.1.RELEASE

    Closes gh-47046
    wilkinsona committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    3f03a3d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    42c494c View commit details
    Browse the repository at this point in the history
  10. Remove GridFS from MongoConnectionDetails

    GridFS is a concept specific to Spring Data MongoDB while
    MongoConnectionDetails provides general details for connecting to
    MongoDB, with or without Spring Data MongoDB. As such GridFS does not
    belong on MongoConnectionDetails and this commit removes it.
    
    Support for configuring GridFS through properties remains.
    
    Closes gh-47044
    wilkinsona committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    aa3bed5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    92c3d18 View commit details
    Browse the repository at this point in the history
Loading