- Видео 222
- Просмотров 27 403
DaShaun
США
Добавлен 28 ноя 2011
DaShaun is a husband, father of four, youth coach, struggling triathlete, Raspberry Pi enthusiast, Testcontainer Champion, former professional cheerleader, keynote speaker, and Spring Developer Advocate at Broadcom. Deliberately practicing to build, run, and manage, better software, faster.
Видео
Barbershop Beef
Просмотров 130Месяц назад
Barber challenged 14 year old. There are serious feelings after the match. I called the game. Let me know what you think. Who won? The barber or the baller?
KC Sports Complex :: Paintball Birthday 2024
Просмотров 382 месяца назад
KC Sports Complex :: Paintball Birthday 2024
Java Server Pages with Spring Boot 3.2.4
Просмотров 2246 месяцев назад
Java Server Pages with Spring Boot 3.2.4
Using Spring Health Assessment Report and OpenRewrite to get the most out of your applications!
Просмотров 966 месяцев назад
Using Spring Health Assessment Report and OpenRewrite to get the most out of your applications!
Spring into Action: Boost Your Java Projects with Essential Upgrade Tools!
Просмотров 1,5 тыс.9 месяцев назад
Spring into Action: Boost Your Java Projects with Essential Upgrade Tools!
Upgrading Spring Boot and the Spring Health Assessment Report
Просмотров 5049 месяцев назад
Upgrading Spring Boot and the Spring Health Assessment Report
Twitch Metrics Exporter for Prometheus with Spring Boot
Просмотров 8711 месяцев назад
Twitch Metrics Exporter for Prometheus with Spring Boot
Supercharge Your Application: Easy Upgrade from Spring Boot 2.6 to 3.1
Просмотров 49311 месяцев назад
Supercharge Your Application: Easy Upgrade from Spring Boot 2.6 to 3.1
Testing Spring Boot 3 Native Images with Test Containers
Просмотров 329Год назад
Testing Spring Boot 3 Native Images with Test Containers
Fast toys after our best vacation so far!
Просмотров 342 года назад
Fast toys after our best vacation so far!
Stealthybox Intro Rap #SpringOneTourToronto
Просмотров 112 года назад
Stealthybox Intro Rap #SpringOneTourToronto
Highlight: Hacking on a PR for https://github.com/nikolovskimilos/redistimeseries-js/issues/17#
Просмотров 543 года назад
Highlight: Hacking on a PR for github.com/nikolovskimilos/redistimeseries-js/issues/17#
The 14 year old won
Can’t wait for the next episode of barbershop beef
😂😂 Danny got balled up by a kid ! 😮
The little guy one
Little guy won 🏆
Warning. It is a huge upgrade from Spring Boot 2 to Spring Boot 3. If you don't have good test coverage then you should be careful. Some problems I got from my upgrade at work: - Hibernate 6 (6.4 atm) comes with massive change in Java & DB type mappings. So, if you currently use DDL auto, you'd better switch to another schema management tool like Flyway or Liquibase before doing the upgrade. - There is a bug in Hibernate 6 with StoredProcedureQuery that the result set mapping is messed up if you have INOUT param in your stored procedure. - Don't try to upgrade too many dependencies at once, you might wanna do it gradually.
This is great! Absolutely! Some apps will upgrade to a this easy, not all. You have some great insights. Would you be willing to tell me more about your upgrade journey? I would really like to learn more. You can grab time in my calendar at DaShaun.com if you could spare some time! 🎉
This is so true, I totally agree. I was leading a spring boot upgrade from version 2.3 to version 3.x and we had made the choice to do it in two phases: 1- First we started and finished the upgrade from 2.3 to 2.7.x which is the latest 2.x version (which was also not an easy task at all essentially due to hibernate changes ) 2- Then the plan was to go from 2.7.x to 3.x So as you said upgrading from 2.x to 3.x is not a walk in the park 😅
@@emileastih9006 Thanks for sharing your success story!
go go go! new setup i see! STAND UP!
I'm trying to stream more, and this just makes sense!
Can you tell me a recipe that change the version of dependencies for specific/new spring boot version?
Grab some time on my calendar (dashaun.com) and lets see if we can get you unblocked, together!
can you explain what is "springkubed" - is it a local alias?
Yes, that is just a local alias for the Maven command line to run the UpgradeSpringBoot3_1 recipe! Sorry it took so long to reply, you have great comments. Please grab some time on my calendar (dashaun.com) I would enjoy a chat!
You are living the dream DaShaun!
08:45: FYI: If you get the error: Using Java version 18 extracted from MANIFEST.MF ... Downloading from ... unable to invoke layer creator then you need to add a BP_JVM_VERSION to the configuration of spring-boot-maven-plugin - I found the solution and the code snippet in stack overflow question 75602761
08:10 FYI: If you get the error: Failed to execute goal build-image [...] Unable to parse name "DaShaunDemo". Image name must be in the form '[domainHost:port/][path/]name', with 'path' and 'name' containing only [a-z0-9][.][_][-]" - then you should rename the artifactId and name in the pom to 'demo'
Did you get over this yet? I'm happy to help!
Enjoy bro!
It was a great event!
Amazing work! Thanks
Glad you like it!
[INFO] [creator] /usr/bin/ld: cannot find -lz: No such file or directory [INFO] [creator] collect2: error: ld returned 1 exit status Execution default-cli of goal org.springframework.boot:spring-boot-maven-plugin:3.0.6:build-image failed: Builder lifecycle 'creator' failed with status code 51
If you try with the latest version of my buildpack, this should work!
Why Flux is better than CompletableFuture? CompletableFuture can not handle end to end, meaning: if you are getting CompletableFuture from some query , you have to transfer to object before exposing in the REST api. Same case for multiple CompletableFuture's from multiple sources. Whereas for Mono and Flux, you can wire/piped from api all way to repository and back.
Hahahaha looks like you ditched Windows OS
I still have Windows OS running! I appreciate you showing up for my streams!
Great work DaShaun!
@LabEveryday has been an inspiration for me and is one of my trusted advisors!
Dude - you rock!!!!!
My son is over here coaching me up on how to reply to comments... I appreciate you! Sorry it took so long to reply!
As always great stuff! It feels that you’re pulling the entire packeto buildpacks arm64 movement all by yourself. With so many devs on Mac M1 and now M2 it’s weird that packeto hadn’t delivered a stack for arm64. Even more considering that this is the default option in Spring Boot for generating docker images using native image. Any comments on this?
I'm working with the Paketo team to pull my work upstream!
Hi DaShaun! It's been nice knowing you. Although we didn't get to work for long, but you made me feel that excitement when I realized I could write GoHugo, and it felt right!
Hey Dashaun! Congrats on your new gig! I'm back in KC. We should connect sometime soon! I will message you privately.
Good luck Shaun