You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/01/17 16:12:19 UTC

[GitHub] [flink] AHeise opened a new pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

AHeise opened a new pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889
 
 
   <!--
   *Thank you very much for contributing to Apache Flink - we are happy that you want to help us improve Flink. To help the community review your contribution in the best possible way, please go through the checklist below, which will get the contribution into a shape in which it can be best reviewed.*
   
   *Please understand that we do not do this to make contributions to Flink a hassle. In order to uphold a high standard of quality for code contributions, while at the same time managing a large number of contributions, we need contributors to prepare the contributions well, and give reviewers enough contextual information for the review. Please also understand that contributions that do not follow this guide will take longer to review and thus typically be picked up with lower priority by the community.*
   
   ## Contribution Checklist
   
     - Make sure that the pull request corresponds to a [JIRA issue](https://issues.apache.org/jira/projects/FLINK/issues). Exceptions are made for typos in JavaDoc or documentation files, which need no JIRA issue.
     
     - Name the pull request in the form "[FLINK-XXXX] [component] Title of the pull request", where *FLINK-XXXX* should be replaced by the actual issue number. Skip *component* if you are unsure about which is the best component.
     Typo fixes that have no associated JIRA issue should be named following this pattern: `[hotfix] [docs] Fix typo in event time introduction` or `[hotfix] [javadocs] Expand JavaDoc for PuncuatedWatermarkGenerator`.
   
     - Fill out the template below to describe the changes contributed by the pull request. That will give reviewers the context they need to do the review.
     
     - Make sure that the change passes the automated tests, i.e., `mvn clean verify` passes. You can set up Travis CI to do that following [this guide](https://flink.apache.org/contributing/contribute-code.html#open-a-pull-request).
   
     - Each pull request should address only one issue, not mix up code from multiple issues.
     
     - Each commit in the pull request has a meaningful commit message (including the JIRA id)
   
     - Once all items of the checklist are addressed, remove the above text and this checklist, leaving only the filled out template below.
   
   
   **(The sections below can be removed for hotfixes of typos)**
   -->
   
   ## What is the purpose of the change
   
   Because of the module system of Java 9, (s3) plugins cannot access different modules anymore. This patch fixes two issues: access to platform modules for authentication related classes and bundling of jaxb in a version shaded jar.
   
   ## Brief change log
   
   - Access to platform modules for authentication related classes and
   - Bundling of jaxb in a version shaded jar.
   
   
   ## Verifying this change
   
   - Existing e2e plugin tests under Java 11.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yes / **no**)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes / **no**)
     - The serializers: (yes / **no** / don't know)
     - The runtime per-record code paths (performance sensitive): (yes / **no** / don't know)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (yes / **no** / don't know)
     - The S3 file system connector: (**yes** / no / don't know)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (yes / **no**)
     - If yes, how is the feature documented? (**not applicable** / docs / JavaDocs / not documented)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#issuecomment-575697892
 
 
   <!--
   Meta data
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:MANUAL TriggerID:575891920
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:MANUAL TriggerID:575891920
   -->
   ## CI report:
   
   * b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144966421) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#issuecomment-575697892
 
 
   <!--
   Meta data
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:MANUAL TriggerID:575891920
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:MANUAL TriggerID:575891920
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:MANUAL TriggerID:576197697
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:MANUAL TriggerID:576197697
   Hash:966745cdadf667b21fe7e33af854f7261eb94b50 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/145244379 TriggerType:PUSH TriggerID:966745cdadf667b21fe7e33af854f7261eb94b50
   Hash:966745cdadf667b21fe7e33af854f7261eb94b50 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4507 TriggerType:PUSH TriggerID:966745cdadf667b21fe7e33af854f7261eb94b50
   Hash:a1af064f262c989672448ac873502eb168717685 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/145256577 TriggerType:PUSH TriggerID:a1af064f262c989672448ac873502eb168717685
   Hash:a1af064f262c989672448ac873502eb168717685 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4511 TriggerType:PUSH TriggerID:a1af064f262c989672448ac873502eb168717685
   -->
   ## CI report:
   
   * b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144966421) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447) 
   * 966745cdadf667b21fe7e33af854f7261eb94b50 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/145244379) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4507) 
   * a1af064f262c989672448ac873502eb168717685 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/145256577) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4511) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#issuecomment-575697892
 
 
   <!--
   Meta data
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:MANUAL TriggerID:575891920
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:MANUAL TriggerID:575891920
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:MANUAL TriggerID:576197697
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:MANUAL TriggerID:576197697
   Hash:966745cdadf667b21fe7e33af854f7261eb94b50 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/145244379 TriggerType:PUSH TriggerID:966745cdadf667b21fe7e33af854f7261eb94b50
   Hash:966745cdadf667b21fe7e33af854f7261eb94b50 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4507 TriggerType:PUSH TriggerID:966745cdadf667b21fe7e33af854f7261eb94b50
   Hash:a1af064f262c989672448ac873502eb168717685 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/145256577 TriggerType:PUSH TriggerID:a1af064f262c989672448ac873502eb168717685
   Hash:a1af064f262c989672448ac873502eb168717685 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4511 TriggerType:PUSH TriggerID:a1af064f262c989672448ac873502eb168717685
   Hash:383ec9ba09f65430856c64712fcbf115c81ebe05 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4529 TriggerType:PUSH TriggerID:383ec9ba09f65430856c64712fcbf115c81ebe05
   Hash:383ec9ba09f65430856c64712fcbf115c81ebe05 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/145327182 TriggerType:PUSH TriggerID:383ec9ba09f65430856c64712fcbf115c81ebe05
   Hash:cfa264bfee8bba65fa3218fa64716908f7bab371 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:cfa264bfee8bba65fa3218fa64716908f7bab371
   -->
   ## CI report:
   
   * b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144966421) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447) 
   * 966745cdadf667b21fe7e33af854f7261eb94b50 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/145244379) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4507) 
   * a1af064f262c989672448ac873502eb168717685 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/145256577) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4511) 
   * 383ec9ba09f65430856c64712fcbf115c81ebe05 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/145327182) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4529) 
   * cfa264bfee8bba65fa3218fa64716908f7bab371 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#issuecomment-575697892
 
 
   <!--
   Meta data
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:MANUAL TriggerID:575891920
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:MANUAL TriggerID:575891920
   -->
   ## CI report:
   
   * b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/144966421) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#issuecomment-575697892
 
 
   <!--
   Meta data
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:MANUAL TriggerID:575891920
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:MANUAL TriggerID:575891920
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:MANUAL TriggerID:576197697
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:MANUAL TriggerID:576197697
   Hash:966745cdadf667b21fe7e33af854f7261eb94b50 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/145244379 TriggerType:PUSH TriggerID:966745cdadf667b21fe7e33af854f7261eb94b50
   Hash:966745cdadf667b21fe7e33af854f7261eb94b50 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4507 TriggerType:PUSH TriggerID:966745cdadf667b21fe7e33af854f7261eb94b50
   Hash:a1af064f262c989672448ac873502eb168717685 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/145256577 TriggerType:PUSH TriggerID:a1af064f262c989672448ac873502eb168717685
   Hash:a1af064f262c989672448ac873502eb168717685 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4511 TriggerType:PUSH TriggerID:a1af064f262c989672448ac873502eb168717685
   -->
   ## CI report:
   
   * b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144966421) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447) 
   * 966745cdadf667b21fe7e33af854f7261eb94b50 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/145244379) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4507) 
   * a1af064f262c989672448ac873502eb168717685 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/145256577) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4511) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] zentol commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
