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 2022/04/20 21:40:15 UTC

[GitHub] [flink] JingGe opened a new pull request, #19541: [FLINK-27167][test] fix javadoc issue

JingGe opened a new pull request, #19541:
URL: https://github.com/apache/flink/pull/19541

   ## What is the purpose of the change
   
   got "javadoc: error - class file for org.junit.platform.commons.annotation.Testable not found" error while performing javadoc-plugin.
   
   
   ## Brief change log
   
     - change the junit-jupiter dependency scope to compile
   
   ## Verifying this change
   
   mvn javadoc:javadoc works without error.
   
   ## 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, Kubernetes/Yarn, 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**)
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] MartijnVisser merged pull request #19541: [FLINK-27167][test] fix javadoc issue

Posted by GitBox <gi...@apache.org>.
MartijnVisser merged PR #19541:
URL: https://github.com/apache/flink/pull/19541


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] flinkbot commented on pull request #19541: [FLINK-27167][test] fix javadoc issue

Posted by GitBox <gi...@apache.org>.
flinkbot commented on PR #19541:
URL: https://github.com/apache/flink/pull/19541#issuecomment-1104481116

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f7338d77d22b41cb8fdfae898f322225878427c2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f7338d77d22b41cb8fdfae898f322225878427c2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f7338d77d22b41cb8fdfae898f322225878427c2 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org