-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We should defined what could be the minimal java version requirement :
- for running,
- for building.
For running and for a library, I generally advice the minimal java version supported :
- https://adoptium.net/fr/support#roadmap
- https://www.oracle.com/java/technologies/java-se-support-roadmap.html
So that means java 8, this is bad news for library developer 😅 but this is better for library users.
AFAIK from a users point of view I don't know benefits to target a more recent version of java (but let me know if I'm wrong)
So depends if we really want it to be reused.
For building it's less important generally you can use more recent version and build binary for older jvm using --release
(see : eclipse-leshan/leshan#1412)
Metadata
Metadata
Assignees
Labels
No labels