[ 
https://issues.apache.org/jira/browse/CXF-9116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andriy Redko updated CXF-9116:
------------------------------
    Description: 
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}

  was:
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): replacement is `<bean 
class="org.apache.cxf.ext.logging.LoggingFeature"/>` along with 

{noformat}
       <dependency>
            <groupId>org.apache.cxf</groupId>
            <artifactId>cxf-rt-features-logging</artifactId>
            <version>4.2.0</version>
        </dependency>{noformat}


> 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}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to