KomachiSion opened a new issue #109: Spring xsd file still points to the 
shardingsphere.io domain
URL: https://github.com/apache/incubator-shardingsphere-doc/issues/109
 
 
   Spring xsd file in website still use http://shardingsphere.io domain, which 
may cause some users startup failed with sharding-spring-namespace.
   
   For example:
   http://shardingsphere.apache.org/schema/shardingsphere/sharding/sharding.xsd
   
   ```
   <xsd:schema xmlns="http://shardingsphere.io/schema/shardingsphere/sharding"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:beans="http://www.springframework.org/schema/beans"; 
targetNamespace="http://shardingsphere.io/schema/shardingsphere/sharding"; 
elementFormDefault="qualified">
   <xsd:import namespace="http://www.springframework.org/schema/beans"; 
schemaLocation="http://www.springframework.org/schema/beans/spring-beans.xsd"/>
   <xsd:element name="data-source">
   ....
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to