Github user reta commented on the pull request:
https://github.com/apache/cxf/commit/13fa5dc1ffebe4e63a27f17528598925af04d570#commitcomment-19844456
In
integration/cdi/src/main/java/org/apache/cxf/cdi/CdiResourceProvider.java:
In
integration/cdi/src/main/java/org/apache/cxf/cdi/CdiResourceProvider.java on
line 54:
The instance is effectively cached, complying with CXF `ResourceProvider`
lifecycle (see please `isSingleton` property here, probably should be chanced
to use `isNormalScope` there). So for non-request scoped beans, we will return
the cached instance all the time. Does it make sense, @rmannibucau ?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---