Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Do we need a MAX BREE? max java version?


Java was planed to be backward compatible.
But with removed APIs in newer JDKs it is not anymore.
   "Bundle-RequiredExecutionEnvironment: JavaSE-1.8"
is not a guarantee it will still run on later java JDK versions. But we treat it as that.
API removals will go on.

What do you think?



Back to the top