- 11 Sep, 2020 1 commit
-
-
David Good authored
Prior to this commit, Actuator would sanitize properties values when serializing them on the dedicated endpoint. Keys like "password" or "secret" are entirely sanitized, but other keys like "uri" or "address" are considered as URI types and only the password part of the user info is sanitized. This commit fixes the sanitization process where lists of such URI types would not match the first entries of the list since they're starting with `'['`. This commit improves the regexp matching process to sanitize all URIs within a collection. The documentation is also updated to better underline the processing difference between complete sanitization and selective sanitization for URIs. Fixes gh-23037
-
- 10 Sep, 2020 1 commit
-
-
Andy Wilkinson authored
Closes gh-23210
-
- 07 Sep, 2020 13 commits
-
-
Stephane Nicoll authored
See gh-23198
-
Stephane Nicoll authored
See gh-23186
-
Stephane Nicoll authored
See gh-23195
-
Stephane Nicoll authored
See gh-23191
-
Stephane Nicoll authored
-
Andy Wilkinson authored
See gh-23036
-
Stephane Nicoll authored
See gh-23185
-
Stephane Nicoll authored
See gh-23194
-
Stephane Nicoll authored
See gh-23190
-
Stephane Nicoll authored
See gh-23181
-
Andy Wilkinson authored
See gh-19471
-
Andy Wilkinson authored
Fixes gh-23036
-
Stephane Nicoll authored
See gh-23182
-
- 28 Aug, 2020 11 commits
-
-
Phillip Webb authored
See gh-22946
-
Phillip Webb authored
* pr/22946: Polish 'Remove ResourceUtils.getURL logging config check' Remove ResourceUtils.getURL logging config check Closes gh-22946
-
Phillip Webb authored
Extend `initializeSystem` to search the exception stack for a FileNotFoundException before reporting the error. This allows us to provide a similar stack trace to the one that used to be thrown when we had the `ResourceUtils.getURL` check. See gh-22946
-
Ralph Goers authored
Remove `ResourceUtils.getURL` checking from `LoggingApplicationListener` so that logging systems can implement custom location support. Prior to this commit, we checked in the listener if the specified config location could be opened as a URL. This unfortunately prevents Log4J extensions such as `log4j-spring-cloud-config-client` from implementing configurable SSL and credentials support. See gh-22946
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-23113
-
Andy Wilkinson authored
Closes gh-23129
-
Andy Wilkinson authored
Closes gh-23113
-
Andy Wilkinson authored
Closes gh-23123
-
Andy Wilkinson authored
Closes gh-23090
-
Andy Wilkinson authored
Closes gh-23122
-
- 27 Aug, 2020 3 commits
-
-
Stephane Nicoll authored
Closes gh-23103
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-23102
-
- 26 Aug, 2020 4 commits
-
-
Andy Wilkinson authored
Closes gh-23093
-
Andy Wilkinson authored
* gh-23084: Polish "Handle null RSocketServer address when setting port property" Handle null RSocketServer address when setting port property Closes gh-23084
-
Andy Wilkinson authored
See gh-23084
-
spencergibb authored
See gh-23084
-
- 25 Aug, 2020 4 commits
-
-
Stephane Nicoll authored
Closes gh-23076
-
Stephane Nicoll authored
* pr/23071: Disallow Apache Commons Lang & Lang3 imports Closes gh-23071
-
dreis2211 authored
See gh-23071
-
Andy Wilkinson authored
Closes gh-23075
-
- 24 Aug, 2020 3 commits
-
-
Stephane Nicoll authored
Closes gh-23059
-
Stephane Nicoll authored
* pr/23028: Polish "Add example of custom Actuator operations" Add example of custom Actuator operations Closes gh-23028
-
Stephane Nicoll authored
See gh-23028
-