Romain Manni-Bucau created CXF-9001:
---------------------------------------
Summary: CDI extension not comptible with IBM Semuru
Key: CXF-9001
URL: https://issues.apache.org/jira/browse/CXF-9001
Project: CXF
Issue Type: Task
Reporter: Romain Manni-Bucau
Long story short CXF tries to handle "singleton" by using a set on bean
instances which means hashCode will be triggered but semuru not having a native
hashcode it is delegated to the instance for normal scoped proxies and at
startup the instance does not always exists - context is not always up like for
request scoped.
Technically this is also an error since deduplication should have happent on
the bean to respect the application and not the instance.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)