-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Closed
Copy link
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
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
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid