mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
This commit ensures that both `VirtualThreadDelegate` implementations expose the same public API. If not, JAR verification fails with the following message: ``` jar --validate --file spring-core-6.2.13-SNAPSHOT.jar entry: META-INF/versions/21/org/springframework/core/task/VirtualThreadDelegate.class, contains a class with different api from earlier version ``` Fixes gh-35773