This rule flags the use of Reliability, Availability and Serviceability (RAS) APIs that were deprecated in WebSphere Application Server V6.0. The APIs flagged are from several packages:
Some RAS APIs were documented as removed in V6.0, but they still show as deprecated in Eclipse. These RAS APIs are handled by the Do not use RAS features that were removed rule.
Migrate the code to use the Java Logging APIs. See the java.util.logging API Specification for interface details.
For additional information, see the Deprecated features list in the documentation.