Florian Habermann

Results 7 comments of Florian Habermann

For now we should check if we can detect class changes at runtime and throw a proper exception.

> Rollback assumes that the state of the memory is not the primary source, but the external storage is. While that is true, there are actual use cases where a...

We need more information to find out what happened and how to avoid this in the future. Is there a longer stack trace? Because the underlying error is missing. Setting...

One possibility is that the storage files were being updated as you copied them over. As a quick fix, you can delete the transaction files (transactions_*.sft) in each channel directory...

[EclipseStore 1.1.0](https://github.com/eclipse-store/store/releases/tag/1.1.0) is available. @hg-ms and I did a code review. Looks good for us.

An update to 1.3.1 makes sense due to an [adjustment for Java 22](https://github.com/eclipse-serializer/serializer/issues/69). We still have to test the CDI stuff with Helidon properly, and maybe we find a way...

Another thought, shouldn't the `@Storage` annotation be called `@Root` or `@StorageRoot`?