Spring Tips: Hello, Java 22!

preview_player
Показать описание
Hi, Spring fans! In this installment we talk about the amazing new Java 22 release! #java #springboot #java22 #java21
Рекомендации по теме
Комментарии
Автор

Great video. We dumped Spring 4 years ago for Micronaut and never looked back. It has first class GraalVM support comping from Oracle Labs ;)
Oh, heads up, string templates are being pulled in Java 23. Not even available in preview. Brian Goetz indicated this in an email to the JEP group.

KangoV
Автор

Hi Josh, thank you for the presentation. It's really helpful and needed. Can you please let me know what is the IDE you used here ???

codingkiddo
Автор

Hey Josh, Nice presentation as ever..indeed you are never going to be a born-again C coder😂

dezee
Автор

Please, fix the sound quality, every time I click on your videos because of the interesting subject, after five seconds I'm gone, only because of the sound. It's so easily done! Thanks!

axturn
Автор

29:90 I love java, but man is it ugly and unintuitive nowadays. I just asked several java developers and they all struggled to explain or understand that code. Gatherer.Integrator.ofGreedy ... is this supposed to be intuitive? Lambda can help to produce nice code, but the language has so much embedded logic behind generic names like "map, scan, gather, filter, collect" now that it becomes pretty hard to read a lot of those function chains. It's a bit like code with bad/generic naming and structure - "filter" or "map" can mean a million things so now i have to read and understand everything. Sure, you can write functions with readable names and use them like "orders.stream().map(extractFirstItemFromOrder).toList();", but that's not what most devs do.
Similar, is nice in an abstraction sense, but the "stream().toList();" added later makes it much more readable... anyways.

vanivari