Skip to content

Commit aa0919e

Browse files
committed
Deprecate applicate use of org.jboss.el.cache.BeanPropertiesCache + org.jboss.el.cache.FactoryFinderCache
Signed-off-by: Scott Marlow <[email protected]>
1 parent c44c93d commit aa0919e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

api/src/main/java/org/jboss/el/cache/BeanPropertiesCache.java

+2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939

4040
/**
4141
* @author Stuart Douglas
42+
* @deprecated for removal in a future major release.
4243
*/
44+
@Deprecated
4345
public class BeanPropertiesCache {
4446

4547
static private class BPSoftReference extends SoftReference<BeanProperties> {

api/src/main/java/org/jboss/el/cache/FactoryFinderCache.java

+2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131

3232
/**
3333
* @author Stuart Douglas
34+
* @deprecated for removal in a future major release.
3435
*/
36+
@Deprecated
3537
public class FactoryFinderCache {
3638

3739
private static final Map<CacheKey, String> CLASS_CACHE = new ConcurrentHashMap<CacheKey, String>();

0 commit comments

Comments
 (0)