Move webauthn runtimehints to spring-security-webauthn

Issue gh-17586
This commit is contained in:
Rob Winch 2025-07-23 09:20:39 -05:00
parent 79cd982341
commit fe411896af
No known key found for this signature in database
6 changed files with 8 additions and 7 deletions

View File

@ -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

View File

@ -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;

View File

@ -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;

View File

@ -0,0 +1,3 @@
org.springframework.aot.hint.RuntimeHintsRegistrar=\
org.springframework.security.web.webauthn.aot.UserCredentialRuntimeHints,\
org.springframework.security.web.webauthn.aot.PublicKeyCredentialUserEntityRuntimeHints

View File

@ -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;

View File

@ -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;