mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

2.8K
active users

#springboot

7 posts6 participants1 post today

One reason for my rejection of #SpringBoot for #java programs was their insistence on taking over object construction, and treating all objects as mutable. Mutability causes severe problems when multithreading and multiprocessing, features readily available in Java for quite some time. Now, Spring is deprecating #autowired in favor of immutable constructors, removing much of my initial criticism. Time for a second look!

At this point I'm contemplating rewriting this small #Quarkus application in #SpringBoot.

Every step on the way I'm running into some unsupported things.

Latest frustration: The Quarkus #Redis extension (based on Vert.x Redis 4.x) doesn't support Amazon #IAM. This will be supported in version 5. 🙃

While at the same time there's an official example from #AWS for Lettuce (which #SpringData Redis is based on).

docs.aws.amazon.com/AmazonElas

docs.aws.amazon.comAuthenticating with IAM - Amazon ElastiCacheHow to authenticate with IAM.