zentol commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#discussion_r368583678
 
 

 ##########
 File path: flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE
 ##########
 @@ -57,3 +57,8 @@ This project bundles the following dependencies under BSD License (https://opens
 See bundled license files for details.
 
 - org.codehaus.woodstox:stax2-api:3.1.4 (https://github.com/FasterXML/stax2-api/tree/stax2-api-3.1.4)
+
+This project bundles the following dependencies under the CDDL 1.1 license.
+See bundled license files for details.
+
+- javax.xml.bind:jaxb-api:2.3.1
 
 Review comment:
   given that this depends on javax.activation I would think that we need to bundle both.
   We had an issue in the past when we only had one in yarn: https://issues.apache.org/jira/browse/FLINK-15008

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#issuecomment-575697892
 
 
   <!--
   Meta data
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:MANUAL TriggerID:575891920
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:MANUAL TriggerID:575891920
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:MANUAL TriggerID:576197697
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:MANUAL TriggerID:576197697
   -->
   ## CI report:
   
   * b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/144966421) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] AHeise commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
AHeise commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#discussion_r368576256
 
 

 ##########
 File path: flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE
 ##########
 @@ -57,3 +57,8 @@ This project bundles the following dependencies under BSD License (https://opens
 See bundled license files for details.
 
 - org.codehaus.woodstox:stax2-api:3.1.4 (https://github.com/FasterXML/stax2-api/tree/stax2-api-3.1.4)
+
+This project bundles the following dependencies under the CDDL 1.1 license.
 
 Review comment:
   I guess this is not the same as "Creative Commons CC0 1.0 Universal Public Domain Dedication License" and cannot be bundled?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] AHeise commented on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
AHeise commented on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#issuecomment-576197697
 
 
   @flinkbot run travis

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#issuecomment-575697892
 
 
   <!--
   Meta data
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:MANUAL TriggerID:575891920
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:MANUAL TriggerID:575891920
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:MANUAL TriggerID:576197697
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:MANUAL TriggerID:576197697
   -->
   ## CI report:
   
   * b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144966421) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] AHeise commented on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
