File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
spring-context-support/src/main/java/org/springframework/cache/jcache/config
spring-context/src/main/java/org/springframework Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2018 the original author or authors.
2
+ * Copyright 2002-2021 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
31
31
* @since 4.1
32
32
* @see JCacheConfigurer
33
33
* @see CachingConfigurerSupport
34
+ * @deprecated as of 6.0 in favor of implementing {@link JCacheConfigurer} directly
34
35
*/
36
+ @ Deprecated
35
37
public class JCacheConfigurerSupport extends CachingConfigurerSupport implements JCacheConfigurer {
36
38
37
39
@ Override
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2018 the original author or authors.
2
+ * Copyright 2002-2021 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
29
29
* @author Stephane Nicoll
30
30
* @since 4.1
31
31
* @see CachingConfigurer
32
+ * @deprecated as of 6.0 in favor of implementing {@link CachingConfigurer} directly
32
33
*/
34
+ @ Deprecated
33
35
public class CachingConfigurerSupport implements CachingConfigurer {
34
36
35
37
@ Override
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2014 the original author or authors.
2
+ * Copyright 2002-2021 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
28
28
*
29
29
* @author Stephane Nicoll
30
30
* @since 4.1
31
+ * @deprecated as of 6.0 in favor of implementing {@link AsyncConfigurer} directly
31
32
*/
33
+ @ Deprecated
32
34
public class AsyncConfigurerSupport implements AsyncConfigurer {
33
35
34
36
@ Override
You can’t perform that action at this time.
0 commit comments