- 24 Sep, 2019 1 commit
-
-
Phillip Webb authored
Temporarily update `spring-boot-starter-data-rest` to declare the correct spring-plugin version.
-
- 23 Sep, 2019 22 commits
-
-
Andy Wilkinson authored
Closes gh-16646
-
Brian Clozel authored
* gh-18321: Polish "Reference Spring Framework RSocket section + polish" Reference Spring Framework RSocket section + polish Closes gh-18321
-
Brian Clozel authored
See gh-18321
-
Rossen Stoyanchev authored
-
Andy Wilkinson authored
Closes gh-18323
-
Andy Wilkinson authored
Closes gh-18319
-
Stephane Nicoll authored
See gh-18316
-
Stephane Nicoll authored
See gh-18258
-
Stephane Nicoll authored
See gh-18256
-
Stephane Nicoll authored
See gh-18255
-
Stephane Nicoll authored
See gh-18254
-
Stephane Nicoll authored
See gh-18253
-
Stephane Nicoll authored
See gh-18252
-
Stephane Nicoll authored
See gh-18251
-
Andy Wilkinson authored
Closes gh-18311
-
Andy Wilkinson authored
Closes gh-18318
-
Andy Wilkinson authored
Closes gh-18317
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-18315
-
Stephane Nicoll authored
See gh-18314
-
Stephane Nicoll authored
See gh-18313
-
Stephane Nicoll authored
See gh-18312
-
- 22 Sep, 2019 11 commits
-
-
Andy Wilkinson authored
Closes gh-18301
-
Andy Wilkinson authored
-
Phillip Webb authored
Update `ImageBannerTests` to use `inHexacecimal()` to help with failure logs. See gh-18301
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-18233
-
Phillip Webb authored
Add support for a `spring.banner.image.pixelmode` property which can be set to `block` to use unicode block characters when rendering image banners. Closes gh-18301
-
Phillip Webb authored
* pr/18264: Add ANSI 8-bit color image banner support Polish 'Add ANSI 8-bit color support' Add ANSI 8-bit color support Closes gh-18264
-
Phillip Webb authored
Update `ImageBanner` and `AnsiColors` to optionally support 8-bit color output. See gh-18264
-
Phillip Webb authored
See gh-18264
-
Toshiaki Maki authored
Update ANSI property support to include an 8-bit (256 color) option. See gh-18264
-
- 21 Sep, 2019 6 commits
-
-
Phillip Webb authored
Closes gh-18299
-
Phillip Webb authored
Update `ApplicationContextRequestMatcher` to ensure that the `matches` method is never called before `initialized`. This fixes an issue accidentally introduced in commit 5938ca78 where concurrent calls to `matches` could trigger unexpected errors due to the fact that the second call proceeded before the `initialized` method had returned. Fixes gh-18211
-
Phillip Webb authored
Fix an error in the `ApplicationContextRequestMatcher` javadoc.
-
Andy Wilkinson authored
Closes gh-17877
-
Andy Wilkinson authored
* gh-16973: Polish "Allow the user that runs the app to be specified via an env var" Allow the user that runs the app to be specified via an env var Closes gh-16973
-
Andy Wilkinson authored
See gh-16973
-