- 04 Oct, 2018 3 commits
-
-
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 4 commits
-
-
Andy Wilkinson authored
* gh-14593: Move away from deprecated Gradle configurations
-
jnizet authored
Closes gh-14593
-
Andy Wilkinson authored
* gh-14618: Upgrade Java 8 CI image to openjdk:8u181-jdk
-
Andrade, Gustavo (ESI) authored
Closes gh-14618
-
- 26 Sep, 2018 3 commits
-
-
Stephane Nicoll authored
* pr/14592: Polish contribution Polish
-
Stephane Nicoll authored
Closes gh-14592
-
Marten Deinum authored
The SpringBootContextLoader still checked if tests were annotated with @IntegrationTest or @WebIntegrationTest. Those classes have been removed in Spring Boot 1.5 and been deprecated since 1.4. This commit removes the check on the annotations as well as the static list of names. See gh-14592
-
- 25 Sep, 2018 1 commit
-
-
Madhura Bhave authored
-
- 24 Sep, 2018 1 commit
-
-
Phillip Webb authored
-