Commit Graph

22867 Commits (24b5b0d93ea8b47cbc0a33dfee5d1e5a08805bce)
 

Author SHA1 Message Date
Madhura Bhave 4e29f7b0ae Merge branch '2.1.x'
Closes gh-17762
5 years ago
Madhura Bhave 80f568bd47 Clarify RestTemplateBuilder rootUri documentation
Closes gh-15343
5 years ago
Madhura Bhave f7f858bce8 Merge branch '2.1.x'
Closes gh-17759
5 years ago
Madhura Bhave 5f3364326b Configure interceptors for WelcomePageHandlerMapping
Fixes gh-16309
5 years ago
Stephane Nicoll c718a79ff2 Polish 5 years ago
Phillip Webb 94b5ad0f7e Fixup tests following upstream HATEOAS changes
See gh-17755
5 years ago
Stephane Nicoll bee373d6cf Start building against Spring HATEOAS 1.0 snapshots
See gh-17755
5 years ago
Stephane Nicoll da0ab06d1a Merge branch '2.1.x'
Closes gh-17754
5 years ago
Stephane Nicoll f2fd169c3a Rename restClient to elasticsearchRestClient
For consistency, similar beans have been renamed as well.

Closes gh-17751
5 years ago
Stephane Nicoll 1ec8e822a1 Fix broken build 5 years ago
Stephane Nicoll 48e07c8fda Merge branch '2.1.x'
Closes gh-17753
5 years ago
Stephane Nicoll a76aaabc07 Merge pull request #17488 from nosan
* pr/17488:
  Polish "Create RestClient from a RestHighLevelClient if available"
  Create RestClient from a RestHighLevelClient if available

Closes gh-17488
5 years ago
Stephane Nicoll fb0fccf3c7 Polish "Create RestClient from a RestHighLevelClient if available"
This significantly rework the auto-configuration to reflect the order
in which things are expected. Rather than keeping a conceptual cycle
between the builder and the two inner classes that are processed first,
the configuration is now split in three parts:

* The builder that is required and common
* The configuration when the HighLevelClient is available
* The RestClient configuration when that's not the case

See gh-17488
5 years ago
Dmytro Nosan 0e87b9c163 Create RestClient from a RestHighLevelClient if available
See gh-17488
5 years ago
Phillip Webb 040712168e Cache embedmongo on CI 5 years ago
Phillip Webb f8d4d3dd98 Merge branch '2.1.x' 5 years ago
Phillip Webb bd815f6b5a Merge branch '2.0.x' into 2.1.x 5 years ago
Phillip Webb e26777c014 Parameterize and increase CI task timeouts 5 years ago
Phillip Webb 34c31ce099 Remove BeanTypeRegistry
Remove `BeanTypeRegistry` and rely entirely on standard calls Spring
Framework APIs.

Closes gh-17594
5 years ago
Stephane Nicoll 4d21efcc0a Remove outdated comment in smoke tests
Closes gh-17741
5 years ago
Madhura Bhave 02fd0c45e4 Merge branch '2.1.x'
Closes gh-17748
5 years ago
Madhura Bhave 96235ea674 Fix ordering of JSON property source relative to servlet sources
Fixes gh-17652
5 years ago
Phillip Webb da4f436140 Change SearchStrategy EXHAUSTIVE to TYPE_HIERARCHY
Fixup references following upstream Spring Framework change.
5 years ago
Stephane Nicoll 5926547767 Merge branch '2.1.x'
Closes gh-17745
5 years ago
Stephane Nicoll 340a20595e Merge pull request #17736 from dsyer
* pr/17736:
  Harmonize settings.gradle documentation in Gradle getting started guide
  Add missing repositories to snapshot configuration

Closes gh-17736
5 years ago
Stephane Nicoll 0c560795fd Harmonize settings.gradle documentation in Gradle getting started guide
See gh-17736
5 years ago
Dave Syer e7b0450a7f Add missing repositories to snapshot configuration
See gh-17736
5 years ago
Stephane Nicoll 80e2086505 Merge pull request #17742 from izeye
* pr/17742:
  Remove ConditionEvaluationReportLoggingListener in a test

Closes gh-17742
5 years ago
Johnny Lim 2c2ee92a39 Remove ConditionEvaluationReportLoggingListener in a test
See gh-17742
5 years ago
Stephane Nicoll 7bb0a9769a Merge branch '2.1.x'
Closes gh-17688
5 years ago
Stephane Nicoll f9e809b00e Upgrade to Undertow 2.0.23.Final
Closes gh-17676
5 years ago
Stephane Nicoll c08fe65429 Merge branch '2.1.x'
See gh-17744
5 years ago
Stephane Nicoll dc4e67f5dd Remove useless classpath override 5 years ago
Phillip Webb 890ea153bf Allow endpoint @Selector to capture all paths
Update `@Selector` with a `match` attribute that can be used to select
all remaining path segments. An endpoint method like this:

	 select(@Selector(match = Match.ALL_REMAINING) String... selection)

Will now have all reaming path segments injected into the `selection`
parameter.

Closes gh-17743
5 years ago
Stephane Nicoll b8bda1c03d Merge pull request #17661 from sothawo
* pr/17661:
  Polish "Allow for custom EntityMapper bean"
  Allow for custom EntityMapper bean

Closes gh-17661
5 years ago
Stephane Nicoll 44a0afcec3 Polish "Allow for custom EntityMapper bean"
See gh-17661
5 years ago
P.J. Meisch a1cf665f98 Allow for custom EntityMapper bean
See gh-17661
5 years ago
Stephane Nicoll e419aab00f Merge pull request #17663 from vivganes
* pr/17663:
  Polish "Escape reserved asciidoc character in generated documentation"
  Escape reserved asciidoc character in generated documentation

Closes gh-17663
5 years ago
Stephane Nicoll f68c7a751f Polish "Escape reserved asciidoc character in generated documentation"
See gh-17663
5 years ago
vivganes b0fa58e861 Escape reserved asciidoc character in generated documentation
See gh-17663
5 years ago
Stephane Nicoll d9826759b9 Merge pull request #17701 from sdeleuze
* pr/17701:
  Polish "Add WebFlux Coroutines smoke test"
  Polish "Add dependency management for Kotlin Coroutines"
  Add WebFlux Coroutines smoke test
  Add dependency management for Kotlin Coroutines

Closes gh-17701
5 years ago
Stephane Nicoll 78d2578c78 Polish "Add WebFlux Coroutines smoke test"
See gh-17701
5 years ago
Stephane Nicoll 69f3fe7a9c Polish "Add dependency management for Kotlin Coroutines"
See gh-17701
5 years ago
Sebastien Deleuze 3dfb69841f Add WebFlux Coroutines smoke test
See gh-17701
5 years ago
Sebastien Deleuze 1acf78fb64 Add dependency management for Kotlin Coroutines
See gh-17701
5 years ago
Madhura Bhave b444c3c545 Fix asciidoc section ids 5 years ago
Madhura Bhave 2964286275 Merge branch '2.1.x' 5 years ago
Madhura Bhave d906f96258 Always get latest snapshots for windows build 5 years ago
Phillip Webb ea5b624a39 Polish 5 years ago
Madhura Bhave 6e1fb5a1c6 Merge pull request #17515 from htztomic
* pr/17515:
  Polish "Add support for configuring logging groups"
  Add support for configuring logging groups via endpoint

Closes gh-17515
5 years ago