Release Your (Java) Projects Like OpenJDK With Tip & Tail - Inside Java Newscast #79

preview_player
Показать описание
"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)

~~~ 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
Рекомендации по теме
Комментарии
Автор

Thanks! One question: so if there is a security fix which affects all tip releases so for example, JDK 23, 22 .. 17, should we create a tip release for all of them - JDK 23.0.1 JDK 22.0.1 ... JDK 17.0.1?

mannuposki
Автор

So, how will I know dependency is a release with tail paradigm.

DmitriyYankin
Автор

We are going to have another JavaZone's Game of Codes trailer Nicolai? 😂😂😂😂

VuLinhAssassin
Автор

Java isn't able to correcly create a TrayIcon in Linux because it uses a 20+ years old API. Notifications in Windows are broken because they use a 20+ years old API. Is there any interest in making Java a language usable for projects that has a UI?

sblantipodi
Автор

Thanks so much for the great videos and sharing your knowledge.

If I could offer one piece of advice, try speak a bit slower, you talk a bit too fast and as such your points blur into one another making it hard to pinpoint critical statements.

Thanks again!

jean-jayvester
Автор

And ending up like JDK 8? Naaah, nah thanks

CraccaHacka