- 20 Apr, 2020 3 commits
-
-
Phillip Webb authored
Closes gh-21026
-
Phillip Webb authored
Closes gh-21025
-
Phillip Webb authored
Closes gh-19972
-
- 19 Apr, 2020 8 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Fix checkstyle issues from forward merge. See gh-21022
-
Phillip Webb authored
Closes gh-21023
-
Phillip Webb authored
Closes gh-21022
-
Phillip Webb authored
Update `ExposeExcludePropertyEndpointFilter` so that patterns will also match endpoint IDs that contain a dash. Closes gh-20997
-
Stephane Nicoll authored
Closes gh-21017
-
Stephane Nicoll authored
This commit makes sure that both the getter and the setter of a deprecated configuration properties is flagged with `@Deprecated`. Closes gh-20812
-
Stephane Nicoll authored
This commit removes the following deprecated properties: * `server.connection-timeout` * `server.use-forward-headers` * `server.jetty.max-http-post-size` * `server.tomcat.max-http-post-size` Closes gh-20991
-
- 18 Apr, 2020 2 commits
-
-
Phillip Webb authored
Update `SpringBootContextLoader` so that it correctly deals with an `@ActiveProfiles` annotation that contains a comma. Fixes gh-19537 Co-authored-by:
Scott Frederick <sfrederick@pivotal.io> Co-authored-by:
Andy Wilkinson <awilkinson@pivotal.io>
-
Phillip Webb authored
Update `ConfigFileApplicationListener` so that `spring.profiles.active` and `spring.profiles.include` can use the square bracket list notation. Prior to this commit, only comma-separated lists could be used for those values. Closes gh-21006
-
- 17 Apr, 2020 9 commits
-
-
Phillip Webb authored
-
Scott Frederick authored
This commit ensures that file permissions are set on entries that the Gradle plugin adds to an archive. It also reverts the constant date and time used for added entries to a previous value to ensure a time zone offset is not applied. See gh-20927
-
Phillip Webb authored
Closes gh-21004
-
Phillip Webb authored
Closes gh-21003
-
Phillip Webb authored
Refine `DataSourceAutoConfiguration` conditions so that an empty `spring.datasource.url` property can be used to enable the embedded source. Fixed gh-20996
-
Stephane Nicoll authored
* pr/20923: Use RequestDispatcher.ERROR_STATUS_CODE constant Closes gh-20923
-
K Zoli authored
See gh-20923
-
Stephane Nicoll authored
* pr/20830: Add reference to XChange starter Closes gh-20830
-
straumat authored
See gh-20830
-
- 16 Apr, 2020 11 commits
-
-
Scott Frederick authored
This commit marks as deprecated an interface method that is no longer used, and changes all internal implementations to return `null` to make the fact that the return value is not used more obvious. Fixes gh-19844
-
Scott Frederick authored
Prior to this commit, the ManagementErrorEndpoint used to handle error responses for the management servlet excluded stacktrace and exception message details from the response unconditionally. With this commit, the endpoint honors the `server.error.include-stacktrace` and `server.error.include-details` properties to conditionally include error details for consistency with non-management error handling. Fixes gh-20989
-
Phillip Webb authored
-
Scott Frederick authored
Prior to this commit, default error responses included the message from a handled exception. When the exception was a BindException, the error responses could also include an errors attribute containing the details of the binding failure. These details could leak information about the application. This commit removes the exception message and binding errors detail from error responses by default, and introduces a `server.error.include-details` property that can be used to cause these details to be included in the response. Fixes gh-20505
-
Stephane Nicoll authored
* pr/20928: Polish "Optimize AutoConfigurationImportSelector.filter()" Optimize AutoConfigurationImportSelector.filter() Closes gh-20928
-
Stephane Nicoll authored
See gh-20928
-
dreis2211 authored
See gh-20928
-
Stephane Nicoll authored
See gh-20975
-
Stephane Nicoll authored
* pr/20973: Polish Closes gh-20973
-
Johnny Lim authored
See gh-20973
-
Stephane Nicoll authored
See gh-20953
-
- 15 Apr, 2020 7 commits
-
-
Madhura Bhave authored
Closes gh-20977
-
Madhura Bhave authored
Closes gh-20979
-
Madhura Bhave authored
Closes gh-20978
-
Madhura Bhave authored
Closes gh-20982
-
Madhura Bhave authored
Closes gh-20981
-
Madhura Bhave authored
Closes gh-20976
-
Stephane Nicoll authored
-