**Ecotone version(s) affected**: 1.256.0 **Description** When upgrading from `v1.255` to `v1.256`, commands containing a `UuidV7` parameter cause an error during serialization in event sourcing: ``` Error: Typed static property Symfony\Component\Uid\UuidV7::\$seedParts must not be accessed before initialization ``` https://github.com/m2mtech/ecotoneUuidProblem/blob/ea98ecd5c106f85a1ad32077e3311aa0f49ecd96/error.log#L1 This happens during event sourcing when a change command contains the projected and modified entity. **How to reproduce** 1. Clone the test repository: [ecotoneUuidProblem](https://github.com/m2mtech/ecotoneUuidProblem) 2. Run: ```bash docker compose run php83 composer update docker compose run php83 bin/phpunit ``` **Context** * PHP 8.3 (also tested with 8.4) * Symfony 6.4 (also tested with 7.3) * The issue was introduced with Ecotone `v1.256` * No issue on `v1.255`