You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/10/21 14:00:55 UTC

[shardingsphere-elasticjob] branch master updated: Remove useless spring namespace attributes (#1628)

This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b160da  Remove useless spring namespace attributes (#1628)
4b160da is described below

commit 4b160da0b7fc114ae24321defef2114ab3a47480
Author: Liang Zhang <te...@163.com>
AuthorDate: Wed Oct 21 21:58:39 2020 +0800

    Remove useless spring namespace attributes (#1628)
---
 .../lite/spring/namespace/job/tag/JobBeanDefinitionTag.java           | 4 ----
 .../src/main/resources/META-INF/namespace/elasticjob.xsd              | 1 -
 2 files changed, 5 deletions(-)

diff --git a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-namespace/src/main/java/org/apache/shardingsphere/elasticjob/lite/spring/namespace/job/tag/JobBeanDefinitionTag.java b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-namespace/src/main/java/org/apache/shardingsphere/elasticjob/lite/spring/namespace/job/tag/JobBeanDefinitionTag.java
index 34f2493..6001029 100644
--- a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-namespace/src/main/java/org/apache/shardingsphere/elasticjob/lite/spring/namespace/job/tag/JobBeanDefinitionTag.java
+++ b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-namespace/src/main/java/org/apache/shardingsphere/elasticjob/lite/spring/namespace/job/tag/JobBeanDefinitionTag.java
@@ -59,10 +59,6 @@ public final class JobBeanDefinitionTag {
     public static final String JOB_ERROR_HANDLER_TYPE_ATTRIBUTE = "job-error-handler-type";
     
     public static final String JOB_LISTENER_TYPES_ATTRIBUTE = "job-listener-types";
-
-    public static final String EXTRA_CONFIGURATION_REF_ATTRIBUTE = "extra-configurations-ref";
-    
-    public static final String ERROR_HANDLER_CONFIG_REF_ATTRIBUTE = "error-handler-config-ref";
     
     public static final String DESCRIPTION_ATTRIBUTE = "description";
     
diff --git a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-namespace/src/main/resources/META-INF/namespace/elasticjob.xsd b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-namespace/src/main/resources/META-INF/namespace/elasticjob.xsd
index f99b55f..2fb7286 100644
--- a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-namespace/src/main/resources/META-INF/namespace/elasticjob.xsd
+++ b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-namespace/src/main/resources/META-INF/namespace/elasticjob.xsd
@@ -47,7 +47,6 @@
                     <xsd:attribute name="job-error-handler-type" type="xsd:string" />
                     <xsd:attribute name="job-listener-types" type="xsd:string" />
                     <xsd:attribute name="tracing-ref" type="xsd:string" />
-                    <xsd:attribute name="error-handler-config-ref" type="xsd:string" />
                     <xsd:attribute name="description" type="xsd:string" />
                     <xsd:attribute name="disabled" type="xsd:string" default="false" />
                     <xsd:attribute name="overwrite" type="xsd:string" default="false" />