Commit Graph

25458 Commits

Author SHA1 Message Date
Andy Wilkinson
308e1d3675 Add support for gracefully shutting down the web server
This commit adds support for gracefully shutting down the embedded
web server. When a grace period is configured
(server.shutdown.grace-period), upon shutdown, the web server will no
longer permit new requests and will wait for up to the grace period
for active requests to complete.

Closes gh-4657
2020-03-09 18:12:20 +00:00
Stephane Nicoll
067accb3a8 Merge pull request #20428 from dreis2211
* pr/20428:
  Remove hardcoded version from VersionOverridingElasticsearchContainer

Closes gh-20428
2020-03-09 18:34:43 +01:00
dreis2211
9481f2c68d Remove hardcoded version from VersionOverridingElasticsearchContainer
See gh-20428
2020-03-09 18:33:47 +01:00
Stephane Nicoll
f1f662e745 Revert Spring Data Couchbase version override 2020-03-09 18:32:09 +01:00
Stephane Nicoll
4b670f8696 Merge pull request #20419 from wycm
* pr/20419:
  Polish

Closes gh-20419
2020-03-08 17:28:14 +01:00
wycm
916a4743bb Polish
See gh-20419
2020-03-08 17:26:00 +01:00
Stephane Nicoll
278f769f80 Merge branch '2.2.x' 2020-03-08 17:23:56 +01:00
Stephane Nicoll
1fdb08300b Polish 2020-03-08 17:22:22 +01:00
Stephane Nicoll
c28d793eeb Merge pull request #20423 from dreis2211
* pr/20423:
  Upgrade to Elasticsearch 7.6.1

Closes gh-20423
2020-03-08 13:31:57 +01:00
dreis2211
6036df5f33 Upgrade to Elasticsearch 7.6.1
See gh-20423
2020-03-08 13:30:06 +01:00
Stephane Nicoll
0ea81c4a19 Merge branch '2.2.x'
Closes gh-20422
2020-03-08 12:02:23 +01:00
Stephane Nicoll
3152971ad1 Merge branch '2.1.x' into 2.2.x
Closes gh-20421
2020-03-08 12:01:23 +01:00
Stephane Nicoll
c5344b58c2 Merge pull request #20420 from dreis2211
* pr/20420:
  Upgrade CI to Docker 19.03.7

Closes gh-20420
2020-03-08 11:46:34 +01:00
dreis2211
570dca8064 Upgrade CI to Docker 19.03.7
See gh-20420
2020-03-08 11:46:10 +01:00
Stephane Nicoll
730c6e4181 Merge pull request #20416 from dreis2211
* pr/20416:
  Upgrade to Testcontainers 1.13.0

Closes gh-20416
2020-03-08 11:38:39 +01:00
dreis2211
361739ea3c Upgrade to Testcontainers 1.13.0
See gh-20416
2020-03-08 11:38:16 +01:00
Stephane Nicoll
af430dbdf5 Merge pull request #20180 from dreis2211
* pr/20180:
  Fix JarFileTests for multi-release JARs on JDK14
  Polish "Handle new Annotation.toString() behaviour in JDK 14"
  Handle new Annotation.toString() behaviour in JDK 14

Closes gh-20180
2020-03-07 16:55:44 +01:00
dreis2211
53e8e49552 Fix JarFileTests for multi-release JARs on JDK14
See gh-20180
2020-03-07 16:55:02 +01:00
Stephane Nicoll
e5394ceac2 Polish "Handle new Annotation.toString() behaviour in JDK 14"
See gh-20180
2020-03-07 16:55:02 +01:00
dreis2211
e22aca85e9 Handle new Annotation.toString() behaviour in JDK 14
See gh-20180
2020-03-07 16:34:40 +01:00
Stephane Nicoll
8794fc5c7f Merge pull request #20411 from dreis2211
* pr/20411:
  Upgrade to Groovy 2.5.10

Closes gh-20411
2020-03-07 09:33:50 +01:00
dreis2211
74ed37efbf Upgrade to Groovy 2.5.10
See gh-20411
2020-03-07 09:33:30 +01:00
Stephane Nicoll
fb7e35e8e8 Merge pull request #20407 from wycm
* pr/20407:
  Update copyright of changed file
  Polish

Closes gh-20407
2020-03-06 11:59:58 +01:00
Stephane Nicoll
5b92151dcb Update copyright of changed file
See gh-20407
2020-03-06 11:26:03 +01:00
wycm
67c2393a6a Polish
See gh-20407
2020-03-06 11:25:16 +01:00
Scott Frederick
185f644877 Remove the body from actuator 404 responses
When a request to the /actuator/env/{toMatch} endpoint does not match a
property, a response status 404 was being returned along with a body
containing the existing property sources. This commit removes the body
from the response to be more consistent with a typical 404 response.

