-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Description
The Spring Boot 2.0 starters seem to have a few oddities in master still:
-
The core starter excludes
commons-logging
fromspring-core
(which isn't necessary anymore with Spring Framework 5.0'sspring-jcl
arrangement). -
spring-boot-starter-logging
brings inlog4j-over-slf4j
which is a legacy Log4J 1.2 API binding (EOL'ed). Isn't it just meant to bring inlog4j-to-slf4j
for the Log4J 2.x API binding? -
spring-boot-starter-log4j2
brings inlog4j-core
as well aslog4j-api
but the latter is a transitive dependency of the former anyway, at least in all recent versions.
Metadata
Metadata
Assignees
Labels
type: taskA general taskA general task