[jira] [Commented] (THRIFT-5068) CI is broken due to http://repo1.maven.org

2020-01-17 Thread Christopher Tubbs (Jira)


[ 
https://issues.apache.org/jira/browse/THRIFT-5068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17017966#comment-17017966
 ] 

Christopher Tubbs commented on THRIFT-5068:
---

Glad to help.

> CI is broken due to http://repo1.maven.org
> --
>
> Key: THRIFT-5068
> URL: https://issues.apache.org/jira/browse/THRIFT-5068
> Project: Thrift
>  Issue Type: Bug
>  Components: Build Process
>Reporter: Duru Can Celasun
>Assignee: Christopher Tubbs
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Upstream has 
> [removed|https://support.sonatype.com/hc/en-us/articles/360041287334] support 
> for HTTP based access. I've 
> [updated|https://github.com/apache/thrift/commit/70c4e7a7c7b2a2b4146372868702b7ea0d143e05]
>  all references I could find, but the build is [still 
> broken|https://travis-ci.org/apache/thrift/builds/637642594] as we somehow 
> still have references to the HTTP endpoint.
> [~jensg] any ideas?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (THRIFT-5068) CI is broken due to http://repo1.maven.org

2020-01-17 Thread Duru Can Celasun (Jira)


[ 
https://issues.apache.org/jira/browse/THRIFT-5068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17017960#comment-17017960
 ] 

Duru Can Celasun commented on THRIFT-5068:
--

Thanks for the PR! Travis is all green now.

> CI is broken due to http://repo1.maven.org
> --
>
> Key: THRIFT-5068
> URL: https://issues.apache.org/jira/browse/THRIFT-5068
> Project: Thrift
>  Issue Type: Bug
>  Components: Build Process
>Reporter: Duru Can Celasun
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Upstream has 
> [removed|https://support.sonatype.com/hc/en-us/articles/360041287334] support 
> for HTTP based access. I've 
> [updated|https://github.com/apache/thrift/commit/70c4e7a7c7b2a2b4146372868702b7ea0d143e05]
>  all references I could find, but the build is [still 
> broken|https://travis-ci.org/apache/thrift/builds/637642594] as we somehow 
> still have references to the HTTP endpoint.
> [~jensg] any ideas?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (THRIFT-5068) CI is broken due to http://repo1.maven.org

2020-01-17 Thread Christopher Tubbs (Jira)


[ 
https://issues.apache.org/jira/browse/THRIFT-5068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17017913#comment-17017913
 ] 

Christopher Tubbs commented on THRIFT-5068:
---

It was hard to figure out the Docker setup Thrift is using in its Travis CI 
configuration, but I think https://github.com/apache/thrift/pull/1988 might 
work. Not sure if the file I changed is used for CI only or if it's used by 
users too (if so, it could mess up their existing settings.xml file).

> CI is broken due to http://repo1.maven.org
> --
>
> Key: THRIFT-5068
> URL: https://issues.apache.org/jira/browse/THRIFT-5068
> Project: Thrift
>  Issue Type: Bug
>  Components: Build Process
>Reporter: Duru Can Celasun
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Upstream has 
> [removed|https://support.sonatype.com/hc/en-us/articles/360041287334] support 
> for HTTP based access. I've 
> [updated|https://github.com/apache/thrift/commit/70c4e7a7c7b2a2b4146372868702b7ea0d143e05]
>  all references I could find, but the build is [still 
> broken|https://travis-ci.org/apache/thrift/builds/637642594] as we somehow 
> still have references to the HTTP endpoint.
> [~jensg] any ideas?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (THRIFT-5068) CI is broken due to http://repo1.maven.org

2020-01-17 Thread Duru Can Celasun (Jira)


[ 
https://issues.apache.org/jira/browse/THRIFT-5068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17017881#comment-17017881
 ] 

Duru Can Celasun commented on THRIFT-5068:
--

Thanks, that does seem to be the cause. I won't have time to investigate this 
in the next few weeks, so PRs are appreciated.

> CI is broken due to http://repo1.maven.org
> --
>
> Key: THRIFT-5068
> URL: https://issues.apache.org/jira/browse/THRIFT-5068
> Project: Thrift
>  Issue Type: Bug
>  Components: Build Process
>Reporter: Duru Can Celasun
>Priority: Major
>
> Upstream has 
> [removed|https://support.sonatype.com/hc/en-us/articles/360041287334] support 
> for HTTP based access. I've 
> [updated|https://github.com/apache/thrift/commit/70c4e7a7c7b2a2b4146372868702b7ea0d143e05]
>  all references I could find, but the build is [still 
> broken|https://travis-ci.org/apache/thrift/builds/637642594] as we somehow 
> still have references to the HTTP endpoint.
> [~jensg] any ideas?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (THRIFT-5068) CI is broken due to http://repo1.maven.org

2020-01-17 Thread Christopher Tubbs (Jira)


[ 
https://issues.apache.org/jira/browse/THRIFT-5068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17017857#comment-17017857
 ] 

Christopher Tubbs commented on THRIFT-5068:
---

This is likely caused by some dependencies defining their own "repositories" 
section in their own POM, with the insecure Maven Central URL defined in those.

You may be able to fix this in your {{.m2/settings.xml}} by defining a 
"mirrorOf" for any such references in dependency POMs. You'll have to figure 
out all the various names of the repositories defined in the dependencies 
(usually, it's "central" or similar). You could add a "mirrorOf" for {{*}}, but 
that will probably mess up some legitimate ones.

Details on how to configure a mirror are here: 
https://maven.apache.org/guides/mini/guide-mirror-settings.html

And, it is very easy to have a pre-install step place a custom 
{{.m2/settings.xml}} file in Travis CI, too. See, for example: 
https://github.com/apache/accumulo/blob/99e3023c7f96a2553282dc73cffdf82659285d2d/.travis.yml#L34-L36

> CI is broken due to http://repo1.maven.org
> --
>
> Key: THRIFT-5068
> URL: https://issues.apache.org/jira/browse/THRIFT-5068
> Project: Thrift
>  Issue Type: Bug
>  Components: Build Process
>Reporter: Duru Can Celasun
>Priority: Major
>
> Upstream has 
> [removed|https://support.sonatype.com/hc/en-us/articles/360041287334] support 
> for HTTP based access. I've 
> [updated|https://github.com/apache/thrift/commit/70c4e7a7c7b2a2b4146372868702b7ea0d143e05]
>  all references I could find, but the build is [still 
> broken|https://travis-ci.org/apache/thrift/builds/637642594] as we somehow 
> still have references to the HTTP endpoint.
> [~jensg] any ideas?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (THRIFT-5068) CI is broken due to http://repo1.maven.org

2020-01-15 Thread Duru Can Celasun (Jira)


[ 
https://issues.apache.org/jira/browse/THRIFT-5068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17016374#comment-17016374
 ] 

Duru Can Celasun commented on THRIFT-5068:
--

This has effected other Apache projects as well: 
https://issues.apache.org/jira/browse/THRIFT-5068?jql=summary%20~%20%22repo1.maven.org*%22%20OR%20description%20~%20%22repo1.maven.org*%22%20ORDER%20BY%20created%20DESC

> CI is broken due to http://repo1.maven.org
> --
>
> Key: THRIFT-5068
> URL: https://issues.apache.org/jira/browse/THRIFT-5068
> Project: Thrift
>  Issue Type: Bug
>  Components: Build Process
>Reporter: Duru Can Celasun
>Priority: Major
>
> Upstream has 
> [removed|https://support.sonatype.com/hc/en-us/articles/360041287334] support 
> for HTTP based access. I've 
> [updated|https://github.com/apache/thrift/commit/70c4e7a7c7b2a2b4146372868702b7ea0d143e05]
>  all references I could find, but the build is [still 
> broken](https://travis-ci.org/apache/thrift/builds/637642594) as we somehow 
> still have references to the HTTP endpoint.
> [~jensg] any ideas?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)