Do not use the ThreadGroup.allowThreadSuspension method

This rule flags the use of the ThreadGroup.allowThreadSuspension method. This method was used for low memory handling in JDK 1.1 but was never fully specified. It was deprecated and changed to "do nothing" in JDK 1.2 (1998). This method has been removed in Java 21 release.

For more information see JDK-8297295. JDK-8286768.