Skip to content

[Bug bash] Native image build fails due to CachedSupplier/SplittableRandom #3768

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 20, 2023

Conversation

L-Applin
Copy link
Contributor

@L-Applin L-Applin commented Feb 17, 2023

Fixes issue 3323
Prevents having to initialize at buildtime software.amazon.awssdk.utils.cache.CachedSupplier when building native images.

tests

Tested the fix based on steps to reproduce in the issue

- prevents having to initialize at runtime software.amazon.awssdk.utils.cache.CachedSupplier
@L-Applin L-Applin requested a review from a team as a code owner February 17, 2023 17:40
@L-Applin L-Applin changed the title Native image build fails due to CachedSupplier/SplittableRandom [Bug bash] Native image build fails due to CachedSupplier/SplittableRandom Feb 17, 2023
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 17, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@L-Applin L-Applin merged commit 01340ca into master Feb 20, 2023
aws-sdk-java-automation added a commit that referenced this pull request Mar 25, 2025
…d1553bf86

Pull request: release <- staging/1068484c-9b1f-45de-bcfd-22dd1553bf86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Native image build fails due to CachedSupplier/SplittableRandom
2 participants