Skip to content

Commit 104dc8c

Browse files
committed
DATAREDIS-1025 - Add HTTPS entries into spring.schemas.
To resolve XSD files properly from the classpath, their HTTPS reference must be present in the spring.schemas to avoid internet interaction for resolving an XSD file.
1 parent 3a6fa19 commit 104dc8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
http\://www.springframework.org/schema/redis/spring-redis-1.0.xsd=org/springframework/data/redis/config/spring-redis-1.0.xsd
2-
http\://www.springframework.org/schema/redis/spring-redis.xsd=org/springframework/data/redis/config/spring-redis-1.0.xsd
2+
http\://www.springframework.org/schema/redis/spring-redis.xsd=org/springframework/data/redis/config/spring-redis-1.0.xsd
3+
https\://www.springframework.org/schema/redis/spring-redis-1.0.xsd=org/springframework/data/redis/config/spring-redis-1.0.xsd
4+
https\://www.springframework.org/schema/redis/spring-redis.xsd=org/springframework/data/redis/config/spring-redis-1.0.xsd

0 commit comments

Comments
 (0)