Skip to content

AbstractSingletonProxyFactoryBean is deprecated [SPR-8680] #13322

@spring-projects-issues

Description

@spring-projects-issues

Marten Deinum opened SPR-8680 and commented

According to the javadocs of the AbstractSingletonProxyFactoryBean it has been deprecated


  • @deprecated as of Spring 3.1 following the deprecation of its only implementation
  • ({@link org.springframework.transaction.interceptor.TransactionProxyFactoryBean
  • TransactionProxyFactoryBean}) and generally in favor of providing such functionality
  • via Spring XML namespaces, e.g. {@code tx:} 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:

Referenced from: commits 1819bee

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: coreIssues in core modules (aop, beans, core, context, expression)status: declinedA suggestion or change that we don't feel we should currently applytype: taskA general task

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions