Skip to content

BeanDefinitions are no longer singletons by default which breaks apache cxf [SPR-6391] #11057

Closed
@spring-projects-issues

Description

@spring-projects-issues

Matt Goldspink opened SPR-6391 and commented

While trying to migrate to 3.0 RC2 I found that my cxf application would not start up. After digging around a bit I found that the default scope for all beans is no longer singleton scope (found in AbstractBeanDefinition) and this breaks a lot of core code in CXF. Is this an intentional change? If so what was the reasoning as it seems like it could have a lot of consequences on other frameworks which make use of the default scope for beans being singletons. Is there any workaround?


Affects: 3.0 RC2

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions