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