Add Support Postgres To JdbcUserCredentialRepository
Closes gh-16832 Signed-off-by: Max Batischev <mblancer@mail.ru>
This commit is contained in:
committed by
Josh Cummings
parent
4703f9cf1c
commit
9a897d0b62
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2024 the original author or authors.
|
||||
* Copyright 2002-2025 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -53,7 +53,8 @@ public class UserCredentialRuntimeHintsTests {
|
||||
}
|
||||
|
||||
private static Stream<String> getClientRecordsSqlFiles() {
|
||||
return Stream.of("org/springframework/security/user-credentials-schema.sql");
|
||||
return Stream.of("org/springframework/security/user-credentials-schema.sql",
|
||||
"org/springframework/security/user-credentials-schema-postgres.sql");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user