Fixes gh-20314
2020-03-05 17:21:15 -06:00
Andy Wilkinson
c668798923 Pin SD Couchbase to 4.0.0.M3 to avoid latest breaking changes 2020-03-05 17:19:15 +00:00
Stephane Nicoll
fa8a09d46d Merge branch '2.2.x'
Closes gh-20395
2020-03-05 10:31:17 +01:00
Stephane Nicoll
5009b5e511 Merge pull request #20388 from dreis2211
* pr/20388:
  Fix some deprecations

Closes gh-20388
2020-03-05 10:31:04 +01:00
dreis2211
f08a9db984 Fix some deprecations
See gh-20388
2020-03-05 10:24:49 +01:00
Stephane Nicoll
72a9eb8e0d Merge pull request #20390 from gir1yaphets
* pr/20390:
  Polish "Refine if statement logic"
  Refine if statement logic

Closes gh-20390
2020-03-05 10:21:41 +01:00
Stephane Nicoll
1333af4dcf Polish "Refine if statement logic"
See gh-20390
2020-03-05 10:15:52 +01:00
gir1yaphets
9480e2d605 Refine if statement logic
See gh-20390
2020-03-05 10:14:24 +01:00
Stephane Nicoll
2ca20248e3 Merge pull request #20367 from izeye
* pr/20367:
  Polish DataSourceHealthIndicator

Closes gh-20367
2020-03-05 10:13:24 +01:00
Johnny Lim
bd08b4d91c Polish DataSourceHealthIndicator
See gh-20367
2020-03-05 10:10:39 +01:00
Stephane Nicoll
de062b4f52 Merge pull request #20382 from dreis2211
* pr/20382:
  Add branch information to build scans on Windows

Closes gh-20382
2020-03-04 16:13:40 +01:00
dreis2211
bd1016b12d Add branch information to build scans on Windows
See gh-20382
2020-03-04 16:13:26 +01:00
Stephane Nicoll
41101f7ad4 Merge pull request #20356 from bmscomp
* pr/20356:
  Polish "Improve details of neo4h health indicator"
  Improve details of neo4h health indicator

Closes gh-20356
2020-03-04 15:52:40 +01:00
Stephane Nicoll
51c29229d3 Polish "Improve details of neo4h health indicator"
See gh-20356
2020-03-04 15:48:00 +01:00
Said BOUDJELDA
b09d5d27e0 Improve details of neo4h health indicator
This commit changes the neo4j health indicator to provide the version
and edition of the neo4j database.

See gh-20356
2020-03-04 15:46:38 +01:00
Stephane Nicoll
89e5c285e5 Merge branch '2.2.x'
Closes gh-20387
2020-03-04 15:44:01 +01:00
Stephane Nicoll
743671fabe Merge pull request #19987 from izeye
* pr/19987:
  Use ServerHttpResponse.getRawStatusCode() in WebFluxTags

Closes gh-19987
2020-03-04 15:43:31 +01:00
Johnny Lim
1721aeccb0 Use ServerHttpResponse.getRawStatusCode() in WebFluxTags
See gh-19987
2020-03-04 15:28:31 +01:00
Stephane Nicoll
89805fdb61 Fix checkstyle violations 2020-03-04 15:04:47 +01:00
Stephane Nicoll
e1771face7 Merge pull request #20384 from dreis2211
* pr/20384:
  Upgrade to Gradle 6.2.2

Closes gh-20384
2020-03-04 14:57:58 +01:00
dreis2211
e094f960c4 Upgrade to Gradle 6.2.2
See gh-20384
2020-03-04 14:57:45 +01:00
Stephane Nicoll
799ae61592 Merge branch '2.2.x' 2020-03-04 14:57:18 +01:00
Stephane Nicoll
8f61a4bf39 Merge pull request #20385 from dreis2211
* pr/20385:
  Test the Gradle Plugin against Gradle 6.2.2

Closes gh-20385
2020-03-04 14:56:43 +01:00
dreis2211
daa3855fc8 Test the Gradle Plugin against Gradle 6.2.2
See gh-20385
2020-03-04 14:56:20 +01:00
Stephane Nicoll
ce5658d947 Merge pull request #20223 from fschmager
* pr/20223:
  Polish "Allow Embedded directory to be used without spring-data-ldap"
  Allow Embedded directory to be used without spring-data-ldap

Closes gh-20223
2020-03-04 14:49:04 +01:00