Add RuntimeHints suffix for RuntimeHintsRegistrar
Closes gh-11497
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ import org.springframework.security.core.userdetails.UsernameNotFoundException;
|
||||
* @author Marcus Da Coregio
|
||||
* @since 6.0
|
||||
*/
|
||||
class CoreSecurityHints implements RuntimeHintsRegistrar {
|
||||
class CoreSecurityRuntimeHints implements RuntimeHintsRegistrar {
|
||||
|
||||
@Override
|
||||
public void registerHints(RuntimeHints hints, ClassLoader classLoader) {
|
||||
@@ -1,2 +1,2 @@
|
||||
org.springframework.aot.hint.RuntimeHintsRegistrar=\
|
||||
org.springframework.security.aot.hint.CoreSecurityHints
|
||||
org.springframework.security.aot.hint.CoreSecurityRuntimeHints
|
||||
|
||||
+2
-2
@@ -53,11 +53,11 @@ import org.springframework.util.ClassUtils;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* Tests for {@link CoreSecurityHints}
|
||||
* Tests for {@link CoreSecurityRuntimeHints}
|
||||
*
|
||||
* @author Marcus Da Coregio
|
||||
*/
|
||||
class CoreSecurityHintsTests {
|
||||
class CoreSecurityRuntimeHintsTests {
|
||||
|
||||
private final RuntimeHints hints = new RuntimeHints();
|
||||
|
||||
Reference in New Issue
Block a user