- 16 Apr, 2021 3 commits
-
-
Spring Buildmaster authored
-
Phillip Webb authored
See gh-23098
-
Phillip Webb authored
This reverts commit ab8e599c. See gh-24805
-
- 15 Apr, 2021 33 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Update `Log4J2LoggingSystem` so that call to `setLevel` with a `null` level with remove the logger if it was previously configured by a `LoggingSystem` call. To track which loggers have been configured by us, and which have been configure directly by the user, a custom `LoggerConfig` subclass is used. We'll only remove `LevelSetLoggerConfig` classes, for any others we'll call `setLevel(null)` on the config. Prior to this commit, it was impossible to set then reset a logger level using the actuator endpoint. This is because Log4J doesn't provide a way to get the actual configured level. If the `setLevel(null)` has been applied, then `getLevel()` will return the value of the parent logger or a default value of `ERROR`. Fixes gh-24298
-
Phillip Webb authored
Closes gh-26139
-
Phillip Webb authored
Add a `StandardConfigDataResource.getProfile()` method so that it's possible to tell the profile used when reading a profile specific resource. Fixes gh-25940
-
Andy Wilkinson authored
Closes gh-26137
-
Stephane Nicoll authored
* pr/26135: Polish Closes gh-26135
-
izeye authored
See gh-26135
-
Stephane Nicoll authored
* pr/26134: Add RepositoryMetricsAutoConfiguration to spring.factories Closes gh-26134
-
izeye authored
See gh-26134
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Spring Buildmaster authored
-
Andy Wilkinson authored
This reverts commit 51d57e19. See gh-25838
-
Andy Wilkinson authored
See gh-26130
-
Stephane Nicoll authored
* pr/26129: Avoid some redirects in docs Closes gh-26129
-
dreis2211 authored
See gh-26129
-
Andy Wilkinson authored
See gh-26130
-
Andy Wilkinson authored
Closes gh-26130
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-25907
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-25907
-
Stephane Nicoll authored
Closes gh-25933
-
Stephane Nicoll authored
Closes gh-25932
-
Stephane Nicoll authored
Closes gh-25930
-
Stephane Nicoll authored
Closes gh-25929
-
Phillip Webb authored
Closes gh-26125
-
Phillip Webb authored
Closes gh-26124
-
Phillip Webb authored
* pr/25455: Polish 'Don't detect CloudPlatform when property is set' Don't detect CloudPlatform when property is set Closes gh-25455
-
Phillip Webb authored
See gh-25455
-
nguyensach authored
Update `CloudPlatform.isActive` to back-off from detection when any `spring.main.cloud-platform` property is set. See gh-25455
-
- 14 Apr, 2021 4 commits
-
-
Phillip Webb authored
Closes gh-26122
-
Phillip Webb authored
Closes gh-26121
-
Phillip Webb authored
Update `MavenPublishingConventions` to add a new `mavenOptional` feature that allows us to declare optional dependencies that are also published in the generated POM. This change allows us to include the maven-shade-plugin in the spring-boot-maven-plugin POM which fixes an issue with Eclipse m2e. Fixes gh-21992
-
Scott Frederick authored
Fixes gh-23098
-