Spring Buildmaster
8f0ad02237
Next development version
10 years ago
Phillip Webb
a1cbd93d6b
Ensure local Elasticsearch nodes are closed
...
Update ElasticsearchAutoConfiguration to ensure that local nodes are
closed when the context is closed. Prior to this commit the close()
method of the Client would be called which had no effect for local
Nodes.
Fixes gh-2480
10 years ago
Spring Buildmaster
60725cd8bd
Next development version
10 years ago
Spring Buildmaster
1a788c1741
Next development version
10 years ago
Phillip Webb
d039f43107
Update samples to use @SpringBootApplication
...
Update the relevant samples to use the new @SpringBootApplication
annotation.
Closes gh-1842
10 years ago
Stephane Nicoll
249e09d9bc
Switch master to 1.2.0.BUILD-SNAPSHOT
11 years ago
Spring Buildmaster
40327e1ae6
Next development version
11 years ago
Phillip Webb
fa88c481a5
Remote trailing whitespace
11 years ago
Spring Buildmaster
981669b7c0
Next development version
11 years ago
Phillip Webb
200cd535c2
Revert "Next development version"
...
This reverts commit 67189477fe
.
11 years ago
Spring Buildmaster
67189477fe
Next development version
11 years ago
Phillip Webb
9632abf825
Formatting and cleanup
11 years ago
Spring Buildmaster
542f3cbda8
Next development version
11 years ago
Spring Buildmaster
4ca26a21dc
Next development version
11 years ago
Spring Buildmaster
05ed7b3bcd
Next development version
11 years ago
Phillip Webb
3007a777d0
Roll back to 1.1.0.BUILD-SNAPSHOT
11 years ago
Spring Buildmaster
c650f2391e
Next development version
11 years ago
Phillip Webb
d2fbef02e7
Fixup POM errors
11 years ago
Phillip Webb
e5cda040b0
Restore test classes
...
Restore test classes accidentally deleted and ignored in c43fd04f3e
.
11 years ago
Artur Konczak
99940337a9
Add support for Elasticsearch
...
Add auto-configuration and starters for Elasticsearch.
Fixes gh-408
11 years ago