Skip to content

HDDS-15472. Avoid using JBoss repository in CI - #10423

Merged
adoroszlai merged 1 commit into
apache:masterfrom
adoroszlai:HDDS-15472
Jun 3, 2026
Merged

HDDS-15472. Avoid using JBoss repository in CI#10423
adoroszlai merged 1 commit into
apache:masterfrom
adoroszlai:HDDS-15472

Conversation

@adoroszlai

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

acceptance (s3a) check got unexpectedly long today. Requests to repository.jboss.org seem to be rate limited.

Yesterday (~300 ms):

2026-06-02T17:36:10.5731654Z [INFO] Downloading from repository.jboss.org: https://repository.jboss.org/nexus/content/groups/public/org/bouncycastle/bcutil-jdk18on/1.82/bcutil-jdk18on-1.82.jar
2026-06-02T17:36:10.8791947Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar

Today (more than 30 sec):

2026-06-03T06:56:04.8241135Z [INFO] Downloading from repository.jboss.org: https://repository.jboss.org/nexus/content/groups/public/org/bouncycastle/bcutil-jdk18on/1.82/bcutil-jdk18on-1.82.jar
2026-06-03T06:56:37.1873817Z [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar

As the log shows, most artifacts are not found in repository.jboss.org.

This PR changes CI's Maven settings to block access to JBoss repository. Its use is unnecessary, central should have all artifacts.

https://issues.apache.org/jira/browse/HDDS-15472

How was this patch tested?

https://github.com/adoroszlai/ozone/actions/runs/26871454788/job/79249484420

@adoroszlai adoroszlai self-assigned this Jun 3, 2026
@adoroszlai adoroszlai added the CI label Jun 3, 2026
@adoroszlai
adoroszlai marked this pull request as ready for review June 3, 2026 08:47

@sadanand48 sadanand48 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @adoroszlai , LGTM

@adoroszlai
adoroszlai merged commit 714aa88 into apache:master Jun 3, 2026
63 checks passed
@adoroszlai

Copy link
Copy Markdown
Contributor Author

Thanks @sadanand48 for the review.

@adoroszlai
adoroszlai deleted the HDDS-15472 branch June 3, 2026 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants