Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose JDBC default user schema DDL location as public constant #10837

Closed
eleftherias opened this issue Feb 15, 2022 · 1 comment
Closed

Expose JDBC default user schema DDL location as public constant #10837

eleftherias opened this issue Feb 15, 2022 · 1 comment
Assignees
Labels
in: core An issue in spring-security-core type: enhancement A general enhancement
Milestone

Comments

@eleftherias
Copy link
Contributor

The default JDBC user schema is exposed as a classpath resource named org/springframework/security/core/userdetails/jdbc/users.ddl.

We should add a public constant with that classpath location so that users don't need to know the full path.

@eleftherias eleftherias added in: core An issue in spring-security-core type: enhancement A general enhancement labels Feb 15, 2022
@eleftherias eleftherias added this to the 5.7.0-M2 milestone Feb 15, 2022
@eleftherias eleftherias self-assigned this Feb 15, 2022
@eleftherias
Copy link
Contributor Author

Closed via c6b1854

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core An issue in spring-security-core type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant