-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: Test Improvement
The tests (https://github.com/mongodb/mongo-java-driver/tree/JAVA_5109_DO-NOT-DELETE-before-JAVA-5136) added in JAVA-5109 require Java SE 19+ (ideally, we will use Java SE 21+). To run them as part of our normal workflow, we need a separate Gradle project that is built and tested using Java SE 19+. I tried doing this in JAVA-5109, and failed (see the comments there for more details, as well as the https://github.com/stIncMale/mongo-java-driver/tree/JAVA-5109_add_driver-sync-virtual-threads branch, where I tried adding a new project).