If the five new features in the new JDK don’t excite you, just remember the next JDK is only six months away Credit: Thinkstock Oracle’s shift from doing a major release of standard Java every three years to doing releases every six months, a plan announced in September 2017, has resulted in versions with far fewer new capabilities than before. And that are perhaps far less interesting. Java Development Kit (JDK) 13, due in September, has just five new features, including a preview of text blocks and an enhancement to the Z garbage collector. Now in a rampdown phase in its development, JDK 13 follows JDK 12, released in March. JDK 12 had eight new features, including a preview of switch expressions. Compare JDK 12 and JDK 13 to JDK 9, released in September 2017, which listed roughly 90 new features, chief among them modularity, a REPL, and compiler improvements. Of course, JDK 9 came three-and-a-half years after JDK 8 arrived in March 2014. The new release cadence, intended to get features out faster, thus has made Java upgrades less dramatic than they once were. Fewer features gives Java shops more leeway to pass on the latest upgrade and wait for a more monumental release down the road. By the same token, users may not have to wait as long for a specific new feature, with the next release of Java always just around the corner. With the six-month release cadence, Oracle also introduced a distinction between “non-LTS” feature releases, which receive support only until the next feature release, and “LTS” (long-term support) releases, which arrive every three years and receive extended support. The current LTS release, JDK 11, arrived September 2018, will be supported until September 2026. Oracle JDK releases have been turning up every six months since JDK 10 in March 2018. After JDK 13 ships, JDK 14 is due presumably in March 2020. The JDK 14 status page does not yet cite any planned features. But based on what we’ve seen in the most-recent releases, developers awaiting JDK 14 should not expect more than a tiny handful of improvements once again. Related content feature What is Rust? Safe, fast, and easy software development Unlike most programming languages, Rust doesn't make you choose between speed, safety, and ease of use. Find out how Rust delivers better code with fewer compromises, and a few downsides to consider before learning Rust. By Serdar Yegulalp Nov 20, 2024 11 mins Rust Programming Languages Software Development how-to Kotlin for Java developers: Classes and coroutines Kotlin was designed to bring more flexibility and flow to programming in the JVM. Here's an in-depth look at how Kotlin makes working with classes and objects easier and introduces coroutines to modernize concurrency. By Matthew Tyson Nov 20, 2024 9 mins Java Kotlin Programming Languages analysis Azure AI Foundry tools for changes in AI applications Microsoft’s launch of Azure AI Foundry at Ignite 2024 signals a welcome shift from chatbots to agents and to using AI for business process automation. By Simon Bisson Nov 20, 2024 7 mins Microsoft Azure Generative AI Development Tools news Microsoft unveils imaging APIs for Windows Copilot Runtime Generative AI-backed APIs will allow developers to build image super resolution, image segmentation, object erase, and OCR capabilities into Windows applications. By Paul Krill Nov 19, 2024 2 mins Generative AI APIs Development Libraries and Frameworks Resources Videos