Armando Monteiro
Results
2
issues of
Armando Monteiro
**Describe the bug** The string format should benefit from the `Faker` locale (Locale.ENGLISH by default), otherwise a formatted string like the longitude or latitude, can be **_1.234567_** or **_1,234567_** depending...
Hello, I'm running into an issue with the following scenario: * publishing (and then persisting) twice the same message (with same `uniqueRequestId`) * I always get and `UndeclaredThrowableException` exception. ```...