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
Stephane Nicoll
aa4dad1d73
Polish "Allow Embedded directory to be used without spring-data-ldap"
...
See gh-20223
2020-03-04 14:46:04 +01:00
Frank Schmager
a92c57c07d
Allow Embedded directory to be used without spring-data-ldap
...
See gh-20223
2020-03-04 10:09:34 +01:00
Stephane Nicoll
2d5a55fb0d
Bind ConnectionPool beans that are exposed as ConnectionFactory
...
This commit relaxes the class condition to ConnectionFactory, checking
if the connection factory is a connection pool and bind its metrics to
the registry accordingly.
Closes gh-20349
2020-03-04 09:58:18 +01:00
Stephane Nicoll
73777af388
Merge pull request #20370 from dreis2211
...
* pr/20370:
Use isEmpty() where possible
Closes gh-20370
2020-03-03 18:47:20 -05:00
dreis2211
9588188800
Use isEmpty() where possible
...
See gh-20370
2020-03-03 18:33:26 -05:00
Stephane Nicoll
4598680692
Merge pull request #20380 from dreis2211
...
* pr/20380:
Remove unused parameter in AsciidoctorConventions
Closes gh-20380
2020-03-03 18:32:01 -05:00
dreis2211
fcaede70a9
Remove unused parameter in AsciidoctorConventions
...
See gh-20380
2020-03-03 18:31:37 -05:00
Brian Clozel
ea45d8ef25
Fix "spring.integration.rsocket" canonical name
...
See gh-18834
2020-03-03 15:50:43 +01:00
Artem Bilan
3967e76b9b
Auto-Configure RSocket support for Spring Integration
...
This commit adds a new auto-configuration for RSocket support in Spring
Integration.
Given an application with `spring-messaging`, `spring-integration-rsocket`
and RSocket dependencies, developers are now able to leverage Spring
Integration features with RSocket.
It is now possible to configure an RSocket server with
`"spring.rsocket.server.*"` properties and let it use
`IntegrationRSocketEndpoint` or `RSocketOutboundGateway` components to
handle incoming RSocket messages. This infrastructure can handle Spring
Integration RSocket channel adapters and `@MessageMapping` handlers
(given `"spring.integration.rsocket.server.message-mapping-enabled"`is
configured.
If the `"spring.integration.rsocket.client.host"` and
`"spring.integration.rsocket.client.port"` (for TCP protocol), or
`"spring.integration.rsocket.client.uri"` (for WebSocket) is configured
then a `ClientRSocketConnector` will be configured accordingly.
Closes gh-18834
Co-authored-by: Brian Clozel <bclozel@pivotal.io>
2020-03-03 15:15:24 +01:00
Madhura Bhave
8dd0ef9b39
Merge branch '2.2.x'
...
Closes gh-20376
2020-03-02 14:51:50 -08:00
Madhura Bhave
d83ef715a4
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20375
2020-03-02 14:50:49 -08:00
Madhura Bhave
bb8e653b3d
Merge pull request #20361 from dreis2211
...
* pr/20361:
Upgrade CI images to Ubuntu Bionic 20200219
Closes gh-20361
2020-03-02 14:48:37 -08:00
dreis2211
cd9879d45a
Upgrade CI images to Ubuntu Bionic 20200219
...
See gh-20361
2020-03-02 14:47:40 -08:00
Stephane Nicoll
1a314a1dec
Merge branch '2.2.x'
...
Closes gh-20359
2020-03-01 11:19:32 -05:00
Stephane Nicoll
8c6dc8bf22
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20358
2020-03-01 11:18:41 -05:00
Stephane Nicoll
d0019cda4a
Merge pull request #20355 from dreis2211
...
* pr/20355:
Automate Ubuntu base image upgrade
Closes gh-20355
2020-03-01 11:15:03 -05:00
dreis2211
4136300235
Automate Ubuntu base image upgrade
...
See gh-20355
2020-03-01 11:14:37 -05:00
Stephane Nicoll
860814b604
Merge pull request #20354 from izeye
...
* pr/20354:
Polish "Add descriptions for data source pool metrics"
Add descriptions for data source pool metrics
Closes gh-20354
2020-03-01 11:05:16 -05:00
Stephane Nicoll
925756dae1
Polish "Add descriptions for data source pool metrics"
...
See gh-20354
2020-03-01 11:02:39 -05:00
Johnny Lim
21a0b0544a
Add descriptions for data source pool metrics
...
See gh-20354
2020-03-01 10:58:52 -05:00
Stephane Nicoll
c71ed407e4
Merge pull request #20318 from izeye
...
* pr/20318:
Polish tests
Closes gh-20318
2020-02-28 09:36:39 -05:00
Johnny Lim
98738d22f4
Polish tests
...
See gh-20318
2020-02-28 09:36:19 -05:00
Scott Frederick
296a13a479
Fix unit test case formatting
2020-02-27 16:43:56 -06:00
Scott Frederick
b00ed5b143
Remove unused imports
2020-02-27 16:17:19 -06:00
Scott Frederick
ce03f501c4
Merge pull request #20297 from mikesmithson
2020-02-27 16:10:56 -06:00
Scott Frederick
ada0741e10
Polish Docker client exception handling
2020-02-27 16:09:30 -06:00
Mike Smithson
6f095d6fec
Improve error message from image building
...
Translate IOException to DockerException for a more meaningful error
message when the Docker daemon is not available.
Fixes gh-20151
2020-02-27 15:51:58 -06:00