Commit Graph

22657 Commits

Author SHA1 Message Date
Stephane Nicoll
48e07c8fda Merge branch '2.1.x'
Closes gh-17753
2019-08-01 14:24:23 +02:00
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
2019-08-01 14:16:37 +02:00
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
2019-08-01 14:16:22 +02:00
Dmytro Nosan
0e87b9c163 Create RestClient from a RestHighLevelClient if available
See gh-17488
2019-08-01 14:16:22 +02:00
Phillip Webb
040712168e Cache embedmongo on CI 2019-08-01 13:06:17 +01:00
Phillip Webb
f8d4d3dd98 Merge branch '2.1.x' 2019-08-01 10:52:10 +01:00
Phillip Webb
bd815f6b5a Merge branch '2.0.x' into 2.1.x 2019-08-01 10:50:31 +01:00
Phillip Webb
e26777c014 Parameterize and increase CI task timeouts 2019-08-01 10:46:00 +01:00
Phillip Webb
34c31ce099 Remove BeanTypeRegistry
Remove `BeanTypeRegistry` and rely entirely on standard calls Spring
Framework APIs.

Closes gh-17594
2019-08-01 10:15:15 +01:00
Stephane Nicoll
4d21efcc0a Remove outdated comment in smoke tests
Closes gh-17741
2019-08-01 10:36:08 +02:00
Madhura Bhave
02fd0c45e4 Merge branch '2.1.x'
Closes gh-17748
2019-07-31 13:01:46 -07:00
Madhura Bhave
96235ea674 Fix ordering of JSON property source relative to servlet sources
Fixes gh-17652
2019-07-31 12:43:08 -07:00
Phillip Webb
da4f436140 Change SearchStrategy EXHAUSTIVE to TYPE_HIERARCHY
Fixup references following upstream Spring Framework change.
2019-07-31 15:11:43 +01:00
Stephane Nicoll
5926547767 Merge branch '2.1.x'
Closes gh-17745
2019-07-31 15:15:21 +02:00
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
2019-07-31 15:14:54 +02:00
Stephane Nicoll
0c560795fd Harmonize settings.gradle documentation in Gradle getting started guide
See gh-17736
2019-07-31 15:11:53 +02:00
Dave Syer
e7b0450a7f Add missing repositories to snapshot configuration
See gh-17736
2019-07-31 15:00:07 +02:00
Stephane Nicoll
80e2086505 Merge pull request #17742 from izeye
* pr/17742:
  Remove ConditionEvaluationReportLoggingListener in a test

Closes gh-17742
2019-07-31 14:59:01 +02:00
Johnny Lim
2c2ee92a39 Remove ConditionEvaluationReportLoggingListener in a test
See gh-17742
2019-07-31 14:58:46 +02:00
Stephane Nicoll
7bb0a9769a Merge branch '2.1.x'
Closes gh-17688
2019-07-31 14:52:42 +02:00
Stephane Nicoll
f9e809b00e Upgrade to Undertow 2.0.23.Final
Closes gh-17676
2019-07-31 14:51:58 +02:00
Stephane Nicoll
c08fe65429 Merge branch '2.1.x'
See gh-17744
2019-07-31 13:57:48 +02:00
Stephane Nicoll
dc4e67f5dd Remove useless classpath override 2019-07-31 13:55:38 +02:00
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
2019-07-31 12:44:46 +01:00
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
2019-07-31 10:48:49 +02:00
Stephane Nicoll
44a0afcec3 Polish "Allow for custom EntityMapper bean"
See gh-17661
2019-07-31 10:46:29 +02:00
P.J. Meisch
a1cf665f98 Allow for custom EntityMapper bean
See gh-17661
2019-07-31 10:31:27 +02:00
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
2019-07-31 10:19:53 +02:00
Stephane Nicoll
f68c7a751f Polish "Escape reserved asciidoc character in generated documentation"
See gh-17663
2019-07-31 10:17:14 +02:00
vivganes
b0fa58e861 Escape reserved asciidoc character in generated documentation
See gh-17663
2019-07-31 10:06:38 +02:00
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
2019-07-31 10:01:16 +02:00
Stephane Nicoll
78d2578c78 Polish "Add WebFlux Coroutines smoke test"
See gh-17701
2019-07-31 10:00:22 +02:00
Stephane Nicoll
69f3fe7a9c Polish "Add dependency management for Kotlin Coroutines"
See gh-17701
2019-07-31 09:50:30 +02:00
Sebastien Deleuze
3dfb69841f Add WebFlux Coroutines smoke test
See gh-17701
2019-07-31 09:46:53 +02:00
Sebastien Deleuze
1acf78fb64 Add dependency management for Kotlin Coroutines
See gh-17701
2019-07-31 09:46:39 +02:00
Madhura Bhave
b444c3c545 Fix asciidoc section ids 2019-07-30 16:28:59 -07:00
Madhura Bhave
2964286275 Merge branch '2.1.x' 2019-07-30 14:02:09 -07:00
Madhura Bhave
d906f96258 Always get latest snapshots for windows build 2019-07-30 14:01:15 -07:00
Phillip Webb
ea5b624a39 Polish 2019-07-30 12:03:19 -07:00
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
2019-07-30 11:58:39 -07:00
Madhura Bhave
61b86ff231 Polish "Add support for configuring logging groups"
See gh-17515

Co-authored-by: Phillip Webb <pwebb@pivotal.io>
2019-07-30 11:28:58 -07:00
HaiTao Zhang
b9047c22e0 Add support for configuring logging groups via endpoint
See gh-17515
2019-07-30 11:13:07 -07:00
Stephane Nicoll
8197feac15 Upgrade to Micrometer 1.2.0
Closes gh-17699
2019-07-30 17:46:14 +02:00
Stephane Nicoll
b405f8ecf2 Introduce PushRegistry abstraction
This commit introduces a separate layer between PushRegistry and
StepRegistry-based implementations.

See gh-17699
2019-07-30 17:39:47 +02:00
Stephane Nicoll
e52d398771 Adapt to recent changes in Spring Security snapshots 2019-07-30 17:36:51 +02:00
Stephane Nicoll
3774af4ae3 Upgrade to Maven Javadoc Plugin 3.1.1
Closes gh-17735
2019-07-30 16:30:13 +02:00
Stephane Nicoll
c467ecfae8 Upgrade to Xmlunit2 2.6.3
Closes gh-17734
2019-07-30 16:30:12 +02:00
Stephane Nicoll
c134622495 Upgrade to Spring Cloud Connectors 2.0.6.RELEASE
Closes gh-17733
2019-07-30 16:30:10 +02:00
Stephane Nicoll
4477d76b1f Upgrade to Postgresql 42.2.6
Closes gh-17732
2019-07-30 16:30:09 +02:00
Stephane Nicoll
7e057dd3d8 Upgrade to Neo4j Ogm 3.2.0-RC1
Closes gh-17731
2019-07-30 16:30:07 +02:00