Apache CXF 4.2.x release line uses JDK-17 baseline.
org.apache.cxf.feature.LoggingFeature (deprecated for a long time) and related classes, the replacement is org.apache.cxf.ext.logging.LoggingFeature<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-features-logging</artifactId> <version>4.2.0</version> </dependency> |
<logging> namespace handler, the replacement is explicit use of org.apache.cxf.ext.logging.LoggingFeature<cxf:bus>
<cxf:features>
<bean class="org.apache.cxf.ext.logging.LoggingFeature"/>
</cxf:features>
</cxf:bus> |