[
https://issues.apache.org/jira/browse/CXF-9116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andriy Redko resolved CXF-9116.
-------------------------------
Resolution: Fixed
> Remove org.apache.cxf.feature.LoggingFeature
> --------------------------------------------
>
> Key: CXF-9116
> URL: https://issues.apache.org/jira/browse/CXF-9116
> Project: CXF
> Issue Type: Improvement
> Components: logging
> Reporter: Andriy Redko
> Assignee: Andriy Redko
> Priority: Major
> Fix For: 4.2.0
>
>
> The org.apache.cxf.feature.LoggingFeature has been deprecated for a long
> time, is problematic and should be removed permanently.
> * removed `<logging>` namespace handler in cxf-core (since logging feature
> is not part of core anymore), the replacement is `<bean
> class="org.apache.cxf.ext.logging.LoggingFeature"/>`
> {noformat}
> <cxf:bus>
> <cxf:features>
> <bean class="org.apache.cxf.ext.logging.LoggingFeature"/>
> </cxf:features>
> </cxf:bus>{noformat}
> {noformat}
> <dependency>
> <groupId>org.apache.cxf</groupId>
> <artifactId>cxf-rt-features-logging</artifactId>
> <version>4.2.0</version>
> </dependency>{noformat}
> * Migration guide notes:
> https://cwiki.apache.org/confluence/display/CXF20DOC/4.2+Migration+Guide
--
This message was sent by Atlassian Jira
(v8.20.10#820010)