You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampark.apache.org by be...@apache.org on 2022/11/30 14:01:27 UTC

[incubator-streampark] branch jar-upload updated (27a3696d4 -> 6b23d4de8)

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

benjobs pushed a change to branch jar-upload
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


    from 27a3696d4 [improve] history upload-jars improvement
     add 6b23d4de8 [improve] history upload-jars service improvement

No new revisions were added by this update.

Summary of changes:
 .../controller/ApplicationHistoryController.java   | 23 +++------
 .../core/service/ApplicationHistoryService.java    | 28 ----------
 .../console/core/service/ApplicationService.java   | 14 ++---
 .../impl/ApplicationHistoryServiceImpl.java        | 59 ----------------------
 .../core/service/impl/ApplicationServiceImpl.java  | 42 ++++++++++-----
 5 files changed, 45 insertions(+), 121 deletions(-)
 delete mode 100644 streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/service/ApplicationHistoryService.java
 delete mode 100644 streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/service/impl/ApplicationHistoryServiceImpl.java