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 2021/10/25 14:53:16 UTC

[GitHub] [flink] zentol opened a new pull request #17561: [FLINK-24634][build] Make Java 11 target opt-in

zentol opened a new pull request #17561:
URL: https://github.com/apache/flink/pull/17561


   
   
   Thee java11 profile currently targets Java 11. This was useful because we saw that doing so reveals additional issues that are not detected when building for Java 8. The end goal was to ensure a smooth transition once we switch.
   
   However, this has adverse effects on developer productivity.
   
   If you happen to switch between Java versions (for example, because of separate environments, or because certain features require Java 8), then you can easily run into UnsupportedVersionErrors when attempting to use Java 8 with Java 11 bytecode.
   
   IntelliJ also picks up on this and automatically sets the language level to 11, which means that it will readily allow you to use Java 11 exclusive APIs that will fail on CI later on.
   
   To remedy this PR splits the profile.
   
   The java11 profile pretty much stays as is, except that it is targeting java 8. The value proposition of this profile is being able to build Flink for Java 8 with Java 11.
   A new explicitly-opt-in java11-target profile then sets the target version to Java 11, which we use on CI. This profile ensures that we can readily switch to Java 11 as the target in the future.
   


-- 
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] zentol commented on a change in pull request #17561: [FLINK-24634][build] Make Java 11 target opt-in

Posted by GitBox <gi...@apache.org>.
zentol commented on a change in pull request #17561:
URL: https://github.com/apache/flink/pull/17561#discussion_r735698761



##########
File path: pom.xml
##########
@@ -916,7 +916,11 @@ under the License.
 						</plugin>
 					</plugins>
 				</pluginManagement>
+			</build>
+		</profile>
 
+		<profile>
+			<build>

Review comment:
       I just forgot the profile id 🤦 




-- 
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 #17561: [FLINK-24634][build] Make Java 11 target opt-in

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 447852596db1c9b1c4ce03055e08e491ebde8dad 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



[GitHub] [flink] flinkbot edited a comment on pull request #17561: [FLINK-24634][build] Make Java 11 target opt-in

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17561:
URL: https://github.com/apache/flink/pull/17561#issuecomment-951012765


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427",
       "triggerID" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 447852596db1c9b1c4ce03055e08e491ebde8dad Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427) 
   
   <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



[GitHub] [flink] zentol merged pull request #17561: [FLINK-24634][build] Make Java 11 target opt-in

Posted by GitBox <gi...@apache.org>.
zentol merged pull request #17561:
URL: https://github.com/apache/flink/pull/17561


   


-- 
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 edited a comment on pull request #17561: [FLINK-24634][build] Make Java 11 target opt-in

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17561:
URL: https://github.com/apache/flink/pull/17561#issuecomment-951012765


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427",
       "triggerID" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 447852596db1c9b1c4ce03055e08e491ebde8dad Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427) 
   
   <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



[GitHub] [flink] flinkbot edited a comment on pull request #17561: [FLINK-24634][build] Make Java 11 target opt-in

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17561:
URL: https://github.com/apache/flink/pull/17561#issuecomment-951012765


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427",
       "triggerID" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4af1896675848f0ee6ecde772275549b6b29fa57",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25431",
       "triggerID" : "4af1896675848f0ee6ecde772275549b6b29fa57",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 447852596db1c9b1c4ce03055e08e491ebde8dad Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427) 
   * 4af1896675848f0ee6ecde772275549b6b29fa57 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25431) 
   
   <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



[GitHub] [flink] flinkbot commented on pull request #17561: [FLINK-24634][build] Make Java 11 target opt-in

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


   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 447852596db1c9b1c4ce03055e08e491ebde8dad (Mon Oct 25 14:57:37 UTC 2021)
   
   **Warnings:**
    * **1 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.

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 edited a comment on pull request #17561: [FLINK-24634][build] Make Java 11 target opt-in

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17561:
URL: https://github.com/apache/flink/pull/17561#issuecomment-951012765


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427",
       "triggerID" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 447852596db1c9b1c4ce03055e08e491ebde8dad Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427) 
   
   <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



[GitHub] [flink] flinkbot edited a comment on pull request #17561: [FLINK-24634][build] Make Java 11 target opt-in

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17561:
URL: https://github.com/apache/flink/pull/17561#issuecomment-951012765


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427",
       "triggerID" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4af1896675848f0ee6ecde772275549b6b29fa57",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4af1896675848f0ee6ecde772275549b6b29fa57",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 447852596db1c9b1c4ce03055e08e491ebde8dad Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427) 
   * 4af1896675848f0ee6ecde772275549b6b29fa57 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



