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/11/03 12:39:06 UTC

[GitHub] [flink] NicoK opened a new pull request, #21232: [FLINK-29867][build] Update maven-enforcer-plugin to 3.1.0

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

   ## What is the purpose of the change
   
   Updating `maven-enforcer-plugin` to its latest version  3.1.0
   
   ## Brief change log
   
   - Update maven-enforcer-plugin to 3.1.0
   
   ## Verifying this change
   
   CI takes care of this change.
   
   Currently CI is failing due to FLINK-29868
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): **yes** (but only a build-time dependency)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: **no**
     - The serializers: **no**
     - The runtime per-record code paths (performance sensitive): **no**
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: **no**
     - The S3 file system connector: **no**
   
   ## Documentation
   
     - Does this pull request introduce a new feature? **no**
     - If yes, how is the feature documented? **not applicable**
   


-- 
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 pull request #21232: [FLINK-29867][build] Update maven-enforcer-plugin to 3.1.0

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

   Let's add this exclusion to snappy-java and commons-compress in the root pom:
   
   ```
   				<exclusions>
   					<exclusion>
   						<!-- Causes unnecessary dependency convergence errors; see MENFORCER-437 -->
   						<groupId>org.osgi</groupId>
   						<artifactId>org.osgi.core</artifactId>
   					</exclusion>
   				</exclusions>
   ```


-- 
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] NicoK merged pull request #21232: [FLINK-29867][build] Update maven-enforcer-plugin to 3.1.0

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


-- 
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] NicoK commented on pull request #21232: [FLINK-29867][build] Update maven-enforcer-plugin to 3.1.0

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

   FYI: Test failures are unrelated and due to:
   - FLINK-24119
   - FLINK-29884


-- 
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 #21232: [FLINK-29867][build] Update maven-enforcer-plugin to 3.1.0

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

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