Skip to content

HDDS-15414. Cache some Java 8 dependencies#10383

Merged
adoroszlai merged 1 commit into
apache:masterfrom
adoroszlai:HDDS-15414
May 29, 2026
Merged

HDDS-15414. Cache some Java 8 dependencies#10383
adoroszlai merged 1 commit into
apache:masterfrom
adoroszlai:HDDS-15414

Conversation

@adoroszlai
Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

HDDS-15279 changed populate-cache to use Java 21, just like most of regular CI. basic checks still use Java 8, and now findbugs encounters intermittent error:

Could not transfer artifact org.aspectj:aspectjrt:pom:1.9.7 from/to central (https://repo.maven.apache.org/maven2): Connection reset

This change tweaks populate-cache to also get dependencies for Java 8. It adds about 1 minute of runtime for the workflow.

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

How was this patch tested?

Verified that both versions of aspectj (1.9.7 and 1.9.24) are cached:

https://github.com/adoroszlai/ozone/actions/runs/26626034728/job/78462892344#step:12:3587

@adoroszlai adoroszlai self-assigned this May 29, 2026
@adoroszlai adoroszlai added the CI label May 29, 2026
Copy link
Copy Markdown
Member

@peterxcli peterxcli left a comment

Choose a reason for hiding this comment

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

+1

@adoroszlai adoroszlai merged commit 2b72178 into apache:master May 29, 2026
17 checks passed
@adoroszlai
Copy link
Copy Markdown
Contributor Author

Thanks @peterxcli for the review.

@adoroszlai adoroszlai deleted the HDDS-15414 branch May 29, 2026 10:38
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