Replace spring-jcl with regular Apache Commons Logging 1.3
Closes gh-32459
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2021 the original author or authors.
|
||||
* Copyright 2002-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.
|
||||
@@ -26,9 +26,7 @@ import org.apache.commons.logging.LogFactory;
|
||||
/**
|
||||
* Factory for common {@link Log} delegates with Spring's logging conventions.
|
||||
*
|
||||
* <p>Mainly for internal use within the framework with Apache Commons Logging,
|
||||
* typically in the form of the {@code spring-jcl} bridge but also compatible
|
||||
* with other Commons Logging bridges.
|
||||
* <p>Mainly for internal use within the framework with Apache Commons Logging.
|
||||
*
|
||||
* @author Rossen Stoyanchev
|
||||
* @author Juergen Hoeller
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2023 the original author or authors.
|
||||
* Copyright 2002-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.
|
||||
@@ -28,9 +28,7 @@ import org.springframework.util.StringUtils;
|
||||
/**
|
||||
* Utility methods for formatting and logging messages.
|
||||
*
|
||||
* <p>Mainly for internal use within the framework with Apache Commons Logging,
|
||||
* typically in the form of the {@code spring-jcl} bridge but also compatible
|
||||
* with other Commons Logging bridges.
|
||||
* <p>Mainly for internal use within the framework with Apache Commons Logging.
|
||||
*
|
||||
* @author Rossen Stoyanchev
|
||||
* @author Juergen Hoeller
|
||||
|
||||
Reference in New Issue
Block a user