We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The Spring Security 5 XSDs are missing from https://www.springframework.org/schema/security/
They should be there
5.x and above
Referencing as
xsi:schemaLocation=" http://www.springframework.org/schema/security https://www.springframework.org/schema/security/spring-security-5.3.xsd http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util.xsd"
cause IDE to fail XML Validation since the xsd is missing
The text was updated successfully, but these errors were encountered:
Updated the symbolic link on our docs site to point to 5.3.0.RELEASE.
5.3.0.RELEASE
Sorry, something went wrong.
jzheaux
No branches or pull requests
Summary
The Spring Security 5 XSDs are missing from https://www.springframework.org/schema/security/
Expected Behavior
They should be there
Version
5.x and above
Sample
Referencing as
cause IDE to fail XML Validation since the xsd is missing
The text was updated successfully, but these errors were encountered: