Skip to content

Test *SessionFactoryBean compatibility with earlier versions of Spring [SPR-8112] #12766

Closed
@spring-projects-issues

Description

@spring-projects-issues

Chris Beams opened SPR-8112 and commented

#12721 heavily refactored the *SessionFactoryBean hierarchy. Test application developed against < Spring 3.1 that extensively configures LocalSessionFactoryBean and/or AnnotationSessionFactoryBean and ensure that the upgrade to Spring 3.1 is smooth.

Note that backward compat with convertHibernateAccessException is broken (now handled by setPersistenceExceptionTranslator)

All other methods should be OK, such as newConfiguration(), etc. They're all deprecated in LSFBean and ASFBean.

See #12767 which suggests running a CLIRR report against 3.1 to check backward-compat


This issue is a sub-task of #12076

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: coreIssues in core modules (aop, beans, core, context, expression)status: invalidAn issue that we don't feel is valid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions