Announcing Java updates of Apr 2021 for 8 and 11: resources and thoughts
Note: This blog post is from 2021. Some content may be outdated--though not necessarily. Same with links and subsequent comments from myself or others. Corrections are welcome, in the comments. And I may revise the content as necessary.For those using the Long-term Support (LTS) versions of Oracle Java, 8 and 11, please note `there were new updates released last week (Apr 20), specifically Java 11.0.11 and 8.0_291. For some, that's all they need to hear. They will take that ball and run with it.
For most, you should read on, especially about an important change regarding TLS support (and calling out to servers not yet running TLS 1.2 or above). I cover that and other important topics:
- What's in the JVM update, do you need to update to it?
- A key change in this Java update: calls out to TLS 1.1 or 1.0 no longer allowed, by default
- Re-enabling support for calling out to old TLS versions
- Groundhog day: you'll need do make this java.security file change on any later JVM updates
- Should you update to the new JVM version?
- The importance of testing such updates/changes
- More questions you may surely have, and finding answers to them
- Obtaining the updated Java installers