[GitHub] [flink] StephanEwen commented on a change in pull request #17561: [FLINK-24634][build] Make Java 11 target opt-in

Posted by GitBox <gi...@apache.org>.
StephanEwen commented on a change in pull request #17561:
URL: https://github.com/apache/flink/pull/17561#discussion_r735696435



##########
File path: pom.xml
##########
@@ -916,7 +916,11 @@ under the License.
 						</plugin>
 					</plugins>
 				</pluginManagement>
+			</build>
+		</profile>
 
+		<profile>
+			<build>

Review comment:
       How does this profile actually get activated, given that it has no ID or activation property?
   I see the `-Pjava11-target` in the build profile for AZP, but I don't understand how this activates the profile.




-- 
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 edited a comment on pull request #17561: [FLINK-24634][build] Make Java 11 target opt-in

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17561:
URL: https://github.com/apache/flink/pull/17561#issuecomment-951012765


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427",
       "triggerID" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4af1896675848f0ee6ecde772275549b6b29fa57",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4af1896675848f0ee6ecde772275549b6b29fa57",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 447852596db1c9b1c4ce03055e08e491ebde8dad Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427) 
   * 4af1896675848f0ee6ecde772275549b6b29fa57 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



[GitHub] [flink] flinkbot edited a comment on pull request #17561: [FLINK-24634][build] Make Java 11 target opt-in

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17561:
URL: https://github.com/apache/flink/pull/17561#issuecomment-951012765


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427",
       "triggerID" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4af1896675848f0ee6ecde772275549b6b29fa57",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4af1896675848f0ee6ecde772275549b6b29fa57",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 447852596db1c9b1c4ce03055e08e491ebde8dad Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427) 
   * 4af1896675848f0ee6ecde772275549b6b29fa57 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



[GitHub] [flink] flinkbot edited a comment on pull request #17561: [FLINK-24634][build] Make Java 11 target opt-in

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17561:
URL: https://github.com/apache/flink/pull/17561#issuecomment-951012765


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427",
       "triggerID" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 447852596db1c9b1c4ce03055e08e491ebde8dad Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427) 
   
   <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



[GitHub] [flink] flinkbot edited a comment on pull request #17561: [FLINK-24634][build] Make Java 11 target opt-in

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17561:
URL: https://github.com/apache/flink/pull/17561#issuecomment-951012765


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427",
       "triggerID" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 447852596db1c9b1c4ce03055e08e491ebde8dad Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427) 
   
   <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



[GitHub] [flink] flinkbot edited a comment on pull request #17561: [FLINK-24634][build] Make Java 11 target opt-in

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17561:
URL: https://github.com/apache/flink/pull/17561#issuecomment-951012765


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427",
       "triggerID" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4af1896675848f0ee6ecde772275549b6b29fa57",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4af1896675848f0ee6ecde772275549b6b29fa57",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 447852596db1c9b1c4ce03055e08e491ebde8dad Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427) 
   * 4af1896675848f0ee6ecde772275549b6b29fa57 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



[GitHub] [flink] flinkbot edited a comment on pull request #17561: [FLINK-24634][build] Make Java 11 target opt-in

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17561:
URL: https://github.com/apache/flink/pull/17561#issuecomment-951012765


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427",
       "triggerID" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4af1896675848f0ee6ecde772275549b6b29fa57",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25431",
       "triggerID" : "4af1896675848f0ee6ecde772275549b6b29fa57",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 447852596db1c9b1c4ce03055e08e491ebde8dad Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427) 
   * 4af1896675848f0ee6ecde772275549b6b29fa57 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25431) 
   
   <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



[GitHub] [flink] flinkbot edited a comment on pull request #17561: [FLINK-24634][build] Make Java 11 target opt-in

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17561:
URL: https://github.com/apache/flink/pull/17561#issuecomment-951012765


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427",
       "triggerID" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4af1896675848f0ee6ecde772275549b6b29fa57",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4af1896675848f0ee6ecde772275549b6b29fa57",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 447852596db1c9b1c4ce03055e08e491ebde8dad Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427) 
   * 4af1896675848f0ee6ecde772275549b6b29fa57 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



[GitHub] [flink] flinkbot edited a comment on pull request #17561: [FLINK-24634][build] Make Java 11 target opt-in

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #17561:
URL: https://github.com/apache/flink/pull/17561#issuecomment-951012765


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25427",
       "triggerID" : "447852596db1c9b1c4ce03055e08e491ebde8dad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4af1896675848f0ee6ecde772275549b6b29fa57",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25431",
       "triggerID" : "4af1896675848f0ee6ecde772275549b6b29fa57",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4af1896675848f0ee6ecde772275549b6b29fa57 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25431) 
   
   <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