This is an automated email from the ASF dual-hosted git repository.
zhonghongsheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git
from caef949e8 Merge pull request #2309 from terrymanu/dev
new 24b07cadf Refactor JobClassNameProviderFactory
new f48ed0712 Remove TracingListenerFactory
new 4ee87542c Refactor TracingStorageConverterFactory
new 6f156629b Refactor RegExceptionHandler
new 8de64126b Refactor DatabaseType
new 12d4140d6 Refactor JDBCParameterDecorator
new 25a0e02f6 Refactor YamlConfigurationConverter
new 0878e7844 Refactor JobItemExecutorFactory
new 71cf3f96a Use ShardingSphereServiceLoader to instead of JDK
ServiceLoader
new 175a2ff60 For checkstyle
new f9825c7ee Merge pull request #2310 from terrymanu/dev
The 2341 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../executor/item/JobItemExecutorFactory.java | 18 ++-----
.../executor/item/impl/ClassedJobItemExecutor.java | 2 +
.../elasticjob/tracing/JobTracingEventBus.java | 10 +++-
.../listener/TracingListenerConfiguration.java | 11 ++--
.../tracing/listener/TracingListenerFactory.java | 58 ----------------------
.../tracing/storage/TracingStorageConverter.java | 2 +
.../storage/TracingStorageConverterFactory.java | 15 ++----
.../yaml/YamlTracingConfigurationConverter.java | 17 +++----
.../listener/TracingListenerFactoryTest.java | 47 ------------------
.../YamlJobEventCallerConfigurationConverter.java | 2 +-
.../rdb/datasource/DataSourceConfiguration.java | 14 +-----
.../rdb/datasource/JDBCParameterDecorator.java | 10 ++--
.../tracing/rdb/storage/RDBJobEventStorage.java | 13 +----
.../elasticjob/tracing/rdb/type/DatabaseType.java | 16 +++---
.../yaml/YamlDataSourceConfigurationConverter.java | 2 +-
.../infra/pojo/JobConfigurationPOJO.java | 8 +--
.../yaml/config/YamlConfigurationConverter.java | 14 +++---
.../config/YamlConfigurationConverterFactory.java | 52 -------------------
.../YamlConfigurationConverterFactoryTest.java | 33 ------------
.../internal/setup/JobClassNameProvider.java | 2 +
.../setup/JobClassNameProviderFactory.java | 16 ++----
registry-center/api/pom.xml | 7 +++
.../reg/exception/IgnoredExceptionProvider.java | 3 ++
.../reg/exception/RegExceptionHandler.java | 15 ++----
.../RequestBodyDeserializerFactory.java | 6 +--
.../deserializer/factory/DeserializerFactory.java | 2 +
.../DefaultTextPlainRequestBodyDeserializer.java | 2 +
.../restful/serializer/ResponseBodySerializer.java | 3 ++
.../serializer/ResponseBodySerializerFactory.java | 6 +--
.../serializer/factory/SerializerFactory.java | 2 +
30 files changed, 95 insertions(+), 313 deletions(-)
delete mode 100644
ecosystem/tracing/api/src/main/java/org/apache/shardingsphere/elasticjob/tracing/listener/TracingListenerFactory.java
delete mode 100644
ecosystem/tracing/api/src/test/java/org/apache/shardingsphere/elasticjob/tracing/listener/TracingListenerFactoryTest.java
delete mode 100644
infra/src/main/java/org/apache/shardingsphere/elasticjob/infra/yaml/config/YamlConfigurationConverterFactory.java
delete mode 100644
infra/src/test/java/org/apache/shardingsphere/elasticjob/infra/yaml/config/YamlConfigurationConverterFactoryTest.java