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

This reverts commit 9489ab48abcbd192d87e5535f2459804d9826a80.
This commit is contained in:
Rob Winch 2025-07-23 13:32:34 -05:00
parent 4ffec6dcdd
commit 34742c9743
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.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

View File

@ -14,7 +14,7 @@
* limitations under the License. * 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.RuntimeHints;
import org.springframework.aot.hint.RuntimeHintsRegistrar; import org.springframework.aot.hint.RuntimeHintsRegistrar;

View File

@ -14,7 +14,7 @@
* limitations under the License. * 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.RuntimeHints;
import org.springframework.aot.hint.RuntimeHintsRegistrar; 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. * limitations under the License.
*/ */
package org.springframework.security.web.aot.hint; package org.springframework.security.web.webauthn.aot;
import java.util.stream.Stream; import java.util.stream.Stream;

View File

@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.security.web.aot.hint; package org.springframework.security.web.webauthn.aot;
import java.util.stream.Stream; import java.util.stream.Stream;