-
Notifications
You must be signed in to change notification settings - Fork 627
Update AnnotationBuilder to not rely on toString() #2725
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
Conversation
The toString() implementation of enum constants in annotations changed in JDK-8164819, this makes the previous behaviour more explicit.
Coverage ReportAffected SDKsNo changes between base commit (b2112eb) and head commit (eef0e2d4). Test Logs
NotesHTML coverage reports can be produced locally with Head commit (eef0e2d4) is created by Prow via merging commits: b2112eb 96eda3c. |
Binary Size ReportAffected SDKsNo changes between base commit (b2112eb) and head commit (eef0e2d4). Test Logs
NotesHead commit (eef0e2d4) is created by Prow via merging commits: b2112eb 96eda3c. |
Macrobenchmark ReportAffected SDKsMeasurements are for head commit (96eda3c). Diffing against base commit (b2112eb) is working in progress.
|
Looks like this is introducing a regression:
So I think for correctness we need to at least add |
/test check-changed |
FIxed. PTAL |
The toString() implementation of enum constants in annotations changed in JDK-8164819, this makes the previous behaviour more explicit.