Yann Massard
Yann Massard
This would be really helpful! Thanks
We have a registered Hook for metrics purposes, which transforms Monos and Fluxes. When using in in conjunction with `collectList` and `flatMap`, we get a `ClassCastException` (see example below): ```...
People are more and more migrating to the newer EE versions (Jakarta). Jetty 11 has been out for more than a year and depends on jakarta. Spring 6 (release data:...
Since you asked for it (in the breaking changes section): Please support different prefixes and notations: Germany: 0176-12345678 (zero-prefixed with hyphen) France: 0 590 12 34 56 (zero-prefixed with spaces)...
**Describe the bug** When I try to use `JsonTypeInfo.As.EXTERNAL_PROPERTY` inside a record, I get ``` com.fasterxml.jackson.databind.exc.ValueInstantiationException: Cannot construct instance of `my.company.fastcheck.analyzer.JacksonExternalTypeIdTest$Parent`, problem: Internal error: no creator index for property 'child'...
### When does it happen? Whenever you configure the following: ```js fullWidthRows: true, showHeaderRow: true ``` Or the corresponding options for the footer row: ```js fullWidthRows: true, createFooterRow: true, showFooterRow:...
In our application, we use a chain of Monos that represent the fact a previous work has been completed. So every time some new work is done, the "previous work...
Currently, background images need to get registered before setting. Simplify this...