Uwe Schaefer

Results 89 comments of Uwe Schaefer

we're locking on a scope, not necessarily an aggregate. Also please keep in mind that you can define the scope without a projection. Projections are just a convenience feature there.

The UNLOCKED_CHECK is currently **NOT** safe to use. It breaks a fundamental assumption that is currently used everywhere: in follow mode, catchup etc. This assumption is: as soon, as i...

adding a module factus-jdk25 and having an indirection through a service would probably work.

The lombok problem was caused by the missing processor definition.

The proposed change might have to wait for the spring update to be applied, i guess, as the current version fails to introspect classes compiled to JDK25: ``` java.lang.IllegalStateException: Failed...