- 07 Oct, 2020 2 commits
-
-
Phillip Webb authored
Closes gh-23605
-
Phillip Webb authored
-
- 06 Oct, 2020 12 commits
-
-
Stephane Nicoll authored
* pr/23602: Fix typo Closes gh-23602
-
Stephane Nicoll authored
See gh-23602
-
Andy Wilkinson authored
We generate metadata for `@Endpoint` annotated types so the annotation processor need to indicate that it supports the endpoint annotation. See gh-23580
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-23598
-
Andy Wilkinson authored
Previously, the configuration property annotation processor declared that it supported all annotation types. This hurt performance and prevented incremental builds with Gradle when compiling source code containing source-retention annotations. This commit updates its supported annotation types to be only `@ConfigurationProperties` and `@Configuration`. The latter is declared to allow binding third-party classes returned from a `@Bean` method. Fixes gh-23580
-
Andy Wilkinson authored
See gh-23599
-
Andy Wilkinson authored
See gh-23598
-
Andy Wilkinson authored
Closes gh-23599
-
Andy Wilkinson authored
Closes gh-23598
-
Andy Wilkinson authored
Closes gh-23578
-
Stephane Nicoll authored
Closes gh-22034
-
- 05 Oct, 2020 9 commits
-
-
Stephane Nicoll authored
-
Andy Wilkinson authored
Closes gh-23579
-
Andy Wilkinson authored
Closes gh-23514
-
Stephane Nicoll authored
Closes gh-23560
-
Stephane Nicoll authored
Closes gh-23247
-
Stephane Nicoll authored
* pr/23550: Polish "Polish empty string checks" Polish empty string checks Closes gh-23550
-
Stephane Nicoll authored
See gh-23550
-
Santhoshkumar. P authored
See gh-23550
-
Stephane Nicoll authored
Closes gh-23485
-
- 02 Oct, 2020 17 commits
-
-
Stephane Nicoll authored
* pr/23575: Avoid unnecessary explicit initialization of Atomics Closes gh-23575
-
dreis2211 authored
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
-
Stephane Nicoll authored
* pr/23041: Polish "Improve Cassandra health indicator with more robust mechanism" Improve Cassandra health indicator with more robust mechanism Closes gh-23041
-
Stephane Nicoll authored
See gh-23041
-
tomekl007 authored
See gh-23041
-
Stephane Nicoll authored
* pr/23554: Improve performance of DispatcherServletRegistrationCondition Closes gh-23554
-
dreis2211 authored
See gh-23554
-
Stephane Nicoll authored
* pr/23564: Polish "Add configuration option for channelRpcTimeout" Add configuration option for channelRpcTimeout Closes gh-23564
-
Stephane Nicoll authored
See gh-23564
-
Jasmine Howard authored
This commit adds a configuration option to configure RabbitConnectionFactory's channelRpcTimeout property. See gh-23564
-
Stephane Nicoll authored
* pr/23571: Update copyright of changed file Use platform-independent line separator Closes gh-23571
-
Stephane Nicoll authored
See gh-23571
-
mnhock authored
See gh-23571
-
Stephane Nicoll authored
Closes gh-23573
-
Stephane Nicoll authored
* pr/23561: Fix typos Closes gh-23561
-
Thorasine authored
See gh-23561
-
Madhura Bhave authored
Closes gh-23570
-