This is an automated email from the ASF dual-hosted git repository. zhangyonglun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-lite.git
The following commit(s) were added to refs/heads/master by this push: new e87d325 #967, updata xmlns new 2aab7f7 Merge pull request #1017 from tuohai666/master e87d325 is described below commit e87d32556534d6f6a640849df57f71586d620138 Author: tuohai666 <zhangyong...@apache.org> AuthorDate: Fri Jul 10 16:36:35 2020 +0800 #967, updata xmlns --- README.md | 6 +++--- README_ZH.md | 6 +++--- docs/content/quick-start/_index.cn.md | 6 +++--- docs/content/user-manual/dump.cn.md | 6 +++--- docs/content/user-manual/job-api.cn.md | 6 +++--- docs/content/user-manual/job-reconcile.cn.md | 6 +++--- .../src/main/resources/META-INF/namespace/elasticjob.xsd | 4 ++-- .../src/main/resources/META-INF/spring.handlers | 2 +- .../src/main/resources/META-INF/spring.schemas | 2 +- .../elasticjob-lite-spring/src/test/resources/META-INF/job/base.xml | 6 +++--- .../src/test/resources/META-INF/job/withEventTraceRdb.xml | 6 +++--- .../src/test/resources/META-INF/job/withJobHandler.xml | 6 +++--- .../src/test/resources/META-INF/job/withJobRef.xml | 6 +++--- .../src/test/resources/META-INF/job/withListener.xml | 6 +++--- .../src/test/resources/META-INF/job/withListenerAndCglib.xml | 6 +++--- .../test/resources/META-INF/job/withListenerAndJdkDynamicProxy.xml | 6 +++--- .../src/test/resources/META-INF/job/withoutListener.xml | 6 +++--- .../src/test/resources/META-INF/reg/regContext.xml | 6 +++--- .../src/test/resources/META-INF/snapshot/snapshotDisabled.xml | 6 +++--- .../src/test/resources/META-INF/snapshot/snapshotEnabled.xml | 6 +++--- .../src/main/resources/META-INF/applicationContext.xml | 6 +++--- 21 files changed, 58 insertions(+), 58 deletions(-) diff --git a/README.md b/README.md index c486e4c..0500dbb 100644 --- a/README.md +++ b/README.md @@ -113,11 +113,11 @@ public class MyElasticJob implements SimpleJob { <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:elasticjob="http://elasticjob.shardingsphere.apache.org/schema/elasticjob" + xmlns:elasticjob="http://shardingsphere.apache.org/schema/elasticjob" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://elasticjob.shardingsphere.apache.org/schema/elasticjob - http://elasticjob.shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd + http://shardingsphere.apache.org/schema/elasticjob + http://shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd "> <!--configure registry center --> <elasticjob:zookeeper id="regCenter" server-lists="yourhost:2181" namespace="elastic-job" base-sleep-time-milliseconds="1000" max-sleep-time-milliseconds="3000" max-retries="3" /> diff --git a/README_ZH.md b/README_ZH.md index af53478..f53be5f 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -112,11 +112,11 @@ public class MyElasticJob implements SimpleJob { <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:elasticjob="http://elasticjob.shardingsphere.apache.org/schema/elasticjob" + xmlns:elasticjob="http://shardingsphere.apache.org/schema/elasticjob" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://elasticjob.shardingsphere.apache.org/schema/elasticjob - http://elasticjob.shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd + http://shardingsphere.apache.org/schema/elasticjob + http://shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd "> <!--配置作业注册中心 --> <elasticjob:zookeeper id="regCenter" server-lists="yourhost:2181" namespace="elastic-job" base-sleep-time-milliseconds="1000" max-sleep-time-milliseconds="3000" max-retries="3" /> diff --git a/docs/content/quick-start/_index.cn.md b/docs/content/quick-start/_index.cn.md index c6f5494..bf48c01 100644 --- a/docs/content/quick-start/_index.cn.md +++ b/docs/content/quick-start/_index.cn.md @@ -93,11 +93,11 @@ public class JobDemo { <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:elasticjob="http://elasticjob.shardingsphere.apache.org/schema/elasticjob" + xmlns:elasticjob="http://shardingsphere.apache.org/schema/elasticjob" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://elasticjob.shardingsphere.apache.org/schema/elasticjob - http://elasticjob.shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd + http://shardingsphere.apache.org/schema/elasticjob + http://shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd "> <!--配置作业注册中心 --> <elasticjob:zookeeper id="regCenter" server-lists="yourhost:2181" namespace="elastic-job" base-sleep-time-milliseconds="1000" max-sleep-time-milliseconds="3000" max-retries="3" /> diff --git a/docs/content/user-manual/dump.cn.md b/docs/content/user-manual/dump.cn.md index 0fa5670..3959a00 100644 --- a/docs/content/user-manual/dump.cn.md +++ b/docs/content/user-manual/dump.cn.md @@ -22,11 +22,11 @@ chapter = true <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:elasticjob="http://elasticjob.shardingsphere.apache.org/schema/elasticjob" + xmlns:elasticjob="http://shardingsphere.apache.org/schema/elasticjob" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://elasticjob.shardingsphere.apache.org/schema/elasticjob - http://elasticjob.shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd + http://shardingsphere.apache.org/schema/elasticjob + http://shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd "> <!--配置作业注册中心 --> <elasticjob:zookeeper id="regCenter" server-lists="yourhost:2181" namespace="dd-job" base-sleep-time-milliseconds="1000" max-sleep-time-milliseconds="3000" max-retries="3" /> diff --git a/docs/content/user-manual/job-api.cn.md b/docs/content/user-manual/job-api.cn.md index 1f39122..fd3a03c 100644 --- a/docs/content/user-manual/job-api.cn.md +++ b/docs/content/user-manual/job-api.cn.md @@ -152,11 +152,11 @@ Root 对应 JobConfiguration,有2个子类分别对应Lite和Cloud部署类型 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:elasticjob="http://elasticjob.shardingsphere.apache.org/schema/elasticjob" + xmlns:elasticjob="http://shardingsphere.apache.org/schema/elasticjob" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://elasticjob.shardingsphere.apache.org/schema/elasticjob - http://elasticjob.shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd + http://shardingsphere.apache.org/schema/elasticjob + http://shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd "> <!--配置作业注册中心 --> <elasticjob:zookeeper id="regCenter" server-lists="yourhost:2181" namespace="dd-job" base-sleep-time-milliseconds="1000" max-sleep-time-milliseconds="3000" max-retries="3" /> diff --git a/docs/content/user-manual/job-reconcile.cn.md b/docs/content/user-manual/job-reconcile.cn.md index 533a877..830a4b7 100644 --- a/docs/content/user-manual/job-reconcile.cn.md +++ b/docs/content/user-manual/job-reconcile.cn.md @@ -19,11 +19,11 @@ chapter = true <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:elasticjob="http://elasticjob.shardingsphere.apache.org/schema/elasticjob" + xmlns:elasticjob="http://shardingsphere.apache.org/schema/elasticjob" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://elasticjob.shardingsphere.apache.org/schema/elasticjob - http://elasticjob.shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd + http://shardingsphere.apache.org/schema/elasticjob + http://shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd "> <!--配置作业注册中心 --> <elasticjob:zookeeper id="regCenter" server-lists="yourhost:2181" namespace="elastic-job" base-sleep-time-milliseconds="1000" max-sleep-time-milliseconds="3000" max-retries="3" /> diff --git a/elasticjob-lite/elasticjob-lite-spring/src/main/resources/META-INF/namespace/elasticjob.xsd b/elasticjob-lite/elasticjob-lite-spring/src/main/resources/META-INF/namespace/elasticjob.xsd index 1e08869..6d8bdab 100644 --- a/elasticjob-lite/elasticjob-lite-spring/src/main/resources/META-INF/namespace/elasticjob.xsd +++ b/elasticjob-lite/elasticjob-lite-spring/src/main/resources/META-INF/namespace/elasticjob.xsd @@ -16,10 +16,10 @@ ~ limitations under the License. --> -<xsd:schema xmlns="http://elasticjob.shardingsphere.apache.org/schema/elasticjob" +<xsd:schema xmlns="http://shardingsphere.apache.org/schema/elasticjob" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:beans="http://www.springframework.org/schema/beans" - targetNamespace="http://elasticjob.shardingsphere.apache.org/schema/elasticjob" + targetNamespace="http://shardingsphere.apache.org/schema/elasticjob" elementFormDefault="qualified"> <xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans.xsd" /> diff --git a/elasticjob-lite/elasticjob-lite-spring/src/main/resources/META-INF/spring.handlers b/elasticjob-lite/elasticjob-lite-spring/src/main/resources/META-INF/spring.handlers index c99cdfe..0393b18 100644 --- a/elasticjob-lite/elasticjob-lite-spring/src/main/resources/META-INF/spring.handlers +++ b/elasticjob-lite/elasticjob-lite-spring/src/main/resources/META-INF/spring.handlers @@ -15,4 +15,4 @@ # limitations under the License. # -http\://elasticjob.shardingsphere.apache.org/schema/elasticjob=org.apache.shardingsphere.elasticjob.lite.spring.ElasticJobNamespaceHandler +http\://shardingsphere.apache.org/schema/elasticjob=org.apache.shardingsphere.elasticjob.lite.spring.ElasticJobNamespaceHandler diff --git a/elasticjob-lite/elasticjob-lite-spring/src/main/resources/META-INF/spring.schemas b/elasticjob-lite/elasticjob-lite-spring/src/main/resources/META-INF/spring.schemas index 2e1c7d4..ac843a5 100644 --- a/elasticjob-lite/elasticjob-lite-spring/src/main/resources/META-INF/spring.schemas +++ b/elasticjob-lite/elasticjob-lite-spring/src/main/resources/META-INF/spring.schemas @@ -15,4 +15,4 @@ # limitations under the License. # -http\://elasticjob.shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd=META-INF/namespace/elasticjob.xsd +http\://shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd=META-INF/namespace/elasticjob.xsd diff --git a/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/base.xml b/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/base.xml index 01065bd..8540462 100644 --- a/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/base.xml +++ b/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/base.xml @@ -19,13 +19,13 @@ <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" - xmlns:elasticjob="http://elasticjob.shardingsphere.apache.org/schema/elasticjob" + xmlns:elasticjob="http://shardingsphere.apache.org/schema/elasticjob" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd - http://elasticjob.shardingsphere.apache.org/schema/elasticjob - http://elasticjob.shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd + http://shardingsphere.apache.org/schema/elasticjob + http://shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd "> <context:property-placeholder location="classpath:conf/job/conf.properties" /> diff --git a/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withEventTraceRdb.xml b/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withEventTraceRdb.xml index 422ae56..d183816 100644 --- a/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withEventTraceRdb.xml +++ b/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withEventTraceRdb.xml @@ -18,11 +18,11 @@ <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:elasticjob="http://elasticjob.shardingsphere.apache.org/schema/elasticjob" + xmlns:elasticjob="http://shardingsphere.apache.org/schema/elasticjob" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://elasticjob.shardingsphere.apache.org/schema/elasticjob - http://elasticjob.shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd + http://shardingsphere.apache.org/schema/elasticjob + http://shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd "> <import resource="base.xml"/> diff --git a/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withJobHandler.xml b/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withJobHandler.xml index 0038e72..f73e39c 100644 --- a/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withJobHandler.xml +++ b/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withJobHandler.xml @@ -18,11 +18,11 @@ <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:elasticjob="http://elasticjob.shardingsphere.apache.org/schema/elasticjob" + xmlns:elasticjob="http://shardingsphere.apache.org/schema/elasticjob" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://elasticjob.shardingsphere.apache.org/schema/elasticjob - http://elasticjob.shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd + http://shardingsphere.apache.org/schema/elasticjob + http://shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd "> <import resource="base.xml"/> diff --git a/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withJobRef.xml b/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withJobRef.xml index 8f956fc..4cc8ad9 100644 --- a/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withJobRef.xml +++ b/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withJobRef.xml @@ -18,11 +18,11 @@ <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:elasticjob="http://elasticjob.shardingsphere.apache.org/schema/elasticjob" + xmlns:elasticjob="http://shardingsphere.apache.org/schema/elasticjob" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://elasticjob.shardingsphere.apache.org/schema/elasticjob - http://elasticjob.shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd + http://shardingsphere.apache.org/schema/elasticjob + http://shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd "> <import resource="base.xml"/> diff --git a/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withListener.xml b/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withListener.xml index 65d4877..318569a 100644 --- a/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withListener.xml +++ b/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withListener.xml @@ -18,11 +18,11 @@ <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:elasticjob="http://elasticjob.shardingsphere.apache.org/schema/elasticjob" + xmlns:elasticjob="http://shardingsphere.apache.org/schema/elasticjob" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://elasticjob.shardingsphere.apache.org/schema/elasticjob - http://elasticjob.shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd + http://shardingsphere.apache.org/schema/elasticjob + http://shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd "> <import resource="base.xml"/> diff --git a/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withListenerAndCglib.xml b/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withListenerAndCglib.xml index 261326a..7c3826c 100644 --- a/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withListenerAndCglib.xml +++ b/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withListenerAndCglib.xml @@ -20,15 +20,15 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:aop="http://www.springframework.org/schema/aop" - xmlns:elasticjob="http://elasticjob.shardingsphere.apache.org/schema/elasticjob" + xmlns:elasticjob="http://shardingsphere.apache.org/schema/elasticjob" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd - http://elasticjob.shardingsphere.apache.org/schema/elasticjob - http://elasticjob.shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd + http://shardingsphere.apache.org/schema/elasticjob + http://shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd "> <context:component-scan base-package="org.apache.shardingsphere.elasticjob.lite.spring.fixture.aspect,org.apache.shardingsphere.elasticjob.lite.spring.fixture.service" /> <aop:aspectj-autoproxy proxy-target-class="true" /> diff --git a/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withListenerAndJdkDynamicProxy.xml b/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withListenerAndJdkDynamicProxy.xml index 12ae3a2..3785baa 100644 --- a/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withListenerAndJdkDynamicProxy.xml +++ b/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withListenerAndJdkDynamicProxy.xml @@ -20,15 +20,15 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:aop="http://www.springframework.org/schema/aop" - xmlns:elasticjob="http://elasticjob.shardingsphere.apache.org/schema/elasticjob" + xmlns:elasticjob="http://shardingsphere.apache.org/schema/elasticjob" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd - http://elasticjob.shardingsphere.apache.org/schema/elasticjob - http://elasticjob.shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd + http://shardingsphere.apache.org/schema/elasticjob + http://shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd "> <context:component-scan base-package="org.apache.shardingsphere.elasticjob.lite.spring.fixture.aspect,org.apache.shardingsphere.elasticjob.lite.spring.fixture.service" /> <aop:aspectj-autoproxy /> diff --git a/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withoutListener.xml b/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withoutListener.xml index 4ffb023..a879202 100644 --- a/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withoutListener.xml +++ b/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/job/withoutListener.xml @@ -18,11 +18,11 @@ <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:elasticjob="http://elasticjob.shardingsphere.apache.org/schema/elasticjob" + xmlns:elasticjob="http://shardingsphere.apache.org/schema/elasticjob" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://elasticjob.shardingsphere.apache.org/schema/elasticjob - http://elasticjob.shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd + http://shardingsphere.apache.org/schema/elasticjob + http://shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd "> <import resource="base.xml" /> diff --git a/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/reg/regContext.xml b/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/reg/regContext.xml index d75fd2e..fb0bc82 100644 --- a/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/reg/regContext.xml +++ b/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/reg/regContext.xml @@ -19,13 +19,13 @@ <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" - xmlns:elasticjob="http://elasticjob.shardingsphere.apache.org/schema/elasticjob" + xmlns:elasticjob="http://shardingsphere.apache.org/schema/elasticjob" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd - http://elasticjob.shardingsphere.apache.org/schema/elasticjob - http://elasticjob.shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd + http://shardingsphere.apache.org/schema/elasticjob + http://shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd "> <context:property-placeholder location="classpath:conf/reg/conf.properties" ignore-unresolvable="true" /> <elasticjob:zookeeper id="regCenter1" server-lists="${regCenter1.serverLists}" namespace="${regCenter1.namespace}" base-sleep-time-milliseconds="${regCenter1.baseSleepTimeMilliseconds}" max-sleep-time-milliseconds="${regCenter1.maxSleepTimeMilliseconds}" max-retries="${regCenter1.maxRetries}" /> diff --git a/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/snapshot/snapshotDisabled.xml b/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/snapshot/snapshotDisabled.xml index c42f7c4..eb3a3ae 100644 --- a/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/snapshot/snapshotDisabled.xml +++ b/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/snapshot/snapshotDisabled.xml @@ -19,13 +19,13 @@ <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" - xmlns:elasticjob="http://elasticjob.shardingsphere.apache.org/schema/elasticjob" + xmlns:elasticjob="http://shardingsphere.apache.org/schema/elasticjob" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd - http://elasticjob.shardingsphere.apache.org/schema/elasticjob - http://elasticjob.shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd + http://shardingsphere.apache.org/schema/elasticjob + http://shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd "> <context:property-placeholder location="classpath:conf/reg/conf.properties" ignore-unresolvable="true"/> diff --git a/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/snapshot/snapshotEnabled.xml b/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/snapshot/snapshotEnabled.xml index 5791966..7ec3f39 100644 --- a/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/snapshot/snapshotEnabled.xml +++ b/elasticjob-lite/elasticjob-lite-spring/src/test/resources/META-INF/snapshot/snapshotEnabled.xml @@ -19,13 +19,13 @@ <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" - xmlns:elasticjob="http://elasticjob.shardingsphere.apache.org/schema/elasticjob" + xmlns:elasticjob="http://shardingsphere.apache.org/schema/elasticjob" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd - http://elasticjob.shardingsphere.apache.org/schema/elasticjob - http://elasticjob.shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd + http://shardingsphere.apache.org/schema/elasticjob + http://shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd "> <context:property-placeholder location="classpath:conf/job/conf.properties" ignore-unresolvable="true"/> diff --git a/examples/elasticjob-example-lite-spring/src/main/resources/META-INF/applicationContext.xml b/examples/elasticjob-example-lite-spring/src/main/resources/META-INF/applicationContext.xml index 5f65d99..a7b6b8d 100644 --- a/examples/elasticjob-example-lite-spring/src/main/resources/META-INF/applicationContext.xml +++ b/examples/elasticjob-example-lite-spring/src/main/resources/META-INF/applicationContext.xml @@ -19,13 +19,13 @@ <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" - xmlns:elasticjob="http://elasticjob.shardingsphere.apache.org/schema/elasticjob" + xmlns:elasticjob="http://shardingsphere.apache.org/schema/elasticjob" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd - http://elasticjob.shardingsphere.apache.org/schema/elasticjob - http://elasticjob.shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd + http://shardingsphere.apache.org/schema/elasticjob + http://shardingsphere.apache.org/schema/elasticjob/elasticjob.xsd "> <context:component-scan base-package="org.apache.shardingsphere.elasticjob.lite.example" /> <context:property-placeholder location="classpath:conf/*.properties" />