-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Extend Yml dsl framework to skip per JDK version #51248
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
Comments
Pinging @elastic/es-core-infra (:Core/Infra/Build) |
Given we've bumped master to Java 17 I'm not sure this is really an issue. We are no longer using multi-release jars so we don't have any Java runtime specific functionality that I'm aware of. |
I think this would be useful for bwc testing or 7.x branch testing. This is where jdk8 still can be used in testing as per https://www.elastic.co/support/matrix#matrix_jvm elasticsearch/server/src/main/java/org/elasticsearch/common/time/IsoCalendarDataProvider.java Line 14 in 12ad399
I would consider this a super minor issue though |
This issue has been open a while and hasn't gained any traction. Given that I'm going to close, and we can reopen if necessary. |
Uh oh!
There was an error while loading. Please reload this page.
often times we depend on a feature available in certain JDK version. Given we support versions since jdk8 in 7.x branch it would be useful to write tests that depend on features available in newer versions.
Example would be loading SPI from classpath is a feature available since JDK9 (used for IsoCalendarProvider) #50916
The text was updated successfully, but these errors were encountered: