Commit Graph

21813 Commits (36f56d034aca6a6def442b6e03e78ea0edc83f60)
 

Author SHA1 Message Date
Andy Wilkinson 36f56d034a Merge branch '2.1.x' 6 years ago
Andy Wilkinson 612a929c19 Merge branch '2.0.x' into 2.1.x 6 years ago
Andy Wilkinson 5c21c68146 Merge branch '1.5.x' into 2.0.x 6 years ago
Andy Wilkinson 0c74b3cd14 Format deployment integration test source code
Closes gh-17077
6 years ago
Andy Wilkinson aef92b9295 Merge branch '2.1.x'
Closes gh-17079
6 years ago
Andy Wilkinson 24925c3dae Merge branch '2.0.x' into 2.1.x
Closes gh-17078
6 years ago
Andy Wilkinson c6c139d980 Merge branch '1.5.x' into 2.0.x 6 years ago
Andy Wilkinson 8f1be4cded Upgrade to spring-javaformat 0.0.11 6 years ago
Brian Clozel 5b2de5c81d Configure PathPattern for RSocket routing
This commit configures a `PathPatternRouteMatcher` in the RSocket
support if spring-web is on the classpath. This `RouteMatcher`
implementation is more efficient than the `SimpleRouteMatcher`, which is
based on the `AntPathMatcher`.

Closes gh-16865
6 years ago
Brian Clozel a6fdfaccaa Switch to Spring HATEOAS SNAPSHOTs
See gh-17075
6 years ago
Brian Clozel 16c521a9e6 Auto-configure reactive Elasticsearch components
As of Spring Data Moore, a new reactive template and the
corresponding repositories support have been added.

This commit auto-configures a `ReactiveElasticsearchTemplate`
with the configuration properties under the
`spring.data.elasticsearch.client.reactive` namespace.
To enable this feature, applications require both Spring Data
Elasticsearch dependencies (typically
`spring-boot-starter-data-elasticsearch`) and dependencies
for a `WebClient` (often `spring-boot-starter-webflux`).

The support for the reactive Elasticsearch repositories is
also provided.

Closes gh-16214
6 years ago
Phillip Webb 05ad95548b Merge pull request #16717 from dreis2211
* pr/16717:
  Polish "Optimize CacheKey handling for immutable sources"
  Optimize CacheKey handling for immutable sources

Closes gh-16717
6 years ago
Phillip Webb 3bfc9235df Polish "Optimize CacheKey handling for immutable sources"
Make immutable properties more explicit and trust that they
truly won't change.

See gh-16717
6 years ago
dreis2211 44d832158a Optimize CacheKey handling for immutable sources
Update `SpringIterableConfigurationPropertySource` so that cache keys
do not need to be checked if property sources are immutable.

See gh-16717
6 years ago
Phillip Webb 071410c437 Merge branch '2.1.x' 6 years ago
Phillip Webb 857b96b77d Merge branch '2.0.x' into 2.1.x 6 years ago
Phillip Webb 3f3d1d1768 Ignore Gradle plugin build output 6 years ago
Phillip Webb db75347eb6 Merge branch '2.1.x' 6 years ago
Phillip Webb 0ef331018e Merge branch '2.0.x' into 2.1.x 6 years ago
Phillip Webb 7fc01971ed Merge branch '1.5.x' into 2.0.x 6 years ago
Phillip Webb d548c5ed31 Fix checkstyle violations 6 years ago
Phillip Webb e161c6f826 Broaden files covered by checkstyle
Closes gh-16682
6 years ago
Phillip Webb e06325e029 Merge branch '2.1.x' 6 years ago
Phillip Webb 930d110178 Merge branch '2.0.x' into 2.1.x 6 years ago
Phillip Webb 90468c4d53 Fix checkstyle violation in OAuth sample 6 years ago
Phillip Webb d306b31ce9 Merge branch '2.1.x' 6 years ago
Phillip Webb ccfbd03482 Merge branch '2.0.x' into 2.1.x 6 years ago
Phillip Webb b442d3b906 Merge branch '1.5.x' into 2.0.x 6 years ago
Phillip Webb 80d8a5cfa2 Add nohttp checkstyle rule
Closes gh-16682
6 years ago
Phillip Webb 72268a266b Switch livereload links to https 6 years ago
Phillip Webb cd537155a9 Use https for Thymeleaf xmlns:layout 6 years ago
Phillip Webb a99131f727 Polish resource files to all end with a new line 6 years ago
Phillip Webb 5fba43aa31 Merge branch '1.5.x' into 2.0.x 6 years ago
Phillip Webb e61f7a33a7 Add nohttp checkstyle rule
Closes gh-16682
6 years ago
Phillip Webb e79c2cc8a7 Switch livereload links to https 6 years ago
Phillip Webb 0049f1985c Use https for Thymeleaf xmlns:layout 6 years ago
Phillip Webb 32068c21a3 Polish resource files to all end with a new line 6 years ago
Phillip Webb 2b51cf442e Merge pull request #16972 from kstrijbos
* pr/16972:
  Polish "Make it easier to set bufferRequestBody"
  Make it easier to set bufferRequestBody

Closes gh-16972
6 years ago
Phillip Webb af1a6d8649 Polish "Make it easier to set bufferRequestBody"
See gh-16972
6 years ago
kevinstrijbos 9f06514b89 Make it easier to set bufferRequestBody
Update `RestTemplateBuilder` to make it easier to set
the `bufferRequestBody` value on a underlying `ClientHttpRequestFactory`

See gh-16972
6 years ago
Phillip Webb 750d251ae8 Update JsonComponent documentation
See gh-16544
6 years ago
Brian Clozel c74badd4f2 Auto-configure Elasticsearch REST client in Spring Data
This commit auto-configures the Elasticsearch REST client support
as a template for Spring Data Elasticsearch. As of this commit,
using the transport client is still possible but developers
should migrate.

This commit also removes the deprecated annotation on the
Elasticsearch auto-configuration for the transport client, since
this deprecation notice is already present on the configuration
property.

Closes gh-17024
Closes gh-16542
6 years ago
Stephane Nicoll ae5b5be597 Reset flag after each test as well to avoid side effects 6 years ago
Stephane Nicoll f30e29a4ad Rename spring.reactor.stacktrace-mode.enabled property
Closes gh-16537
6 years ago
Stephane Nicoll 090cc05e7a Add missing metadata for "spring.profiles"
Closes gh-16107
6 years ago
Stephane Nicoll 8beb6c1bcb Document how to specify arguments on the command line with Maven
Closes gh-10926
6 years ago
Stephane Nicoll 684d5a838c Merge pull request #17034 from garyrussell
* pr/17034:
  KafkaAutoConfigurationIntegrationTests to JUnit5

Closes gh-17034
6 years ago
Gary Russell 23cff6fb09 KafkaAutoConfigurationIntegrationTests to JUnit5
See gh-17034
6 years ago
Phillip Webb f9f6544d06 Merge pull request #16544 from maly7
* pr/16544:
  Polish "Support JsonComponent key serializers/deserialzers"
  Support JsonComponent key serializers/deserialzers

Closes gh-16544
6 years ago
Phillip Webb bf633fc575 Polish "Support JsonComponent key serializers/deserialzers"
See gh-16544
6 years ago