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/09/26 08:07:42 UTC

[shardingsphere-elasticjob-ui] branch master updated (30a00a6 -> f1dff5c)

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

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


    from 30a00a6  Merge pull request #48 from TeslaCN/fixes-47
     new 46c9bd6  Add clear error message when missing JDBC Driver
     new c633627  Add final modifier to new classes and complete javadoc
     new 97a22b0  Add UID and correct name
     new f1dff5c  Merge pull request #50 from TeslaCN/fixes-49

The 165 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:
 .../lite/ui/domain/DataSourceFactory.java          |  3 ++
 .../lite/ui/domain/EventTraceDataSource.java       |  5 ++-
 .../ui/exception/JdbcDriverNotFoundException.java  | 14 +++----
 ...entTraceDataSourceConfigurationServiceImpl.java | 19 ++++++---
 .../controller/EventTraceDataSourceController.java | 26 ++++--------
 .../lite/ui/web/handler/RestExceptionHandler.java  | 48 ++++++++++++++++++++++
 6 files changed, 85 insertions(+), 30 deletions(-)
 copy shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-backend/src/main/java/org/apache/shardingsphere/elasticjob/cloud/ui/exception/AppConfigurationException.java => shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-backend/src/main/java/org/apache/shardingsphere/elasticjob/lite/ui/exception/JdbcDriverNotFoundException.java (63%)
 create mode 100644 shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-backend/src/main/java/org/apache/shardingsphere/elasticjob/lite/ui/web/handler/RestExceptionHandler.java