Hibernate Optimistic locking with Spring Boot
showing two cases: 1. concurrent database transactions & 2. concurrent long (UI) conversations
Search for a command to run...
Articles tagged with #spring
showing two cases: 1. concurrent database transactions & 2. concurrent long (UI) conversations
If you haven’t read it yet, it’s probably a good idea to read part 1 of this post-series first. From now on we’ll assume that we remember roughly what part 1 was about. As a refresher, here’s one of the main points again: What is Propagation.REQUIRE...

Databases and Transactions are great, Spring is great, Kotlin/Java are great (ofc. Kotlin is better 😉), simplifying transaction-handling is great. But as we all know, simplifying things almost always creates some new pitfalls if the things that were...

Use Azurite and TestContainers locally to emulate parts of the Azure Cloud

Introduction Cloudflight recently started a meetup collaboration with SBA Research. The first talk provided by us was held online on March 25th, 2020 and demonstrated some common security pitfalls in web applications developed with the Spring framewo...
We’re using the Spring Framework in most of our applications (and thus also in the Cloudflight Platform) and are really satisfied with it. One of the big advantages is the the declarative transaction handling using the @Transactional attribute. impor...