- 05 Oct, 2018 2 commits
-
-
Stephane Nicoll authored
* pr/14688: Fix BeansEndpoint typo in readme
-
dreis2211 authored
Closes gh-14688
-
- 04 Oct, 2018 9 commits
-
-
Phillip Webb authored
Fix possible NPE in `ReactiveWebServerApplicationContext`. See gh-14666
-
Stephane Nicoll authored
* pr/14583: Polish "Make sure cache busting works with error pages" Make sure cache busting works with error pages
-
Stephane Nicoll authored
Closes gh-14583
-
artsiom authored
See gh-14583
-
Phillip Webb authored
Refactor `ReactiveWebServerApplicationContext` to improve thread safety by using a single manager object rather than then trying to synchronize the `WebServer` and `HttpHandler`. Closes gh-14666
-
Andy Wilkinson authored
Previously, only the permissions for the scripts in bin/ were set. The permissions for the files in lib/ were not explicity set, leaving them with the same permissions as the source files in Gradle's cache. This has proven to be a little brittle when building in certain environments, leading to test failures. It also assumes that the file permissions in Gradle's cache will be appropriate for entries in a distribution archive. That may not always be a reasonable assumption to make. To avoid the above-described problems, this commit updates the copy spec that's used to add files to lib/ in the archive so that each file uses 0644 for its permissions. Closes gh-14158
-
Stephane Nicoll authored
This commit fixes missing descriptions and default values when applicable for `management.server.ssl`, `server.compression`, `server.http2`, `server.servlet.jsp`, `server.servlet.session` and `server.ssl`. Those nested namespace are managed by a POJO that is declared outside of the module of the target @ConfigurationProperties type using it. As a result, the annotation processor has no access to the source model and can't extract the description and the default value, if any. This commit migrates the misleading field-level Javadoc to manual meta data for the time being. Closes gh-14669
-
Stephane Nicoll authored
* pr/14681: Clarify Javadoc of ConditionalOn annotations
-
Roland Weisleder authored
Closes gh-14681
-
- 03 Oct, 2018 6 commits
-
-
Stephane Nicoll authored
Closes gh-14589
-
Stephane Nicoll authored
* pr/14670: Polish docs
-
Janne Valkealahti authored
This commit replaces tabs to spaces in a yaml example for configuring endpoint web exposure include. Closes gh-14670
-
Stephane Nicoll authored
Closes gh-14645
-
Stephane Nicoll authored
Closes gh-14668
-
Phillip Webb authored
Update `ReactiveWebServerApplicationContext` so that the `HttpHandler` bean is not longer created from `onRefresh`, but is instead created only when the server starts. Prior to this commit, the WebFlux hander would cause early initialization of several beans, including Jackson Modules. Closes gh-14666
-
- 02 Oct, 2018 6 commits
-
-
Phillip Webb authored
Include an additional test to ensure that `.equals` works for names starting with the same value. See gh-14665
-
Phillip Webb authored
See gh-14660
-
Phillip Webb authored
Restore checkstyle import control and fix a few violations in the process. Closes gh-14660
-
Phillip Webb authored
Update checkstyle rules to fix import regex patterns for both packages and classes.
-
Stephane Nicoll authored
* pr/14514: Add reference to valiktor-spring-boot-starter
-
Rodolpho Couto authored
Closes gh-14514
-
- 01 Oct, 2018 14 commits
-
-
Stephane Nicoll authored
* pr/14621: Polish
-
Johnny Lim authored
See gh-14621
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-13714: Polish "Clarify that RestTemplateBuilder overwrites default converters" Clarify that RestTemplateBuilder overwrites default converters
-
Andy Wilkinson authored
Closes gh-13714
-
Welton Rodrigo Torres Nascimento authored
See gh-13714
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14550
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14612
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14636
-
- 28 Sep, 2018 2 commits
-
-
Andy Wilkinson authored
* gh-14630: Upgrade Java 10 CI image to 10.0.2-13-jdk
-
Gustavo Andrade authored
Closes gh-14630
-
- 27 Sep, 2018 1 commit
-
-
Andy Wilkinson authored
* gh-14593: Move away from deprecated Gradle configurations
-