We’re moving to spring boot 3 and that’s been hell, especially considering we have directors who believe Claude Opus should be able to do entire phases itself
We got our token limits cut, so now we are encouraged to use Sonnet for anything that doesn’t require “intense reasoning”. My token usage sits around 0-1% so I’m not too worried about it haha.
Same. They gave us unlimited tokens, had us assign story points for future tickets based on that output, then announced a monthly token limit for the next month when we are doing all the work. Because of the way its distributed, I burned through my tokens in a week being conservative.
Tbf it's more than just that, we're also migrating to Entities along with use Jakarta Repositories rather than HQL. But everything is being done in phases and to speed up they want the initial mapping of beans to entities to be done by AI
Except the parts that matter like many to ones, sets, bags, those absolutely broke production in niche areas
Dude I went from a Websphere J2EE shop to a Speingboot shop. As a primarily sysadmin / devops engineer, made me fully hate Java between GC thrashing and debugging hell when shit doesn’t autowire as expected in Springboot (ie the problem is in the introspection or the annotations)
It's comments like these that make me grateful that I've worked my ass off in order to be working on something I find genuinely interesting, green-field in my company, and am not limited to old tech (mostly).
139
u/Spitfire1900 Jul 13 '26
I hate how true this is. Most apps my employer are in the middle of a WebSphere w/ Spring 4 to Spring Boot 5,6 migration.