This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.codehaus.jettison-jettison-1.5.2 in repository https://gitbox.apache.org/repos/asf/zeppelin.git
discard 715d5d8dc7 Bump jettison from 1.4.0 to 1.5.2 add 9095d9b823 [MINOR] Specify branch names for Github action (#4529) add 976a8565fb [MINOR] Support aarch for frontend plugin (#4541) add aad8598117 [HOTFIX] Github Actions workaround (#4550) add 89a1ff2941 Correct small typo (#4551) add eafbb6b116 Bump json5 from 1.0.1 to 1.0.2 in /zeppelin-web-angular (#4544) add 4433c4d0ea Bump eventsource from 1.0.7 to 1.1.1 in /zeppelin-web-angular (#4376) add 55a6af9603 [MINOR] Fix wrong format for github actions of 'branches-ignore' (#4552) add 7137e88056 [MINOR] document 'markdown' display system (#4549) add 14650a769f [MINOR] Disable depeanabot branches for AppVeyor (#4555) add dd03962793 [ZEPPELIN-5875] Fix flaky tests in `core-modules` (#4556) add 1b8b42eed8 Bump global-modules-path and webpack-cli in /zeppelin-web (#4554) add fa2a132dec [ZEPPELIN-5874] polish flink code base (#4553) add 9d401272d4 Bump jettison from 1.4.0 to 1.5.2 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (715d5d8dc7) \ N -- N -- N refs/heads/dependabot/maven/org.codehaus.jettison-jettison-1.5.2 (9d401272d4) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .appveyor.yml | 4 + .github/workflows/core.yml | 25 +- .github/workflows/frontend.yml | 8 +- .github/workflows/quick.yml | 6 +- docs/usage/display_system/basic.md | 6 +- .../flink/ApplicationModeExecutionEnvironment.java | 1 - .../apache/zeppelin/flink/FlinkInterpreter.java | 6 +- .../apache/zeppelin/flink/FlinkSqlInterpreter.java | 2 +- .../apache/zeppelin/flink/IPyFlinkInterpreter.java | 4 +- .../java/org/apache/zeppelin/flink/JobManager.java | 34 +- .../apache/zeppelin/flink/PyFlinkInterpreter.java | 2 +- .../org/apache/zeppelin/flink/TableEnvFactory.java | 24 +- .../apache/zeppelin/flink/internal/JarHelper.java | 12 +- .../flink/internal/ScalaShellEnvironment.java | 3 - .../zeppelin/flink/sql/AbstractStreamSqlJob.java | 16 +- .../zeppelin/flink/sql/AppendStreamSqlJob.java | 7 +- .../zeppelin/flink/sql/SingleRowStreamSqlJob.java | 10 +- .../zeppelin/flink/sql/UpdateStreamSqlJob.java | 12 +- pom.xml | 18 +- .../apache/zeppelin/spark/PySparkInterpreter.java | 1 + .../apache/zeppelin/spark/SparkInterpreter.java | 9 +- zeppelin-interpreter-parent/pom.xml | 1 + zeppelin-interpreter-shaded/pom.xml | 5 + .../interpreter/SingleRowInterpreterResult.java | 4 +- .../interpreter/launcher/InterpreterClient.java | 10 + .../interpreter/remote/PooledRemoteClient.java | 4 + .../zeppelin/interpreter/util/ProcessLauncher.java | 4 + .../SingleRowInterpreterResultTest.java | 9 +- .../launcher/DockerInterpreterProcess.java | 5 + .../launcher/K8sRemoteInterpreterProcess.java | 6 + .../launcher/YarnRemoteInterpreterProcess.java | 6 + zeppelin-web-angular/package-lock.json | 23 +- zeppelin-web/package-lock.json | 698 ++++++++++++++++++--- zeppelin-web/package.json | 2 +- zeppelin-zengine/pom.xml | 7 +- .../remote/ExecRemoteInterpreterProcess.java | 5 + .../remote/RemoteInterpreterRunningProcess.java | 5 + .../lifecycle/TimeoutLifecycleManagerTest.java | 4 + 38 files changed, 800 insertions(+), 208 deletions(-)