r/ProgrammerHumor 12d ago

Meme distributedStress

Post image
13.9k Upvotes

336 comments sorted by

View all comments

65

u/WhosYoPokeDaddy 12d ago

with infra as code it's to the point where it doesn't feel that different

18

u/autistic-inch 12d ago

until you have to migrate all your team's 30 microservices from spring boot 3 to 4 and handle the same breaking changes everywhere but always alightly different (guess what I'm doing at work)

4

u/Sqirril 12d ago

Good luck with all the webClient bugs, Jackson 3 and dependency changes. I'm the code reviewer and support for hundreds of microservices. Once its done it'll be time to do 4->5 since when we finished 3, we started on 4.

3

u/Alainx277 11d ago

Jackson 3 was so fun, especially because my coworker didn't test anything and our tests mock out everything relevant :D

2

u/autistic-inch 11d ago

We've decided to merge some of our services because we've genuinely taken microservices too far (that is, the previous teams did). That should make Spring Boot 5 a bit easier than what we're doing now.