1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Revert "Move webauthn runtimehints to spring-security-webauthn"

This reverts commit fe411896af.
This commit is contained in:
Rob Winch
2025-07-23 09:22:47 -05:00
parent fe411896af
commit 9489ab48ab
6 changed files with 7 additions and 8 deletions
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.security.web.webauthn.aot;
package org.springframework.security.web.aot.hint;
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.webauthn.aot;
package org.springframework.security.web.aot.hint;
import org.springframework.aot.hint.RuntimeHints;
import org.springframework.aot.hint.RuntimeHintsRegistrar;
@@ -1,2 +1,4 @@
org.springframework.aot.hint.RuntimeHintsRegistrar=\
org.springframework.security.web.aot.hint.WebMvcSecurityRuntimeHints
org.springframework.security.web.aot.hint.WebMvcSecurityRuntimeHints,\
org.springframework.security.web.aot.hint.UserCredentialRuntimeHints,\
org.springframework.security.web.aot.hint.PublicKeyCredentialUserEntityRuntimeHints
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.security.web.webauthn.aot;
package org.springframework.security.web.aot.hint;
import java.util.stream.Stream;
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.security.web.webauthn.aot;
package org.springframework.security.web.aot.hint;
import java.util.stream.Stream;
@@ -1,3 +0,0 @@
org.springframework.aot.hint.RuntimeHintsRegistrar=\
org.springframework.security.web.webauthn.aot.UserCredentialRuntimeHints,\
org.springframework.security.web.webauthn.aot.PublicKeyCredentialUserEntityRuntimeHints