Replace spring-jcl with regular Apache Commons Logging 1.3

Closes gh-32459
This commit is contained in:
Juergen Hoeller
2024-12-12 17:37:11 +01:00
parent c5eefaa5f3
commit 3db1b94465
19 changed files with 6 additions and 1404 deletions

View File

@@ -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

View File

@@ -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