- 01 Jul, 2019 21 commits
-
-
Phillip Webb authored
Closes gh-17387
-
Phillip Webb authored
Escape lines that look like variable references but should actually be included verbatim. Closes gh-17386
-
Phillip Webb authored
See gh-12005
-
Phillip Webb authored
Since to no longer use docbook, we can't use `partintro`. See gh-12005
-
Phillip Webb authored
Closes gh-17387
-
Phillip Webb authored
Escape lines that look like variable references but should actually be included verbatim. Closes gh-17386
-
Andy Wilkinson authored
* gh-16447: Avoid bindable properties check when target has null value Closes gh-16447
-
dreis2211 authored
See gh-16447
-
Andy Wilkinson authored
* gh-17271: Remove redundant invocation of getActiveProfiles Closes gh-17271
-
陈其苗 authored
See gh-17271
-
Andy Wilkinson authored
Closes gh-17383
-
Andy Wilkinson authored
Closes gh-17382
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-16894: Fix persistent session property name in reference docs Closes gh-16894
-
Kirill Gavrilov authored
See gh-16894
-
Andy Wilkinson authored
Closes gh-17381
-
Andy Wilkinson authored
Previously, a regular expression of /./ was used to replace /./ with /. The '.'' in the expression matches any single character so the replacement was more broadly applicable than it should have been. For example, /a/ would be replaced with /. This commit uses Pattern.LITERAL to compile the regular expression from the CURRENT_DIR (/./) contant. This allows the constant to be used to check for occurances of /./ in the string before attempting replacement, while also ensuring that the '.' is treated literally. Closes gh-17341
-
Andy Wilkinson authored
Closes gh-17379
-
Andy Wilkinson authored
Closes gh-17378
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-17377
-
- 29 Jun, 2019 19 commits
-
-
Andy Wilkinson authored
* gh-17107: Polish "Migrate LogbackLoggingSystemTests to JUnit 5" Migrate LogbackLoggingSystemTests to JUnit 5 Closes gh-17107
-
Andy Wilkinson authored
See gh-17107
-
Ilya Lukyanovich authored
See gh-17107
-
Andy Wilkinson authored
* gh-17286: Allow multiple values to be specified when configuring a default header Closes gh-17286
-
Dmytro Nosan authored
See gh-17286
-
Andy Wilkinson authored
* gh-17287: Introduce RedisCacheManagerBuilderCustomizer Closes gh-17287
-
Dmytro Nosan authored
See gh-17287
-
Andy Wilkinson authored
Closes gh-17370
-
Andy Wilkinson authored
* gh-17289: Polish WebServiceTemplateBuilder Closes gh-17289
-
Dmytro Nosan authored
See gh-17289
-
Andy Wilkinson authored
* gh-17322: Auto-configure KLC with user-provided RecordInterceptor Closes gh-17322
-
Gary Russell authored
spring-kafka.2.3.0.M3 introduced a new property `RecordInterceptor` to the container factory. Auto-configure the property if a single instance is present. See gh-17322
-
Andy Wilkinson authored
* gh-17336: Polish "Polish TomcatReactiveWebServerFactoryTests" Closes gh-17336
-
Andy Wilkinson authored
See gh-17336
-
Andy Wilkinson authored
* gh-17336: Polish TomcatReactiveWebServerFactoryTests Closes gh-17336
-
Johnny Lim authored
See gh-17336
-
Andy Wilkinson authored
Closes gh-17369
-
Andy Wilkinson authored
* gh-17342: Fix typo in bomr.yaml Closes gh-17342
-
Johnny Lim authored
See gh-17342
-