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
Emmanuel Kala opened DATASOLR-70 and commented
The schema document for spring-solr-1.0 contains the following namespace import:
<xsd:import namespace="http://www.springframework.org/schema/data/repository" schemaLocation="http://www.springframework.org/schema/data/repository/spring-repository.xsd" />
However, an attempt to read http://www.springframework.org/schema/data/repository/spring-repository.xsd returns a 404
Affects: 1.0 RC1
The text was updated successfully, but these errors were encountered:
Oliver Drotbohm commented
This has been a glitch of the latest release in Spring Data Commons. Fixed by now! Thanks for spotting this
Sorry, something went wrong.
odrotbohm
No branches or pull requests
Emmanuel Kala opened DATASOLR-70 and commented
The schema document for spring-solr-1.0 contains the following namespace import:
<xsd:import namespace="http://www.springframework.org/schema/data/repository" schemaLocation="http://www.springframework.org/schema/data/repository/spring-repository.xsd" />
However, an attempt to read http://www.springframework.org/schema/data/repository/spring-repository.xsd
returns a 404
Affects: 1.0 RC1
The text was updated successfully, but these errors were encountered: