-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: taskA general taskA general task
Description
Marten Deinum opened SPR-8680 and commented
According to the javadocs of the AbstractSingletonProxyFactoryBean it has been deprecated
@deprecatedas of Spring 3.1 following the deprecation of its only implementation- ({
@linkorg.springframework.transaction.interceptor.TransactionProxyFactoryBean - TransactionProxyFactoryBean}) and generally in favor of providing such functionality
- via Spring XML namespaces, e.g. {
@codetx:} or {@code@Enable}* annotations, e.g.
{@code @EnableTransactionManagement}.
However there is another implementation CacheProxyFactoryBean which uses this bean. So not sure if either the javadoc is valid or the deprecation at all...
Affects: 3.1 M2
Issue Links:
- Deprecate AbstractSingletonProxyFactoryBean and subclasses [SPR-8685] #13327 Deprecate AbstractSingletonProxyFactoryBean and subclasses
Referenced from: commits 1819bee
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: taskA general taskA general task