Harmonize RuntimeHintsRegistrar implementations
Closes gh-28801
This commit is contained in:
@@ -30,7 +30,7 @@ import org.springframework.util.ClassUtils;
|
||||
* @author Sebastien Deleuze
|
||||
* @since 6.0
|
||||
*/
|
||||
public class HandshakeHandlerRuntimeHintsRegistrar implements RuntimeHintsRegistrar {
|
||||
class HandshakeHandlerRuntimeHints implements RuntimeHintsRegistrar {
|
||||
|
||||
private static final boolean tomcatWsPresent;
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
org.springframework.aot.hint.RuntimeHintsRegistrar= \
|
||||
org.springframework.web.socket.server.support.HandshakeHandlerRuntimeHintsRegistrar
|
||||
org.springframework.web.socket.server.support.HandshakeHandlerRuntimeHints
|
||||
Reference in New Issue
Block a user