Remove outdated Spring version mentions

Close gh-35696
This commit is contained in:
Sébastien Deleuze
2025-10-28 13:58:09 +01:00
parent f07873c966
commit 694224f1a6
51 changed files with 65 additions and 93 deletions
@@ -36,7 +36,7 @@ import org.springframework.util.Assert;
* operations through Caffeine's {@link AsyncCache}, when provided via the
* {@link #CaffeineCache(String, AsyncCache, boolean)} constructor.
*
* <p>Requires Caffeine 3.0 or higher, as of Spring Framework 6.1.
* <p>Requires Caffeine 3.0 or higher.
*
* @author Ben Manes
* @author Juergen Hoeller
@@ -53,7 +53,7 @@ import org.springframework.util.ObjectUtils;
* {@link AsyncCache}, when configured via {@link #setAsyncCacheMode},
* with early-determined cache misses.
*
* <p>Requires Caffeine 3.0 or higher, as of Spring Framework 6.1.
* <p>Requires Caffeine 3.0 or higher.
*
* @author Ben Manes
* @author Juergen Hoeller
@@ -34,8 +34,6 @@ import org.springframework.util.Assert;
* {@link org.springframework.cache.Cache} implementation on top of a
* {@link Cache javax.cache.Cache} instance.
*
* <p>Note: This class has been updated for JCache 1.0, as of Spring 4.0.
*
* @author Juergen Hoeller
* @author Stephane Nicoll
* @since 3.2
@@ -32,8 +32,6 @@ import org.springframework.util.Assert;
* {@link org.springframework.cache.CacheManager} implementation
* backed by a JCache {@link CacheManager javax.cache.CacheManager}.
*
* <p>Note: This class has been updated for JCache 1.0, as of Spring 4.0.
*
* @author Juergen Hoeller
* @author Stephane Nicoll
* @since 3.2
@@ -34,8 +34,6 @@ import org.springframework.beans.factory.InitializingBean;
* obtaining a pre-defined {@code CacheManager} by name through the standard
* JCache {@link Caching javax.cache.Caching} class.
*
* <p>Note: This class has been updated for JCache 1.0, as of Spring 4.0.
*
* @author Juergen Hoeller
* @since 3.2
* @see javax.cache.Caching#getCachingProvider()
@@ -28,7 +28,7 @@ import org.springframework.util.ReflectionUtils;
* {@link JobFactory} implementation that supports {@link java.lang.Runnable}
* objects as well as standard Quartz {@link org.quartz.Job} instances.
*
* <p>Compatible with Quartz 2.1.4 and higher, as of Spring 4.1.
* <p>Compatible with Quartz 2.1.4 and higher.
*
* @author Juergen Hoeller
* @since 2.0
@@ -65,7 +65,7 @@ import org.springframework.util.MethodInvoker;
* You need to implement your own Quartz Job as a thin wrapper for each case
* where you want a persistent job to delegate to a specific service method.
*
* <p>Compatible with Quartz 2.1.4 and higher, as of Spring 4.1.
* <p>Compatible with Quartz 2.1.4 and higher.
*
* @author Juergen Hoeller
* @author Alef Arendsen
@@ -51,7 +51,7 @@ import org.springframework.transaction.TransactionStatus;
* <p>For concrete usage, check out the {@link SchedulerFactoryBean} and
* {@link SchedulerAccessorBean} classes.
*
* <p>Compatible with Quartz 2.1.4 and higher, as of Spring 4.1.
* <p>Compatible with Quartz 2.1.4 and higher.
*
* @author Juergen Hoeller
* @author Stephane Nicoll
@@ -31,7 +31,7 @@ import org.springframework.util.Assert;
* Spring bean-style class for accessing a Quartz Scheduler, i.e. for registering jobs,
* triggers and listeners on a given {@link org.quartz.Scheduler} instance.
*
* <p>Compatible with Quartz 2.1.4 and higher, as of Spring 4.1.
* <p>Compatible with Quartz 2.1.4 and higher.
*
* @author Juergen Hoeller
* @since 2.5.6
@@ -80,7 +80,7 @@ import org.springframework.util.CollectionUtils;
* automatically apply to Scheduler operations performed within those scopes.
* Alternatively, you may add transactional advice for the Scheduler itself.
*
* <p>Compatible with Quartz 2.1.4 and higher, as of Spring 4.1.
* <p>Compatible with Quartz 2.1.4 and higher.
*
* @author Juergen Hoeller
* @since 18.02.2004
@@ -446,8 +446,7 @@ public class SchedulerFactoryBean extends SchedulerAccessor implements FactoryBe
* Scheduler is usually exclusively intended for access within the Spring context.
* <p>Switch this flag to "true" in order to expose the Scheduler globally.
* This is not recommended unless you have an existing Spring application that
* relies on this behavior. Note that such global exposure was the accidental
* default in earlier Spring versions; this has been fixed as of Spring 2.5.6.
* relies on this behavior.
*/
public void setExposeSchedulerInRepository(boolean exposeSchedulerInRepository) {
this.exposeSchedulerInRepository = exposeSchedulerInRepository;
@@ -36,7 +36,7 @@ import org.springframework.context.ApplicationContextAware;
* as bean property values. If no matching bean property is found, the entry
* is by default simply ignored. This is analogous to QuartzJobBean's behavior.
*
* <p>Compatible with Quartz 2.1.4 and higher, as of Spring 4.1.
* <p>Compatible with Quartz 2.1.4 and higher.
*
* @author Juergen Hoeller
* @since 2.0