Recognize JDK 26 by wendigo · Pull Request #335 · mojohaus/extra-enforcer-rules (original) (raw)
This time of the year has come ;-)
I'm also asking for the release anytime soon so we can start testing with JDK 26 :) Thanks!
Comment on lines +141 to +143
| // Java 26 |
| JDK_TO_MAJOR_VERSION_NUMBER_MAPPING.put("26", 70); |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is look like constant different .... maybe can be computed instead added ...
To think later as next improvements
For the last 20ish releases it was FeatureVersion+44 so maybe we could lean on that @slawekjaranowski ?
For the last 20ish releases it was FeatureVersion+44 so maybe we could lean on that @slawekjaranowski ?
We can try ... to check how and for what is used JDK_TO_MAJOR_VERSION_NUMBER_MAPPING
dongjoon-hyun added a commit to apache/spark that referenced this pull request
huangxiaopingRD pushed a commit to huangxiaopingRD/spark that referenced this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})