This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a change to branch branch-0.11 in repository https://gitbox.apache.org/repos/asf/zeppelin.git
from 2cbc450c10 [HOTFIX] Change the link of `helium.json` from S3 to zeppelin.apache.org (#4713) new 28f55ea225 [ZEPPELIN-5990] Disable sensitive configuration for JDBC url (#4709) new b9d0b6b00a [ZEPPELIN-5995] Update Kubernetes Library and hopefully fix flaky tests (#4712) new 5c9f0bbf3e Bump org.postgresql:postgresql from 42.4.3 to 42.7.2 in /jdbc (#4723) new 75ccdc73ff [HOTFIX] Escape Ldap search filters (#4714) new 164a21bcd9 [HOTFIX] Escape envs when using `.conf` (#4715) new 80583856b3 Fix the new zeppelin ui. The specific reason is that the use of excessively wide column widths resulted in the remaining fields being squeezed out of the screen, and nz table did not have a scroll bar set to display scrolling. (#4727) new ca178c11c7 [HOTFIX] Escape HeliumPackage information (#4728) new e465b7d816 [NO-ISSUE] Use reload4j instead of log4j (#4719) new 797c29fe73 [NO-ISSUE] Upgrade org.json jar (#4722) The 9 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: bin/interpreter.sh | 3 + elasticsearch/pom.xml | 5 ++ flink/flink-scala-2.12/pom.xml | 17 +++++ influxdb/pom.xml | 10 +++ jdbc/pom.xml | 2 +- .../org/apache/zeppelin/jdbc/JDBCInterpreter.java | 23 ++++++- .../apache/zeppelin/jdbc/JDBCInterpreterTest.java | 15 +++++ pom.xml | 55 +++++++++++++--- rlang/pom.xml | 12 ++++ shell/pom.xml | 4 ++ submarine/pom.xml | 8 +++ zeppelin-distribution/src/bin_license/LICENSE | 11 +++- zeppelin-examples/zeppelin-example-clock/pom.xml | 7 ++- .../zeppelin-example-horizontalbar/pom.xml | 7 ++- .../zeppelin-example-spell-echo/pom.xml | 7 ++- .../zeppelin-example-spell-flowchart/pom.xml | 7 ++- .../zeppelin-example-spell-markdown/pom.xml | 7 ++- .../zeppelin-example-spell-translator/pom.xml | 7 ++- zeppelin-interpreter-parent/pom.xml | 7 ++- zeppelin-interpreter-shaded/pom.xml | 5 +- zeppelin-interpreter/pom.xml | 23 ++++++- .../org/apache/zeppelin/helium/HeliumPackage.java | 45 ++++++++++++- .../apache/zeppelin/helium/SpellPackageInfo.java | 5 ++ .../zeppelin/helium/ApplicationLoaderTest.java | 3 +- .../apache/zeppelin/helium/HeliumPackageTest.java | 3 +- zeppelin-jupyter-interpreter-shaded/pom.xml | 6 ++ zeppelin-plugins/launcher/k8s-standard/pom.xml | 7 ++- .../launcher/K8sRemoteInterpreterProcessTest.java | 73 +++++++++++----------- .../K8sStandardInterpreterLauncherTest.java | 2 + .../interpreter/launcher/PodPhaseWatcherTest.java | 27 ++++++-- zeppelin-plugins/notebookrepo/gcs/pom.xml | 9 +++ zeppelin-server/pom.xml | 10 ++- .../java/org/apache/zeppelin/realm/LdapRealm.java | 73 +++++++++++++++++++++- .../org/apache/zeppelin/realm/LdapRealmTest.java | 13 ++++ .../apache/zeppelin/rest/HeliumRestApiTest.java | 5 +- .../table/table-visualization.component.html | 3 +- zeppelin-zengine/pom.xml | 6 ++ .../helium/HeliumApplicationFactoryTest.java | 9 +-- .../zeppelin/helium/HeliumBundleFactoryTest.java | 13 ++-- .../zeppelin/helium/HeliumLocalRegistryTest.java | 3 +- .../org/apache/zeppelin/helium/HeliumTest.java | 9 +-- 41 files changed, 472 insertions(+), 94 deletions(-)