-
Notifications
You must be signed in to change notification settings - Fork 65
chore: include java-storage-nio changes in GraalVM config #3710
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
|
|
@@ -99,6 +99,7 @@ | |||
<include>com/google/api/gax/rpc/testing/**</include> | |||
<include>com/google/api/gax/rpc/mtls/**</include> | |||
<include>com/google/api/gax/util/**</include> | |||
<include>**/native-image.properties</include> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change required? If yes, why #3674 didn't include it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was meant to be included in #3674, but I did not push such change.
This change allows the native-image.properties
resource file to be included in the testlib jar.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the changes we made to test/resources/META-INF/native-image/com.google.api/gax/native-image.properties
in #3674 going to work in handwritten libraries without being included in the testjar?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, they wouldn't work without this <include>
entry. Luckily there has not been a release since #3674 was merged, so next release will include that PR and this one (if merged)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SG, that's what I was suspecting, thanks for confirming!
Follow up from #3674
Context: Some local changes were not pushed to that PR before it was merged.
Main changes:
src/test/.../native-image.properties
in testlib jar