Skip to content
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

Removed reflect-config.json from sdk-core, as it referenced a deleted… #5557

Merged
merged 2 commits into from
Sep 6, 2024

Conversation

debora-ito
Copy link
Member

… interceptor.

Fixes #5552.

HttpChecksumRequiredInterceptor was deleted as part of #4174 when the checksum stage was moved.

Testing

mvn clean install -pl :sdk-native-image-test -P quick --am
mvn clean install -pl :bom-internal,:bom
cd test/sdk-native-image-test
mvn clean package -P native-image

Screenshots (if appropriate)

License

  • I confirm that this pull request can be released under the Apache 2 license

@debora-ito debora-ito requested a review from a team as a code owner September 4, 2024 21:52
Copy link
Contributor

@L-Applin L-Applin left a comment

Choose a reason for hiding this comment

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

Using a relatively new version of graal-vm, I also ran the native image executable target/sdk-native-image-test and it was OK, so all good!

@debora-ito debora-ito enabled auto-merge September 6, 2024 21:44
Copy link

sonarqubecloud bot commented Sep 6, 2024

@debora-ito debora-ito added this pull request to the merge queue Sep 6, 2024
Merged via the queue into aws:master with commit 5253ae3 Sep 6, 2024
9 of 17 checks passed
@debora-ito debora-ito deleted the graalvm-reflection-fix branch October 11, 2024 22:40
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.

GraalVM native image support tries to register missing class for reflection
2 participants