Brian Clozel
a6fdfaccaa
Switch to Spring HATEOAS SNAPSHOTs
...
See gh-17075
2019-06-06 17:51:04 +02:00
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
2019-06-05 14:22:43 +02:00
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
2019-06-04 16:27:03 -07:00
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
2019-06-04 16:26:48 -07:00
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
2019-06-04 16:26:43 -07:00
Phillip Webb
071410c437
Merge branch '2.1.x'
2019-06-04 16:09:50 -07:00
Phillip Webb
857b96b77d
Merge branch '2.0.x' into 2.1.x
2019-06-04 16:09:02 -07:00
Phillip Webb
3f3d1d1768
Ignore Gradle plugin build output
2019-06-04 16:07:36 -07:00
Phillip Webb
db75347eb6
Merge branch '2.1.x'
2019-06-04 14:41:20 -07:00
Phillip Webb
0ef331018e
Merge branch '2.0.x' into 2.1.x
2019-06-04 14:30:52 -07:00
Phillip Webb
7fc01971ed
Merge branch '1.5.x' into 2.0.x
2019-06-04 14:20:25 -07:00
Phillip Webb
d548c5ed31
Fix checkstyle violations
2019-06-04 12:45:23 -07:00
Phillip Webb
e161c6f826
Broaden files covered by checkstyle
...
Closes gh-16682
2019-06-04 12:45:23 -07:00
Phillip Webb
e06325e029
Merge branch '2.1.x'
2019-06-04 08:57:42 -07:00
Phillip Webb
930d110178
Merge branch '2.0.x' into 2.1.x
2019-06-04 08:55:31 -07:00
Phillip Webb
90468c4d53
Fix checkstyle violation in OAuth sample
2019-06-04 08:53:06 -07:00
Phillip Webb
d306b31ce9
Merge branch '2.1.x'
2019-06-04 02:08:00 -07:00
Phillip Webb
ccfbd03482
Merge branch '2.0.x' into 2.1.x
2019-06-04 02:07:14 -07:00
Phillip Webb
b442d3b906
Merge branch '1.5.x' into 2.0.x
2019-06-04 01:49:03 -07:00
Phillip Webb
80d8a5cfa2
Add nohttp checkstyle rule
...
Closes gh-16682
2019-06-04 00:52:45 -07:00
Phillip Webb
72268a266b
Switch livereload links to https
2019-06-04 00:52:45 -07:00
Phillip Webb
cd537155a9
Use https for Thymeleaf xmlns:layout
2019-06-04 00:52:45 -07:00
Phillip Webb
a99131f727
Polish resource files to all end with a new line
2019-06-04 00:52:45 -07:00
Phillip Webb
5fba43aa31
Merge branch '1.5.x' into 2.0.x
2019-06-04 00:05:57 -07:00
Phillip Webb
e61f7a33a7
Add nohttp checkstyle rule
...
Closes gh-16682
2019-06-03 23:51:59 -07:00
Phillip Webb
e79c2cc8a7
Switch livereload links to https
2019-06-03 23:50:37 -07:00
Phillip Webb
0049f1985c
Use https for Thymeleaf xmlns:layout
2019-06-03 23:50:06 -07:00
Phillip Webb
32068c21a3
Polish resource files to all end with a new line
2019-06-03 23:48:43 -07:00
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
2019-06-03 14:23:34 -07:00
Phillip Webb
af1a6d8649
Polish "Make it easier to set bufferRequestBody"
...
See gh-16972
2019-06-03 14:15:54 -07:00
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
2019-06-03 14:14:34 -07:00
Phillip Webb
750d251ae8
Update JsonComponent documentation
...
See gh-16544
2019-06-03 13:08:07 -07:00
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
2019-06-03 21:20:06 +02:00
Stephane Nicoll
ae5b5be597
Reset flag after each test as well to avoid side effects
2019-06-03 13:29:35 +02:00
Stephane Nicoll
f30e29a4ad
Rename spring.reactor.stacktrace-mode.enabled property
...
Closes gh-16537
2019-06-03 12:18:07 +02:00
Stephane Nicoll
090cc05e7a
Add missing metadata for "spring.profiles"
...
Closes gh-16107
2019-06-03 11:56:09 +02:00
Stephane Nicoll
8beb6c1bcb
Document how to specify arguments on the command line with Maven
...
Closes gh-10926
2019-06-03 11:37:36 +02:00
Stephane Nicoll
684d5a838c
Merge pull request #17034 from garyrussell
...
* pr/17034:
KafkaAutoConfigurationIntegrationTests to JUnit5
Closes gh-17034
2019-06-03 08:41:36 +02:00
Gary Russell
23cff6fb09
KafkaAutoConfigurationIntegrationTests to JUnit5
...
See gh-17034
2019-06-03 08:41:16 +02:00
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
2019-06-02 20:47:15 -07:00
Phillip Webb
bf633fc575
Polish "Support JsonComponent key serializers/deserialzers"
...
See gh-16544
2019-06-02 20:46:17 -07:00
maly7
361efc7c11
Support JsonComponent key serializers/deserialzers
...
Update `@JsonComponent` so that it can also be used to register key
serializers and deserializers.
See gh-16544
2019-06-02 20:41:41 -07:00
Phillip Webb
063bb907a4
Merge pull request #16987 from dreis2211
...
* pr/16987:
Polish "Avoid using deprecated NCSARequestLog"
Avoid using deprecated NCSARequestLog
Closes gh-16987
2019-06-02 15:05:21 -07:00
Phillip Webb
14349518c9
Polish "Avoid using deprecated NCSARequestLog"
...
See gh-16987
2019-06-02 15:04:59 -07:00
dreis2211
4af3badbea
Avoid using deprecated NCSARequestLog
...
See gh-16987
2019-06-02 10:52:16 -07:00
Stephane Nicoll
7755f892a4
Merge pull request #17044 from wonwoo
...
* pr/17044:
Polish "Fix typo in javadoc"
Fix typo in javadoc
Closes gh-17044
2019-06-02 09:56:36 +02:00
Stephane Nicoll
6a78995d61
Polish "Fix typo in javadoc"
...
See gh-17044
2019-06-02 09:54:30 +02:00
fidel
2ec0996a6f
Fix typo in javadoc
...
See gh-17044
2019-06-02 09:54:11 +02:00
Phillip Webb
9ad19349f4
Merge pull request #16671 from izeye
...
* pr/16671:
Polish defaultElementEquals
Polish dashIgnoringElementEquals()
Closes gh-16671
2019-06-01 13:33:40 -07:00
Phillip Webb
763d18ca68
Polish defaultElementEquals
...
See gh-16671
2019-06-01 13:33:17 -07:00