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: saigyo/spring-data-elasticsearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 0 files changed
  • 1 contributor

Commits on Mar 4, 2016

  1. Fix tests failing in Non-English locales

    * need to specify Locale.ENGLISH in String.format()
      to make tests succeed on non-english locales
    * that's because the String.format involves floating
      point numbers which are formatted differently in
      some locales
    acroacm committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    ec07dc7 View commit details
    Browse the repository at this point in the history
  2. Fix ElasticsearchTemplate.prepareUpdate(): preserve routing

    * ElasticsearchTemplate.prepareUpdate() properly copies routing
      from given UpdateRequest
    * add unit tests to ElasticsearchTemplateParentChildTests
      for update of a child document
    acroacm committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    d7540c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. Configuration menu
    Copy the full SHA
    9bdfe9e View commit details
    Browse the repository at this point in the history
Loading