Fabian Iffländer

Results 11 issues of Fabian Iffländer

Thanks for this great project. It helped me a lot. Just one thing was missing. Support for bold and italic fonts depending on the attribute textStyle. I forked gfranks' solution...

This is copy/paste code from JOOQ project. We should check whether it is still relevant for us. https://github.com/gofabian/spring-boot-data-r2dbc-jooq/blob/45c0162035e641b4b07fe413ff87d1148819a15d/src/main/java/gofabian/r2dbc/jooq/ReactiveRecordExecutor.java#L154

question

e. g. query.fetchR2dbc() -> Flux

enhancement

``` ReactiveJooq.executeReturning(DeleteResultStep) -> Flux ReactiveJooq.executeReturningOne(DeleteResultStep) -> Mono ```

enhancement

enhancement

- Reactive DAOs - Reactive table records This could also be an alternative for Kotlin extensions but with Vanilla Java.

enhancement

### Expected behavior I expect the record mapper to convert String to enum correctly. ### Actual behavior The field type is `List`, but the resulting values are of type `List`....

T: Enhancement
C: Functionality
P: Medium
C: Integration: Kotlin
E: All Editions

Solving #65 : Future return type for annotated JUnit methods.

to review