Whats New in Spring Boot 2.3

  Рет қаралды 57,867

SpringDeveloper

SpringDeveloper

Күн бұрын

Пікірлер: 85
@Deepankumaresan
@Deepankumaresan 4 жыл бұрын
I like this format better than the conference
@hoagy_ytfc
@hoagy_ytfc 4 жыл бұрын
Deepan kumaresan I agree, that was a great presentation. I’m looking forward to seeing how the online WWDC compares.
@myworldletsplay
@myworldletsplay 4 жыл бұрын
Great explanation!, I hope to see more videos like this!
@8cyl6speed
@8cyl6speed 4 жыл бұрын
Crazy to see this guys name on a bunch of code I use, and then to see what he looks like in real life.
@shivakrishna3047
@shivakrishna3047 4 жыл бұрын
Great reference and lovable layers:)
@swaruprakshit5943
@swaruprakshit5943 4 жыл бұрын
Great Presentation
@hansmelo32
@hansmelo32 4 жыл бұрын
The awesome format of the video held my attention during the whole session.
@abustosp
@abustosp 4 жыл бұрын
The format is amazing. Pretty impresed with the layer tool. Amazing work!
@Dazz000
@Dazz000 4 жыл бұрын
I like this format better than the conference
@filiagees
@filiagees 4 жыл бұрын
Use the timecodes below if you want to jump to a specific part of the presentation: 00:27 - Intro 01:59 - Creating the Demo 04:01 - Building Docker Images with the Spring Boot Plugin 09:21 - Building Docker Images with a Dockerfile 16:40 - Customizing Layers 21:38 - Graceful Shutdown 25:19 - Kubernetes Probes 30:55 - Configuration Properties End-to-End Traceability 33:00 - Wrap-up and Upgrade Gotchas (credits to Spring Blog)
@DmitriyKopylenko
@DmitriyKopylenko 4 жыл бұрын
Phil, I vote for more of this! Also, I would LOVE some hardcore videos on Spring Boot internals! Thank you
@rodislav
@rodislav 4 жыл бұрын
I really loved the talk, amazing, please keep it that way
@BrunoDrugowick
@BrunoDrugowick 4 жыл бұрын
This was a great demonstration: awesome content and clear explanations! I also like the 6-month release cycle, but be careful with complicated migration paths, please. Congrats for the work. All exciting news for Spring developers.
@ArchimedesTrajano
@ArchimedesTrajano 4 жыл бұрын
Does it work with the current Spring Cloud (presently Hoxton SR6) or do we need to wait for an update to Spring Cloud in order to use it?
@thekye
@thekye 4 жыл бұрын
I agree with some of the other comments. This is a great format. If conferences come back, it would be good to have this form of video in addition. Thanks.
@UCTNX4PiSl496AhgUyGlB5wg
@UCTNX4PiSl496AhgUyGlB5wg 4 жыл бұрын
cool, Could you please create one video on AWS Lamda + Spring Boot 2.3? How 2.3 beneficial for Lambda functions in term of executable size, boot time etc..
@AccurateBurn
@AccurateBurn 4 жыл бұрын
thank you for the demo phil. Kept me engaged through the entire presentation. Hope to see more videos in this format.
@bitbraindev
@bitbraindev 4 жыл бұрын
Great showcase! I like the addition of new property options to the shutdown phase.
@LannisterFromDaRock
@LannisterFromDaRock 4 жыл бұрын
Much better than the conference in my opinion. Also, the spring logo animation finally has some music and I don't think that my headphones went wrong. :D Thanks for the video, nice work!
@kappaj01
@kappaj01 4 жыл бұрын
Great presentation - worth watching every minute. Testing as I'm going through the video. Worth noting that you need to enable the readiness/liveness probes first in the application.properties. management.health.probes.enabled=true Else they will not appear in the /actuator endpoint. Question: Is setting the readiness to OUT_OF_SERVICE also stopping any processing on the SpringBoot app RestController(s) or is it purely intended to be used in conjunction with a Kubernetes deploy?
@phillipwebb9230
@phillipwebb9230 4 жыл бұрын
The actuator groups will appear if you deploy to Kubernetes or set the cloud-platform property (like I did in the demo). The other way is indeed to set the `management.health.probes.enabled` property. There's no effect on the rest controllers when you change the readiness state, it's only toggles the health group result.
@MichaKuda
@MichaKuda 4 жыл бұрын
Layers are very complicated but trying to catch functionality from Java EE with tiny wars.
@srinitumuluru5573
@srinitumuluru5573 4 жыл бұрын
Graceful shutdown👏
@yadabrajojha7997
@yadabrajojha7997 4 жыл бұрын
This is worth two conference talk , kudos to @phillip_webb :) always cool presentation. Waiting for your next video.
@Snezyaa
@Snezyaa 4 жыл бұрын
That was great, a way better that a conference. Thanks you Phil! Love Spring
@xbytes1290
@xbytes1290 4 жыл бұрын
Great presentation
@MCraftando
@MCraftando 4 жыл бұрын
Go for helm and stop with k8s manifests haha
@spice940
@spice940 4 жыл бұрын
I hate conferences for code you can't really understand code in PPTs or in the super small text due to zoomed out screens. TBH this is the first-ever video from spring developers that I actually followed till the end. Let Amazon do it for their sales pitch. Spring umbrella doesn't really need one.
@nighma
@nighma 4 жыл бұрын
That's a great format especially if you release twice a year. This will present to all devs what's new with clear explanations. Keep doing this guys! Awesome!
@ICertI
@ICertI 3 жыл бұрын
@SpringDeveloper Hey, what's New in Spring Boot 2.4? ;-)
@carlosespinal6343
@carlosespinal6343 4 жыл бұрын
Thank you so much for the video!
@smanihwr
@smanihwr 4 жыл бұрын
wow !! great content and good presentation. Thanks to Spring team.
@john33john33
@john33john33 2 жыл бұрын
wounder why anyone would leave the layer jar feature off? should it be used by everyone?
@Antares070
@Antares070 3 жыл бұрын
Clear and useful presentation, thanks!.
@rathinmaheswaran
@rathinmaheswaran 4 жыл бұрын
How could I add java environment variables in the ENTRYPOINT ?? For Example -Dname="Rita"
@romanorlov9261
@romanorlov9261 4 жыл бұрын
We waited for this gracefull shutdown feature, but it seems to be useless. The main problem with deploying app to kubernetes is to give application time to finish existing requests AND to execute coming requests (while new version of app is starting and ip-tables not refreshed everywhere). Because it's often case when new app is deployed, but ip-tables not refreshed everywhere, that's why some requests coming to old version of app (even after deploying new version). And thanks to spring gracefull shutdown, this requests would get 500 error.
@JamesStansell
@JamesStansell 4 жыл бұрын
Is there a bug report for this issue?
@szLynAs
@szLynAs 4 жыл бұрын
Thank you Phil for explaining the new features. It was very exciting and helpful
@zoladkow
@zoladkow 4 жыл бұрын
This is AWESOME. Conferences are nice and all, BUT I think there are more PROs behind this format than on-stage presentations.
@cennetgonullu
@cennetgonullu 4 жыл бұрын
so excitingly cool, thank you
@maddi1154
@maddi1154 4 жыл бұрын
Nice Session, thanks ...
@sinpleplayer7340
@sinpleplayer7340 4 жыл бұрын
Yes for gradle!
@mraible
@mraible 4 жыл бұрын
Great job, Phil!
@bohdankorinnyi1621
@bohdankorinnyi1621 4 жыл бұрын
Awesome format! BTW necessity of clicking by add dependencies looks a bit difficult IMHO
@nagendra5505
@nagendra5505 4 жыл бұрын
I love spring boot 😍
@skarusiya
@skarusiya 4 жыл бұрын
Great presentation better than conference. Quickly covered all the things in detail, rather than long conference. Nice feature of layering fecility and grace full shutdown for cloud point of view.
@biswanathmukherjee803
@biswanathmukherjee803 4 жыл бұрын
Great explanation!
@joepullen8919
@joepullen8919 4 жыл бұрын
Excellent info and presenting. All presentations should be this good.
@hza.609
@hza.609 4 жыл бұрын
interesting to see that there are still thing happening in the Spring ecosystem.. even though i think django, or laravel are better frameworks for the Web... personal preferences
@tw04n202
@tw04n202 4 жыл бұрын
"dive" isn't installed. How did you added into the project?
@tw04n202
@tw04n202 4 жыл бұрын
I just found this github.com/wagoodman/dive
@phillipwebb726
@phillipwebb726 4 жыл бұрын
@@tw04n202 That's it. I should have explained how I installed it. Sorry about that.
@radityoperwianto1339
@radityoperwianto1339 4 жыл бұрын
Amazing, thank you
@pareshnavalakha7127
@pareshnavalakha7127 4 жыл бұрын
I hope my like made up of the one dislike 😊 . More likely it was just a wrong click. Like this format 👍
@vsk1982
@vsk1982 4 жыл бұрын
Great demo!
@ByteCodeHN
@ByteCodeHN 4 жыл бұрын
Tanks you
@Anbu_Sampath
@Anbu_Sampath 4 жыл бұрын
Excellent presentation Phil. Thanks.
@dominikseljan3043
@dominikseljan3043 4 жыл бұрын
Graceful shutdown, heck yes!
@VanDungNguyen-qi2vn
@VanDungNguyen-qi2vn 4 жыл бұрын
Thanks for your sharing 👍👍👍
@pkphilips2
@pkphilips2 4 жыл бұрын
This is nicely done. Thank you!
@bushmanontwowheels
@bushmanontwowheels 4 жыл бұрын
Thanks for the demo!
@md.abdurrafi8845
@md.abdurrafi8845 4 жыл бұрын
Superb presentation.
@alexhali6003
@alexhali6003 4 жыл бұрын
what is the "dive" ? It's the macOs tools or something else?
@phillipwebb726
@phillipwebb726 4 жыл бұрын
github.com/wagoodman/dive
@stephengriffith7066
@stephengriffith7066 4 жыл бұрын
Great presentation
@kamalhm-dev
@kamalhm-dev 4 жыл бұрын
Yes please more of this format
@andrijonufrijchuk9555
@andrijonufrijchuk9555 4 жыл бұрын
Great!
@kumaresanperumal2581
@kumaresanperumal2581 4 жыл бұрын
Super
@josmell.echavarria
@josmell.echavarria 4 жыл бұрын
Good Job
@vishalgaikwad873
@vishalgaikwad873 4 жыл бұрын
That's good 👍👍
@Yena_394
@Yena_394 4 жыл бұрын
Cool
@arilson.santos
@arilson.santos 4 жыл бұрын
Good!
@socallife890
@socallife890 4 жыл бұрын
Why are you still using Eclipse? IntelliJ IDEA please.
@MCraftando
@MCraftando 4 жыл бұрын
Because its open source.
@phillipwebb9230
@phillipwebb9230 4 жыл бұрын
I really like Eclipse and it works well for me. It's not really a presentation about the IDE, so feel free to use whatever you prefer.
@jkatnik
@jkatnik 4 жыл бұрын
@@phillipwebb9230 I like Eclipse too. Actually before I came across this message I was going to ask if you are using it in daily work as well :)
@phillipwebb9230
@phillipwebb9230 4 жыл бұрын
@@jkatnik Yup. It's still my IDE of choice.
@marcodoe4690
@marcodoe4690 4 жыл бұрын
@@phillipwebb9230 I can completely understand. I use eclipse since college. Switching to IntelliJ was so much trouble for me that I went back to Eclipse (or STS to be precise).
@faheemahmadofficial7701
@faheemahmadofficial7701 4 жыл бұрын
I am moving to FLUTTER this is a mess
@christophdick
@christophdick 4 жыл бұрын
Like the format. But speak with the lens, not with the flip screen, please :-)
@phillipwebb726
@phillipwebb726 4 жыл бұрын
Will try. I got a bit paranoid because the first attempt ended up focusing on the wall behind me 🤦‍♂️
@utubebroadcastme
@utubebroadcastme 4 жыл бұрын
someone is still using eclipse ?!?
@VitoDeTullio
@VitoDeTullio 4 жыл бұрын
yes, there is still people using a good ide
Production-Ready Spring Boot Applications
41:14
SpringDeveloper
Рет қаралды 16 М.
Spring Tips: Spring and GraalVM (pt. 2)
31:57
SpringDeveloper
Рет қаралды 15 М.
💩Поу и Поулина ☠️МОЧАТ 😖Хмурых Тварей?!
00:34
Ной Анимация
Рет қаралды 2 МЛН
How do Cats Eat Watermelon? 🍉
00:21
One More
Рет қаралды 10 МЛН
Spring Tips: Spring Cloud Gateway (Redux)
1:39:09
SpringDeveloper
Рет қаралды 95 М.
The RSocket Revolution
38:49
SpringDeveloper
Рет қаралды 53 М.
Event Driven with Spring
1:07:17
SpringDeveloper
Рет қаралды 60 М.
What's new in Spring Boot 2.6
1:06:40
SpringDeveloper
Рет қаралды 66 М.
Spring Tips: Configuration
48:30
SpringDeveloper
Рет қаралды 39 М.
Mastering Spring Boot's Actuator
1:05:48
SpringDeveloper
Рет қаралды 36 М.
Cloud Native Java, Redux
46:26
SpringDeveloper
Рет қаралды 18 М.
💩Поу и Поулина ☠️МОЧАТ 😖Хмурых Тварей?!
00:34
Ной Анимация
Рет қаралды 2 МЛН