Skip to content

Commit f9d5634

Browse files
committed
Polish "Upgrade to Logback 1.5.7"
See gh-41885
1 parent f09d645 commit f9d5634

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/logging/logback/LogbackConfigurator.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2023 the original author or authors.
2+
* Copyright 2012-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -36,7 +36,6 @@
3636
* Allows programmatic configuration of logback which is usually faster than parsing XML.
3737
*
3838
* @author Phillip Webb
39-
* @author Mark Chesney
4039
*/
4140
class LogbackConfigurator {
4241

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/logging/logback/LogbackLoggingSystemParallelInitializationTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
* control over how and when the logging system is initialized.
3737
*
3838
* @author Andy Wilkinson
39-
* @author Mark Chesney
4039
*/
4140
class LogbackLoggingSystemParallelInitializationTests {
4241

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/logging/logback/LogbackLoggingSystemTests.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
import org.junit.jupiter.api.BeforeEach;
4545
import org.junit.jupiter.api.Test;
4646
import org.junit.jupiter.api.extension.ExtendWith;
47-
import org.mockito.junit.jupiter.MockitoExtension;
4847
import org.slf4j.ILoggerFactory;
4948
import org.slf4j.LoggerFactory;
5049
import org.slf4j.MDC;
@@ -94,9 +93,8 @@
9493
* @author Scott Frederick
9594
* @author Jonatan Ivanov
9695
* @author Moritz Halbritter
97-
* @author Mark Chesney
9896
*/
99-
@ExtendWith({ MockitoExtension.class, OutputCaptureExtension.class })
97+
@ExtendWith(OutputCaptureExtension.class)
10098
@ClassPathExclusions({ "log4j-core-*.jar", "log4j-api-*.jar" })
10199
class LogbackLoggingSystemTests extends AbstractLoggingSystemTests {
102100

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/logging/logback/SpringBootJoranConfiguratorTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
* @author Phillip Webb
4444
* @author Eddú Meléndez
4545
* @author Stephane Nicoll
46-
* @author Mark Chesney
4746
*/
4847
@ExtendWith(OutputCaptureExtension.class)
4948
class SpringBootJoranConfiguratorTests {

0 commit comments

Comments
 (0)