Hacker News new | ask | show | jobs
by pjmlp 886 days ago
Since Java 9, deprecations are actually removed, after a couple of LTS releases.
1 comments

A couple of LTS releases is 2*n years, though.
The planned releases for removal are listed on the JEP.

If they fail to provide parity, people will do like with modules, keeping holding to older Java versions longer than they should, use the escape command line options if available, turn back to JNI (the opposite this is trying to achieve), or move to other stack if they aren't that dependent on Java, e.g. ongoing Kafka ecosystem evolution.