Trustin Lee
Trustin Lee
@moonchanyong Sure. If they are not interested, we can still add it in this repository, so no worries.
Any updates on this, @moonchanyong ?
@moonchanyong Awesome! Let me take a look soon.
@moonchanyong Had a quick look. Looking nice! - Can we use primitive types for non-null numbers? e.g. `long petId` vs `@NotNull Long petId` - `@Produces("application/json")` or `Consumes("application/json")` could be `@ProducesJson`...
> as I understand, I remove all setter and JacksonRequestConverterFunction work with having partial properties when a constructor is default. may there be other things to do? You could create...
Found a few more issues: - `name` and `status` in `PetApi.updatePetWithForm()` were not annotated with `@Param` - `PetApi.uploadFile()` has an incorrect response type in the comment block: ``` /* *...
> yes, but the default-generator sets path parameter to be required value. I think it is the right way, may there is any other case when path parameter is not...
@moonchanyong Why was this closed?
No worries, @moonchanyong. We really look forward to this feature 🙏 🙇
I'll be working on this issue this quarter. Implementation ideas so far: 1. Allow a user to specify any `ScheduledExecutor` when building a service. Previously, only an `EventLoopGroup` was allowed:...