AHeise commented on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#issuecomment-575691214
 
 
   Note, the last commit needs to be removed prior to merging. Relevant e2e packages timed out on my private repo, so this PR hopefully executes them fully.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#issuecomment-575697892
 
 
   <!--
   Meta data
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:MANUAL TriggerID:575891920
   -->
   ## CI report:
   
   * b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/144966421) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] zentol commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
zentol commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#discussion_r368722985
 
 

 ##########
 File path: flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE
 ##########
 @@ -57,3 +57,8 @@ This project bundles the following dependencies under BSD License (https://opens
 See bundled license files for details.
 
 - org.codehaus.woodstox:stax2-api:3.1.4 (https://github.com/FasterXML/stax2-api/tree/stax2-api-3.1.4)
+
+This project bundles the following dependencies under the CDDL 1.1 license.
 
 Review comment:
   yes

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] zentol commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
zentol commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#discussion_r368864139
 
 

 ##########
 File path: flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE
 ##########
 @@ -57,3 +57,8 @@ This project bundles the following dependencies under BSD License (https://opens
 See bundled license files for details.
 
 - org.codehaus.woodstox:stax2-api:3.1.4 (https://github.com/FasterXML/stax2-api/tree/stax2-api-3.1.4)
+
+This project bundles the following dependencies under the CDDL 1.1 license.
 
 Review comment:
   Of course the CC0 and CDDL are different licenses. _They have different names_. What made you think they are the same?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#issuecomment-575697892
 
 
   <!--
   Meta data
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:MANUAL TriggerID:575891920
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:MANUAL TriggerID:575891920
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:MANUAL TriggerID:576197697
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:MANUAL TriggerID:576197697
   Hash:966745cdadf667b21fe7e33af854f7261eb94b50 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:966745cdadf667b21fe7e33af854f7261eb94b50
   Hash:a1af064f262c989672448ac873502eb168717685 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:a1af064f262c989672448ac873502eb168717685
   -->
   ## CI report:
   
   * b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144966421) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447) 
   * 966745cdadf667b21fe7e33af854f7261eb94b50 UNKNOWN
   * a1af064f262c989672448ac873502eb168717685 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] zentol commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
zentol commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#discussion_r368584040
 
 

 ##########
 File path: flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE
 ##########
 @@ -57,3 +57,8 @@ This project bundles the following dependencies under BSD License (https://opens
 See bundled license files for details.
 
 - org.codehaus.woodstox:stax2-api:3.1.4 (https://github.com/FasterXML/stax2-api/tree/stax2-api-3.1.4)
+
+This project bundles the following dependencies under the CDDL 1.1 license.
+See bundled license files for details.
 
 Review comment:
   somethings missing here ;)
   
   you need to include [these](https://github.com/apache/flink/blob/master/flink-dist/src/main/resources/META-INF/licenses/LICENSE.jaxb) [two](https://github.com/apache/flink/blob/master/flink-dist/src/main/resources/META-INF/licenses/LICENSE.javax.activation) files under `resources/META-INF/licenses`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#issuecomment-575697892
 
 
   <!--
   Meta data
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:MANUAL TriggerID:575891920
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:MANUAL TriggerID:575891920
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:MANUAL TriggerID:576197697
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:MANUAL TriggerID:576197697
   Hash:966745cdadf667b21fe7e33af854f7261eb94b50 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:966745cdadf667b21fe7e33af854f7261eb94b50
   -->
   ## CI report:
   
   * b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144966421) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447) 
   * 966745cdadf667b21fe7e33af854f7261eb94b50 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] pnowojski commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
