vaadin / hilla

Build better business applications, faster. No more juggling REST endpoints or deciphering GraphQL queries. Hilla seamlessly connects Spring Boot and React to accelerate application development.
https://hilla.dev
Apache License 2.0
923 stars 57 forks source link

Rename Flux, Pageable and other classes that are used for mapping data #1340

Open Artur- opened 1 year ago

Artur- commented 1 year ago

Is your feature request related to a problem? Please describe. When looking for the import for the Flux class, I do not want to see dev.hilla.runtime.transformtypes.Flux, only reactor.core.publisher.Flux

Describe the solution you'd like Rename it to FooBar

cromoteca commented 1 year ago

I suspect that, now that we use Jackson to parse Java, the transfer types are not needed anymore, as those types are parsed correctly. Let's investigate.