mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-30 14:13:32 +00:00
Move webauthn runtimehints to spring-security-webauthn
Issue gh-17586
This commit is contained in:
parent
79cd982341
commit
fe411896af
@ -1,4 +1,2 @@
|
||||
org.springframework.aot.hint.RuntimeHintsRegistrar=\
|
||||
org.springframework.security.web.aot.hint.WebMvcSecurityRuntimeHints,\
|
||||
org.springframework.security.web.aot.hint.UserCredentialRuntimeHints,\
|
||||
org.springframework.security.web.aot.hint.PublicKeyCredentialUserEntityRuntimeHints
|
||||
org.springframework.security.web.aot.hint.WebMvcSecurityRuntimeHints
|
||||
|
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.security.web.aot.hint;
|
||||
package org.springframework.security.web.webauthn.aot;
|
||||
|
||||
import org.springframework.aot.hint.RuntimeHints;
|
||||
import org.springframework.aot.hint.RuntimeHintsRegistrar;
|
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.security.web.aot.hint;
|
||||
package org.springframework.security.web.webauthn.aot;
|
||||
|
||||
import org.springframework.aot.hint.RuntimeHints;
|
||||
import org.springframework.aot.hint.RuntimeHintsRegistrar;
|
@ -0,0 +1,3 @@
|
||||
org.springframework.aot.hint.RuntimeHintsRegistrar=\
|
||||
org.springframework.security.web.webauthn.aot.UserCredentialRuntimeHints,\
|
||||
org.springframework.security.web.webauthn.aot.PublicKeyCredentialUserEntityRuntimeHints
|
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.security.web.aot.hint;
|
||||
package org.springframework.security.web.webauthn.aot;
|
||||
|
||||
import java.util.stream.Stream;
|
||||
|
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.security.web.aot.hint;
|
||||
package org.springframework.security.web.webauthn.aot;
|
||||
|
||||
import java.util.stream.Stream;
|
||||
|
Loading…
x
Reference in New Issue
Block a user