apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.83k stars 4.24k forks source link

[Failing Test]: 404 opensource.org/licenses cause java container build fail #30377

Open Abacn opened 7 months ago

Abacn commented 7 months ago

What happened?

e.g. https://opensource.org/licenses/cpl1.0.txt no longer exist

Issue Failure

Failure: Test is continually failing

Issue Priority

Priority: 0 (outage / failing precommit test impacting development)

Issue Components

Abacn commented 7 months ago

looks like it is resolved. However, the website is now an html: e.g. https://opensource.org/license/cpl1.0.txt

kennknowles commented 7 months ago

Maybe the best way to do this in the future (not sure how much work) is to run the same script to pull licenses but then check them in to the repository.

kennknowles commented 7 months ago

I think P1 if it is no longer failing?

Abacn commented 7 months ago

Yeah P2 suffices. Possible follow up is to switch to use a more reliable site (and plain text license)