Stephane Nicoll
5feaf2bc1a
Polish "Polish empty string checks"
...
See gh-23550
2020-10-05 10:42:19 +02:00
Santhoshkumar. P
5cb07e292d
Polish empty string checks
...
See gh-23550
2020-10-05 10:38:47 +02:00
Stephane Nicoll
294af45bb3
Replace reflection call in HttpMessageConverters
...
Closes gh-23485
2020-10-05 10:26:22 +02:00
Stephane Nicoll
c4e224ffac
Merge pull request #23575 from dreis2211
...
* pr/23575:
Avoid unnecessary explicit initialization of Atomics
Closes gh-23575
2020-10-02 16:53:53 +02:00
dreis2211
ecee9c0f9b
Avoid unnecessary explicit initialization of Atomics
...
Constructor calls like new AtomicInteger(0) cause a volatile write that
can be saved in cases where the constructor parameter is the default
value.
See gh-23575
2020-10-02 16:43:34 +02:00
Stephane Nicoll
48c2f4d9cc
Merge pull request #23041 from tomekl007
...
* pr/23041:
Polish "Improve Cassandra health indicator with more robust mechanism"
Improve Cassandra health indicator with more robust mechanism
Closes gh-23041
2020-10-02 16:12:44 +02:00
Stephane Nicoll
6f08e9709e
Polish "Improve Cassandra health indicator with more robust mechanism"
...
See gh-23041
2020-10-02 16:11:31 +02:00
tomekl007
8e5a041bb4
Improve Cassandra health indicator with more robust mechanism
...
See gh-23041
2020-10-02 15:46:48 +02:00
Stephane Nicoll
f241cd04f8
Merge pull request #23554 from dreis2211
...
* pr/23554:
Improve performance of DispatcherServletRegistrationCondition
Closes gh-23554
2020-10-02 10:54:29 +02:00
dreis2211
efbbd8b367
Improve performance of DispatcherServletRegistrationCondition
...
See gh-23554
2020-10-02 10:47:03 +02:00
Stephane Nicoll
2ab2cf061f
Merge pull request #23564 from jkhoward
...
* pr/23564:
Polish "Add configuration option for channelRpcTimeout"
Add configuration option for channelRpcTimeout
Closes gh-23564
2020-10-02 10:18:38 +02:00
Stephane Nicoll
c4e1b4f5dd
Polish "Add configuration option for channelRpcTimeout"
...
See gh-23564
2020-10-02 10:14:05 +02:00
Jasmine Howard
baa9d129f2
Add configuration option for channelRpcTimeout
...
This commit adds a configuration option to configure
RabbitConnectionFactory's channelRpcTimeout property.
See gh-23564
2020-10-02 10:12:39 +02:00
Stephane Nicoll
341bccbdd7
Merge pull request #23571 from mnhock
...
* pr/23571:
Update copyright of changed file
Use platform-independent line separator
Closes gh-23571
2020-10-02 09:49:10 +02:00
Stephane Nicoll
1e2ed8ab4c
Update copyright of changed file
...
See gh-23571
2020-10-02 09:48:18 +02:00
mnhock
fc89051242
Use platform-independent line separator
...
See gh-23571
2020-10-02 09:47:44 +02:00
Stephane Nicoll
797c12e75d
Merge branch '2.3.x'
...
Closes gh-23573
2020-10-02 09:34:49 +02:00
Stephane Nicoll
a74c538bec
Merge pull request #23561 from thorasine
...
* pr/23561:
Fix typos
Closes gh-23561
2020-10-02 09:34:29 +02:00
Thorasine
6c3dfac1d0
Fix typos
...
See gh-23561
2020-10-02 09:32:26 +02:00
Madhura Bhave
351929a616
Merge branch '2.3.x'
...
Closes gh-23570
2020-10-01 18:20:09 -07:00
Madhura Bhave
e2289e2f21
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23569
2020-10-01 18:19:35 -07:00
Madhura Bhave
4dad8c221a
Merge pull request #23566 from Shraddha-Yeole
...
* pr/23566:
Polish "Do not fail if h2Console bean cannot connect to db"
Do not fail if h2Console bean cannot connect to db
Closes gh-23566
2020-10-01 18:16:56 -07:00
Madhura Bhave
c0f158dffd
Polish "Do not fail if h2Console bean cannot connect to db"
...
See gh-23566
2020-10-01 18:16:11 -07:00
Shraddha Yeole
2d76de29ff
Do not fail if h2Console bean cannot connect to db
...
See gh-23566
2020-10-01 18:10:48 -07:00
Madhura Bhave
2e5b95cc6e
Merge branch '2.3.x'
2020-10-01 18:04:41 -07:00
Madhura Bhave
9a6d52e30d
Merge branch '2.2.x' into 2.3.x
2020-10-01 18:01:53 -07:00
Madhura Bhave
3118ca9313
Polish
2020-10-01 18:01:11 -07:00
Madhura Bhave
ae7de284f4
Merge branch '2.3.x'
...
Closes gh-23568
2020-10-01 17:20:33 -07:00
Madhura Bhave
121ba2b0ab
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23567
2020-10-01 17:16:37 -07:00
Madhura Bhave
0cdb1b3b26
Merge pull request #23562 from ketaki-t
...
* pr/23562:
Remove documentation for unsupported gradle versions
Closes gh-23562
2020-10-01 17:14:07 -07:00
ketaki-t
66aa24b5f0
Remove documentation for unsupported gradle versions
...
See gh-23562
2020-10-01 17:13:26 -07:00
Madhura Bhave
9c7e041d41
Merge pull request #23565 from desainidhi99
...
* pr/23565:
Polish "Deprecate EmbeddedDatabaseConnection#HSQL"
Deprecate EmbeddedDatabaseConnection#HSQL in favor of HSQLDB
Closes gh-23565
2020-10-01 16:58:32 -07:00
Madhura Bhave
7c22e71753
Polish "Deprecate EmbeddedDatabaseConnection#HSQL"
...
See gh-23565
2020-10-01 16:56:48 -07:00
desainidhi99
d5a1421bbe
Deprecate EmbeddedDatabaseConnection#HSQL in favor of HSQLDB
...
See gh-23565
2020-10-01 16:55:44 -07:00
Andy Wilkinson
65c7cd43db
Merge branch '2.3.x'
...
Closes gh-23557
2020-10-01 12:38:44 +01:00
Andy Wilkinson
914dccade2
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23555
2020-10-01 12:30:16 +01:00
Andy Wilkinson
323af718e2
Only change the method of requests that Jetty won't handle by default
...
Previously, JettyEmbeddedErrorHandler would change the method of every
request that is handles to GET. This was being done to work around
Jetty's error handling only dealing with GET, POST, and HEAD requests
by default. It had the unwanted side-effect of causing an error
response to a HEAD request having a body as, from the error handling's
perspective, it was a GET request.
This commit updates JettyEmbeddedErrorHandler to only set the method
on a request for which error handling is being performed if the method
isn't already one that will be handled, leaving the method of GET,
POST, and HEAD requests unchanged.
Unfortunately, short of implementing an HTTP client, this change cannot
be tested as the Apache HttpClient, OkHttp, and the JDK's
HttpURLConnection all silently drop the body of a response to a HEAD
request, preventing a test from asserting that a body hasn't been sent.
Closes gh-23551
2020-10-01 12:29:44 +01:00
Stephane Nicoll
a10aed521a
Upgrade Ubuntu version in CI images
...
Closes gh-23547
2020-10-01 10:45:43 +02:00
Stephane Nicoll
83acdbc0c3
Merge branch '2.3.x'
2020-10-01 10:44:58 +02:00
Stephane Nicoll
74a164e822
Upgrade Ubuntu version in CI images
...
Closes gh-23548
2020-10-01 10:44:27 +02:00
Stephane Nicoll
23698de21c
Merge branch '2.2.x' into 2.3.x
2020-10-01 10:43:39 +02:00
Stephane Nicoll
b3563deeb3
Upgrade Ubuntu version in CI images
...
Closes gh-23549
2020-10-01 10:43:11 +02:00
Stephane Nicoll
94da5155d6
Merge branch '2.1.x' into 2.2.x
2020-10-01 10:42:17 +02:00
Stephane Nicoll
abee05c67b
Upgrade Ubuntu version in CI images
...
Closes gh-23546
2020-10-01 10:39:25 +02:00
Andy Wilkinson
9e3a2bbdeb
Implement BeanFactoryAware to inject BeanFactory
...
Closes gh-23543
2020-09-30 19:38:06 +01:00
Stephane Nicoll
9ff946bafa
Remove unnecessary stubbing
2020-09-30 16:13:43 +02:00
Stephane Nicoll
de32fab324
Adapt to API change in Spring Framework 5.3.0 snapshots
...
See gh-23534
2020-09-30 16:09:41 +02:00
Andy Wilkinson
f4ce77fcae
Merge branch '2.3.x'
...
Closes gh-23541
2020-09-30 14:58:26 +01:00
Andy Wilkinson
e58a92b3d0
Introduce a dedicated @GradleCompatibility annotation
...
Rather than using the extension directly, introduced a dedicated
annotation will enable customization of the compatibility tests that
are run via attributes on the annotation. For example, it will allow
certain test classes to run their tests with Gradle's configuration
cache enabled while others disable it.
Closes gh-23532
2020-09-30 14:50:48 +01:00
Andy Wilkinson
bd4934b0fd
Fix matching of SNAPSHOT artifacts when customizing layers
...
Previously the artifact's version was used. In an artifact's version,
SNAPSHOT is replaced with the timestamped version number of a specific
snapshot. As a result, it no longer matches the *:*:*SNAPSHOT pattern.
This commit replaces switches to using the artifact's base version.
This preserves the SNAPSHOT in the version number. For non-snapshot
artifacts, the version and base version are identical.
Fixes gh-23533
2020-09-30 14:48:04 +01:00