pnowojski commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#discussion_r368873119
 
 

 ##########
 File path: flink-core/src/main/java/org/apache/flink/core/plugin/PluginLoader.java
 ##########
 @@ -182,5 +184,16 @@ private boolean isAllowedFlinkClass(final String name) {
 		private boolean isAllowedFlinkResource(final String name) {
 			return Arrays.stream(allowedResourcePrefixes).anyMatch(name::startsWith);
 		}
+
+		static {
+			ClassLoader platformLoader = null;
+			try {
+				platformLoader = (ClassLoader) ClassLoader.class
+					.getMethod("getPlatformClassLoader")
+					.invoke(null);
+			} catch (Exception e) {
+			}
 
 Review comment:
   Shouldn't we propagate/handle some errors? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot commented on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#issuecomment-575692010
 
 
   Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community
   to review your pull request. We will use this comment to track the progress of the review.
   
   
   ## Automated Checks
   Last check on commit b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 (Fri Jan 17 16:15:51 UTC 2020)
   
   **Warnings:**
    * **2 pom.xml files were touched**: Check for build and licensing issues.
    * No documentation files were touched! Remember to keep the Flink docs up to date!
   
   
   <sub>Mention the bot in a comment to re-run the automated checks.</sub>
   ## Review Progress
   
   * ❓ 1. The [description] looks good.
   * ❓ 2. There is [consensus] that the contribution should go into to Flink.
   * ❓ 3. Needs [attention] from.
   * ❓ 4. The change fits into the overall [architecture].
   * ❓ 5. Overall code [quality] is good.
   
   Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) for a full explanation of the review process.<details>
    The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot approve description` to approve one or more aspects (aspects: `description`, `consensus`, `architecture` and `quality`)
    - `@flinkbot approve all` to approve all aspects
    - `@flinkbot approve-until architecture` to approve everything until `architecture`
    - `@flinkbot attention @username1 [@username2 ..]` to require somebody's attention
    - `@flinkbot disapprove architecture` to remove an approval you gave earlier
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] AHeise commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
AHeise commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#discussion_r368888941
 
 

 ##########
 File path: flink-core/src/main/java/org/apache/flink/core/plugin/PluginLoader.java
 ##########
 @@ -182,5 +184,20 @@ private boolean isAllowedFlinkClass(final String name) {
 		private boolean isAllowedFlinkResource(final String name) {
 			return Arrays.stream(allowedResourcePrefixes).anyMatch(name::startsWith);
 		}
+
+		static {
+			ClassLoader platformLoader = null;
+			try {
+				platformLoader = (ClassLoader) ClassLoader.class
+					.getMethod("getPlatformClassLoader")
+					.invoke(null);
+			} catch (NoSuchMethodException e) {
 
 Review comment:
   @pnowojski What do you think of the exception handling now? Do you have any reliable way to detect if we are on Java9+?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] pnowojski commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
pnowojski commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#discussion_r368895613
 
 

 ##########
 File path: flink-core/src/main/java/org/apache/flink/core/plugin/PluginLoader.java
 ##########
 @@ -182,5 +184,20 @@ private boolean isAllowedFlinkClass(final String name) {
 		private boolean isAllowedFlinkResource(final String name) {
 			return Arrays.stream(allowedResourcePrefixes).anyMatch(name::startsWith);
 		}
+
+		static {
+			ClassLoader platformLoader = null;
+			try {
+				platformLoader = (ClassLoader) ClassLoader.class
+					.getMethod("getPlatformClassLoader")
+					.invoke(null);
+			} catch (NoSuchMethodException e) {
 
 Review comment:
   Maybe this?
   https://www.journaldev.com/20930/check-java-version#can-we-check-java-version-programmatically
   but I'm also kind of fine with as it is.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] AHeise commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
AHeise commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#discussion_r368887066
 
 

 ##########
 File path: flink-core/src/main/java/org/apache/flink/core/plugin/PluginLoader.java
 ##########
 @@ -182,5 +184,16 @@ private boolean isAllowedFlinkClass(final String name) {
 		private boolean isAllowedFlinkResource(final String name) {
 			return Arrays.stream(allowedResourcePrefixes).anyMatch(name::startsWith);
 		}
+
+		static {
+			ClassLoader platformLoader = null;
+			try {
+				platformLoader = (ClassLoader) ClassLoader.class
+					.getMethod("getPlatformClassLoader")
+					.invoke(null);
+			} catch (Exception e) {
+			}
 
 Review comment:
   This will always fail on Java 8, so not sure what to handle here. I also looked into detecting the Java version and do only specific stuff, but everything is more fragile than just trying.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] AHeise commented on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
AHeise commented on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#issuecomment-576299748
 
 
   > licensing needs an update since the filesystem jars now bundle additional dependencies.
   
   Could you please check if I added it correctly? (in NOTICES)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] AHeise commented on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
AHeise commented on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#issuecomment-575891920
 
 
   @flinkbot run travis

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] AHeise commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
AHeise commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#discussion_r368887471
 
 

 ##########
 File path: flink-core/src/main/java/org/apache/flink/core/plugin/PluginLoader.java
 ##########
 @@ -182,5 +184,16 @@ private boolean isAllowedFlinkClass(final String name) {
 		private boolean isAllowedFlinkResource(final String name) {
 			return Arrays.stream(allowedResourcePrefixes).anyMatch(name::startsWith);
 		}
+
+		static {
+			ClassLoader platformLoader = null;
+			try {
+				platformLoader = (ClassLoader) ClassLoader.class
+					.getMethod("getPlatformClassLoader")
+					.invoke(null);
+			} catch (Exception e) {
+			}
 
 Review comment:
   We could make it more differentiated and just swallow `NoSuchMethodException` though.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] AHeise commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
AHeise commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#discussion_r368631846
 
 

 ##########
 File path: flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE
 ##########
 @@ -57,3 +57,8 @@ This project bundles the following dependencies under BSD License (https://opens
 See bundled license files for details.
 
 - org.codehaus.woodstox:stax2-api:3.1.4 (https://github.com/FasterXML/stax2-api/tree/stax2-api-3.1.4)
+
+This project bundles the following dependencies under the CDDL 1.1 license.
 
 Review comment:
   Is it okay to bundle two different versions of the same license? (1.0 and 1.1)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot commented on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#issuecomment-575697892
 
 
   <!--
   Meta data
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   -->
   ## CI report:
   
   * b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#issuecomment-575697892
 
 
   <!--
   Meta data
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   -->
   ## CI report:
   
   * b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144966421) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] pnowojski merged pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
pnowojski merged pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] zentol commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
zentol commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#discussion_r368955380
 
 

 ##########
 File path: flink-core/src/main/java/org/apache/flink/core/plugin/PluginLoader.java
 ##########
 @@ -182,5 +184,20 @@ private boolean isAllowedFlinkClass(final String name) {
 		private boolean isAllowedFlinkResource(final String name) {
 			return Arrays.stream(allowedResourcePrefixes).anyMatch(name::startsWith);
 		}
+
+		static {
+			ClassLoader platformLoader = null;
+			try {
+				platformLoader = (ClassLoader) ClassLoader.class
+					.getMethod("getPlatformClassLoader")
+					.invoke(null);
+			} catch (NoSuchMethodException e) {
 
 Review comment:
   There's no good way to check for java versions on Java 8; Runtime.Version was added in Java 9.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#issuecomment-575697892
 
 
   <!--
   Meta data
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:MANUAL TriggerID:575891920
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:MANUAL TriggerID:575891920
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:MANUAL TriggerID:576197697
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:MANUAL TriggerID:576197697
   Hash:966745cdadf667b21fe7e33af854f7261eb94b50 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/145244379 TriggerType:PUSH TriggerID:966745cdadf667b21fe7e33af854f7261eb94b50
   Hash:966745cdadf667b21fe7e33af854f7261eb94b50 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4507 TriggerType:PUSH TriggerID:966745cdadf667b21fe7e33af854f7261eb94b50
   Hash:a1af064f262c989672448ac873502eb168717685 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/145256577 TriggerType:PUSH TriggerID:a1af064f262c989672448ac873502eb168717685
   Hash:a1af064f262c989672448ac873502eb168717685 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4511 TriggerType:PUSH TriggerID:a1af064f262c989672448ac873502eb168717685
   -->
   ## CI report:
   
   * b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144966421) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447) 
   * 966745cdadf667b21fe7e33af854f7261eb94b50 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/145244379) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4507) 
   * a1af064f262c989672448ac873502eb168717685 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/145256577) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4511) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] AHeise commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
AHeise commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#discussion_r368633335
 
 

 ##########
 File path: flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE
 ##########
 @@ -57,3 +57,8 @@ This project bundles the following dependencies under BSD License (https://opens
 See bundled license files for details.
 
 - org.codehaus.woodstox:stax2-api:3.1.4 (https://github.com/FasterXML/stax2-api/tree/stax2-api-3.1.4)
+
+This project bundles the following dependencies under the CDDL 1.1 license.
+See bundled license files for details.
 
 Review comment:
   I already suspected that, but was not able to find them (in plain sight...).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] AHeise commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
AHeise commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#discussion_r368861087
 
 

 ##########
 File path: flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE
 ##########
 @@ -57,3 +57,8 @@ This project bundles the following dependencies under BSD License (https://opens
 See bundled license files for details.
 
 - org.codehaus.woodstox:stax2-api:3.1.4 (https://github.com/FasterXML/stax2-api/tree/stax2-api-3.1.4)
+
+This project bundles the following dependencies under the CDDL 1.1 license.
 
 Review comment:
   Sorry to reiterate about that again but it feels as if the two are different.
   Creative Commons CC0 1.0 Universal Public Domain Dedication License is abbreviated CC0 and I haven't found a 1.1 version.
   Common Development and Distribution License seems to be Oracle-specific.
   I'd keep them separate for now and we can revise later.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#issuecomment-575697892
 
 
   <!--
   Meta data
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   -->
   ## CI report:
   
   * b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144966421) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#issuecomment-575697892
 
 
   <!--
   Meta data
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:MANUAL TriggerID:575891920
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:MANUAL TriggerID:575891920
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:MANUAL TriggerID:576197697
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:MANUAL TriggerID:576197697
   Hash:966745cdadf667b21fe7e33af854f7261eb94b50 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/145244379 TriggerType:PUSH TriggerID:966745cdadf667b21fe7e33af854f7261eb94b50
   Hash:966745cdadf667b21fe7e33af854f7261eb94b50 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4507 TriggerType:PUSH TriggerID:966745cdadf667b21fe7e33af854f7261eb94b50
   Hash:a1af064f262c989672448ac873502eb168717685 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/145256577 TriggerType:PUSH TriggerID:a1af064f262c989672448ac873502eb168717685
   Hash:a1af064f262c989672448ac873502eb168717685 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4511 TriggerType:PUSH TriggerID:a1af064f262c989672448ac873502eb168717685
   Hash:383ec9ba09f65430856c64712fcbf115c81ebe05 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:383ec9ba09f65430856c64712fcbf115c81ebe05
   -->
   ## CI report:
   
   * b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144966421) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447) 
   * 966745cdadf667b21fe7e33af854f7261eb94b50 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/145244379) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4507) 
   * a1af064f262c989672448ac873502eb168717685 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/145256577) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4511) 
   * 383ec9ba09f65430856c64712fcbf115c81ebe05 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] zentol commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
zentol commented on a change in pull request #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#discussion_r368582182
 
 

 ##########
 File path: flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE
 ##########
 @@ -57,3 +57,8 @@ This project bundles the following dependencies under BSD License (https://opens
 See bundled license files for details.
 
 - org.codehaus.woodstox:stax2-api:3.1.4 (https://github.com/FasterXML/stax2-api/tree/stax2-api-3.1.4)
+
+This project bundles the following dependencies under the CDDL 1.1 license.
 
 Review comment:
   It is the `Common Development and Distribution License` and can be bundled.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10889: [Flink-15355][plugins]Enable s3 plugins under Java 11.
URL: https://github.com/apache/flink/pull/10889#issuecomment-575697892
 
 
   <!--
   Meta data
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:PUSH TriggerID:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:MANUAL TriggerID:575891920
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447 TriggerType:MANUAL TriggerID:575891920
   Hash:b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/144966421 TriggerType:MANUAL TriggerID:576197697
   -->
   ## CI report:
   
   * b352d9bce1e32923a1b3da9ab9b835d5aa6dd613 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/144966421) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4447) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services