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/12/18 13:20:26 UTC

[GitHub] [flink] gunnarmorling opened a new pull request, #21524: [hotfix] Avoiding unsecure HTTP reference to JBoss repo

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

   I'm not totally sure whether this repo actually is required, as I could build the project with current Maven versions (which block non-HTTPS access), but changing it to make use of HTTPS seems a good practice in any case.


-- 
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] rmetzger merged pull request #21524: [hotfix] Avoiding unsecure HTTP reference to JBoss repo

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


-- 
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] rmetzger commented on a diff in pull request #21524: [hotfix] Avoiding unsecure HTTP reference to JBoss repo

Posted by GitBox <gi...@apache.org>.
rmetzger commented on code in PR #21524:
URL: https://github.com/apache/flink/pull/21524#discussion_r1052088758


##########
pom.xml:
##########
@@ -52,7 +52,7 @@ under the License.
 	<repositories>
 		<repository>

Review Comment:
   The repo is actually disabled because both `snapshots` and `releases` are set to `false` since: https://github.com/apache/flink/pull/19804



-- 
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] rmetzger commented on pull request #21524: [hotfix] Avoiding unsecure HTTP reference to JBoss repo

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

   Reported unrelated e2e CI failure from Pulsar connector here: https://issues.apache.org/jira/browse/FLINK-29755


-- 
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 #21524: [hotfix] Avoiding unsecure HTTP reference to JBoss repo

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

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