Skip to content

Conversation

@jesswrd
Copy link
Contributor

@jesswrd jesswrd commented Oct 8, 2025

Bumping CI to Test Against JDK 21. This is part of the setup to use a robolectric version that supports SDK 36. This new robolectric version requires JDK 21 at minimum.

Edit: On JDK 21+ an error is thrown for this-escape warning due to: https://bugs.openjdk.org/browse/JDK-8015831. Addressing the warning requires removing the abstract funciton createExoPlayerEventListener in base class VideoPlayer.java, which could cause unknown regressions. Keeping the behavior as-is since the plugin works as expected.

Addresses flutter/flutter#163071
Addresses flutter/flutter#177674

Pre-Review Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.

Note: The Flutter team is currently trialing the use of Gemini Code Assist for GitHub. Comments from the gemini-code-assist bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed.

Footnotes

  1. Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling. 2 3

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

I've reviewed the changes to update the JDK version in the CI configuration. The changes are straightforward and align with the goal of preparing for a Robolectric upgrade. I have a couple of suggestions to improve build reproducibility by pinning the JDK to a more specific version, which is a common best practice and seems to be followed for other dependencies in this file. Please see my detailed comments below.

@mboetger
Copy link
Contributor

Are changelogs needed?

@jesswrd jesswrd marked this pull request as draft October 21, 2025 16:56
@jesswrd jesswrd changed the title Bumping CI to Test Against JDK 21 [WIP] Bumping CI to Test Against JDK 21 Oct 21, 2025
@jesswrd
Copy link
Contributor Author

jesswrd commented Oct 21, 2025

Are changelogs needed?

Yes that would be good to add. This is meant to be in draft mb.

@jesswrd jesswrd marked this pull request as ready for review November 4, 2025 22:24
@jesswrd jesswrd marked this pull request as draft November 4, 2025 22:25
@jesswrd jesswrd marked this pull request as ready for review November 10, 2025 18:10
@jesswrd jesswrd changed the title [WIP] Bumping CI to Test Against JDK 21 Bumping CI to Test Against JDK 21 Nov 10, 2025
@jesswrd
Copy link
Contributor Author

jesswrd commented Nov 10, 2025

Are changelogs needed?

done

Copy link
Contributor

@mboetger mboetger left a comment

Choose a reason for hiding this comment

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

nit: Could you add documentation why suppressing the this-escape warning is not a concern?

@jesswrd
Copy link
Contributor Author

jesswrd commented Nov 10, 2025

nit: Could you add documentation why suppressing the this-escape warning is not a concern?

done

@jesswrd jesswrd added the autosubmit Merge PR when tree becomes green via auto submit App label Nov 10, 2025
@auto-submit
Copy link
Contributor

auto-submit bot commented Nov 10, 2025

autosubmit label was removed for flutter/packages/10193, because - The status or check suite Mac_arm64 ios_platform_tests_shard_3 master has failed. Please fix the issues identified (or deflake) before re-applying this label.

@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Nov 10, 2025
@jesswrd jesswrd added the autosubmit Merge PR when tree becomes green via auto submit App label Nov 11, 2025
@auto-submit auto-submit bot merged commit 0aa4d9d into flutter:main Nov 11, 2025
81 checks passed
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Nov 12, 2025
github-merge-queue bot pushed a commit to flutter/flutter that referenced this pull request Nov 12, 2025
flutter/packages@7063d75...e5ecaf7

2025-11-12 [email protected]
[google_sign_in_android] Fix typos in README.md (flutter/packages#10402)
2025-11-12 [email protected]
[image_picker] Fixes README description of plugin suggesting that only
Android and iOS is supported. (flutter/packages#10385)
2025-11-12 [email protected] [pigeon] Deprecate
dartHostTestHandler (flutter/packages#10403)
2025-11-11 [email protected] Bumping CI to Test Against JDK 21
(flutter/packages#10193)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC [email protected] on the revert to ensure that a
human
is aware of the problem.

To file a bug in Flutter:
https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
IvoneDjaja pushed a commit to IvoneDjaja/flutter that referenced this pull request Nov 22, 2025
flutter/packages@7063d75...e5ecaf7

2025-11-12 [email protected]
[google_sign_in_android] Fix typos in README.md (flutter/packages#10402)
2025-11-12 [email protected]
[image_picker] Fixes README description of plugin suggesting that only
Android and iOS is supported. (flutter/packages#10385)
2025-11-12 [email protected] [pigeon] Deprecate
dartHostTestHandler (flutter/packages#10403)
2025-11-11 [email protected] Bumping CI to Test Against JDK 21
(flutter/packages#10193)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC [email protected] on the revert to ensure that a
human
is aware of the problem.

To file a bug in Flutter:
https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
mboetger pushed a commit to mboetger/flutter that referenced this pull request Dec 2, 2025
flutter/packages@7063d75...e5ecaf7

2025-11-12 [email protected]
[google_sign_in_android] Fix typos in README.md (flutter/packages#10402)
2025-11-12 [email protected]
[image_picker] Fixes README description of plugin suggesting that only
Android and iOS is supported. (flutter/packages#10385)
2025-11-12 [email protected] [pigeon] Deprecate
dartHostTestHandler (flutter/packages#10403)
2025-11-11 [email protected] Bumping CI to Test Against JDK 21
(flutter/packages#10193)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC [email protected] on the revert to ensure that a
human
is aware of the problem.

To file a bug in Flutter:
https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
reidbaker pushed a commit to AbdeMohlbi/flutter that referenced this pull request Dec 10, 2025
flutter/packages@7063d75...e5ecaf7

2025-11-12 [email protected]
[google_sign_in_android] Fix typos in README.md (flutter/packages#10402)
2025-11-12 [email protected]
[image_picker] Fixes README description of plugin suggesting that only
Android and iOS is supported. (flutter/packages#10385)
2025-11-12 [email protected] [pigeon] Deprecate
dartHostTestHandler (flutter/packages#10403)
2025-11-11 [email protected] Bumping CI to Test Against JDK 21
(flutter/packages#10193)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC [email protected] on the revert to ensure that a
human
is aware of the problem.

To file a bug in Flutter:
https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants