Polish "Upgrade to Logback 1.5.7"

See gh-41885
This commit is contained in:
Stéphane Nicoll
2024-08-16 14:41:42 +02:00
parent f09d645136
commit f9d563476b
4 changed files with 2 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2023 the original author or authors.
* Copyright 2012-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -36,7 +36,6 @@ import org.springframework.util.Assert;
* Allows programmatic configuration of logback which is usually faster than parsing XML.
*
* @author Phillip Webb
* @author Mark Chesney
*/
class LogbackConfigurator {

View File

@@ -36,7 +36,6 @@ import static org.assertj.core.api.Assertions.assertThat;
* control over how and when the logging system is initialized.
*
* @author Andy Wilkinson
* @author Mark Chesney
*/
class LogbackLoggingSystemParallelInitializationTests {

View File

@@ -44,7 +44,6 @@ import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.mockito.junit.jupiter.MockitoExtension;
import org.slf4j.ILoggerFactory;
import org.slf4j.LoggerFactory;
import org.slf4j.MDC;
@@ -94,9 +93,8 @@ import static org.mockito.Mockito.times;
* @author Scott Frederick
* @author Jonatan Ivanov
* @author Moritz Halbritter
* @author Mark Chesney
*/
@ExtendWith({ MockitoExtension.class, OutputCaptureExtension.class })
@ExtendWith(OutputCaptureExtension.class)
@ClassPathExclusions({ "log4j-core-*.jar", "log4j-api-*.jar" })
class LogbackLoggingSystemTests extends AbstractLoggingSystemTests {

View File

@@ -43,7 +43,6 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Phillip Webb
* @author Eddú Meléndez
* @author Stephane Nicoll
* @author Mark Chesney
*/
@ExtendWith(OutputCaptureExtension.class)
class SpringBootJoranConfiguratorTests {