Affects: Spring Framework 6.0.11

Now Spring use SpringNamingPolicy to generate class name by default, this NamingPolicy works fine in the regular Spring scenarios, but in my special multi-classloader scenario, there are compatibility issues due to the possibility of generating identical class names. Can Spring support a configuration option that allows me to use the original DefaultNamingPolicy?