Skip to content

Commit 9489ab4

Browse files
committed
Revert "Move webauthn runtimehints to spring-security-webauthn"
This reverts commit fe41189.
1 parent fe41189 commit 9489ab4

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.security.web.webauthn.aot;
17+
package org.springframework.security.web.aot.hint;
1818

1919
import org.springframework.aot.hint.RuntimeHints;
2020
import org.springframework.aot.hint.RuntimeHintsRegistrar;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.security.web.webauthn.aot;
17+
package org.springframework.security.web.aot.hint;
1818

1919
import org.springframework.aot.hint.RuntimeHints;
2020
import org.springframework.aot.hint.RuntimeHintsRegistrar;
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
org.springframework.aot.hint.RuntimeHintsRegistrar=\
2-
org.springframework.security.web.aot.hint.WebMvcSecurityRuntimeHints
2+
org.springframework.security.web.aot.hint.WebMvcSecurityRuntimeHints,\
3+
org.springframework.security.web.aot.hint.UserCredentialRuntimeHints,\
4+
org.springframework.security.web.aot.hint.PublicKeyCredentialUserEntityRuntimeHints
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.security.web.webauthn.aot;
17+
package org.springframework.security.web.aot.hint;
1818

1919
import java.util.stream.Stream;
2020

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.security.web.webauthn.aot;
17+
package org.springframework.security.web.aot.hint;
1818

1919
import java.util.stream.Stream;
2020

webauthn/src/main/resources/META-INF/spring/aot.factories

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)