mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
Remove outdated Spring version mentions
Close gh-35696
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Vendored
+1
-1
@@ -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
|
||||
|
||||
-2
@@ -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
|
||||
|
||||
Vendored
-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
|
||||
|
||||
Vendored
-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()
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
+2
-3
@@ -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;
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user