"Tip & tail is a release model for software libraries that gives application developers a better experience while helping library developers innovate faster. The _tip_ release of a library contains new features and bug fixes, while _tail_ releases contain only critical bug fixes. As little as possible is backported from the tip to the tails." (JEP 14 about Tip & Tail)
JEP 14: https://openjdk.org/jeps/14
~~~ Chapters ~~~
0:00 Intro
1:07 Defining Tip & Tail
3:04 Benefits for Users and Maintainers
5:48 Managing Tip & Tail Dependencies
7:58 Nomenclature & Lightning Round
*Tags:* #Java #OpenJDK