-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
optimizationA performance improvement is possibleA performance improvement is possible
Description
A Java 17 Variant may be useful for those using newer Java versions, based on the assumption that newer bytecode will perform better.
Note to Java 17 Users
It is important that the variants use the same source code to keep development friction low. What this means:
- Switch blocks will not be replaced with switch expressions.
- Newer Standard Library APIs (newer than 11) will not be used
How this may be Accomplished
- Add a "-java17" extension to an id in the maven coordinates.
- Modify Gradle script to build Java 17 bytecode.
Metadata
Metadata
Assignees
Labels
optimizationA performance improvement is possibleA performance improvement is possible