6 ms·
If all you have is spring boot, everything looks like a spring boot problem.
by jmauritz 3y ago
If all you have is spring boot, everything looks like a spring boot problem.
- eastbound 3y agoPlus Spring is honestly quite badly programmed. The pagination object is bulky and unnecessarily complex, where a simple offset/limit is enough (and a nextUrl for cursor-based access). When we looked into cluster locks, they’re not even released if one node goes down. I mean, who would need a lock implementation that just stores a line in a DB? And the doc doesn’t even warn about it. Apache contributors were much better-skilled.
- throwaway2037 3y agoApache contributors were much better-skilled. That is quite a broad statement. Two negative points about Apache Java libraries I can think of: The original "lang" libraries have not aged well at all. Also: The HTTP client libs are a fiasco. Very challenging APIs and weak documentation.