reta commented on a change in pull request #313: [CXF-7493] Add a default
ClassUnwrapper for CDI integration.
URL: https://github.com/apache/cxf/pull/313#discussion_r139943801
##########
File path: integration/cdi/src/main/java/org/apache/cxf/cdi/CdiBusBean.java
##########
@@ -63,6 +65,9 @@ public String getName() {
@Override
public ExtensionManagerBus create(final CreationalContext<
ExtensionManagerBus > ctx) {
final ExtensionManagerBus instance = injectionTarget.produce(ctx);
+ if
("true".equals(SystemPropertyAction.getProperty("org.apache.cxf.cdi.useCdiUnwrapper",
"true"))) {
Review comment:
@johnament pretty minor, before merging could you please rename property
`org.apache.cxf.cdi.useCdiUnwrapper` to `org.apache.cxf.cdi.unwrap.proxies`
(or similar) so it kind of explains its purpose.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services