You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by al...@apache.org on 2019/11/19 09:10:02 UTC

[flink] branch release-1.9 updated (3b97ec9 -> 9fe6259)

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

aljoscha pushed a change to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 3b97ec9  [FLINK-14784][table] CsvTableSink miss delimiter when row start with null member.
     add 0f30c26  [FLINK-13747][client] Make client respect classloading policy
     add 9fe6259  [FLINK-13747][client] Add integration tests for classloading in program execution

No new revisions were added by this update.

Summary of changes:
 .../org/apache/flink/client/cli/CliFrontend.java   |  4 +-
 .../apache/flink/client/program/JobWithJars.java   | 11 +++-
 .../flink/client/program/PackagedProgram.java      | 34 +++++++++-
 .../runtime/webmonitor/WebSubmissionExtension.java |  1 +
 .../webmonitor/handlers/JarListHandler.java        |  8 ++-
 .../webmonitor/handlers/utils/JarHandlerUtils.java |  2 +
 .../webmonitor/handlers/JarSubmissionITCase.java   |  1 +
 .../api/environment/RemoteStreamEnvironment.java   |  2 +-
 flink-tests/pom.xml                                | 19 ++++++
 .../assembly/test-classloading_policy-assembly.xml |  6 +-
 .../flink/test/classloading/ClassLoaderITCase.java | 74 ++++++++++++++++++++++
 .../jar/ClassLoadingPolicyProgram.java             | 48 ++++++++++++++
 .../src/test/resources/test-resource               |  4 +-
 13 files changed, 196 insertions(+), 18 deletions(-)
 copy flink-clients/src/test/assembly/test-assembly.xml => flink-tests/src/test/assembly/test-classloading_policy-assembly.xml (91%)
 create mode 100644 flink-tests/src/test/java/org/apache/flink/test/classloading/jar/ClassLoadingPolicyProgram.java
 copy flink-runtime-web/web-dashboard/src/app/pages/job/configuration/job-configuration.component.less => flink-tests/src/test/resources/test-resource (95%)