Hantsy Bai

Results 194 issues of Hantsy Bai

Like Micronaut Data Jdbc/R2dbc, add JPA/Hibernate similar strategy to generate(or update) the database schemas automatically.

status: pending-design-work
type: enhancement

Like the JPA and Micronaut Data Jdbc/R2dbc, add JPA `@GeneratedValue`(**strategy**) similar feature to generate ID automatically before inserting.

status: pending-design-work
type: enhancement

The input type: ```java @Getter @Setter @ToString @NoArgsConstructor @AllArgsConstructor(staticName = "of") public class CreatePostInput { @NotEmpty @Length(min = 5, max = 100) String title; @NotEmpty String content; } ``` GraphQLMutation...

As a new member of Spring infrastructure , RSocket integration is provided as a new protocol alternative for developers. Spring Cloud contract may align with this change and add RSocket...

enhancement
backlog

Mentioned in https://github.com/spring-cloud/spring-cloud-contract/issues/678. If possible set username and password in servers section in local settings.xml file, and let spring cloud contract maven plugin refer to the id of the server...

enhancement

In before experience, Vertx GraphQL and Netflix Dgs supports Apollo web-socket subscription specfification. I tried to test WebSocket based subscription using Spring `WebClient` and `WebTestClient`, it does not work when...

Discuss in the group: https://groups.google.com/g/vertx/c/DsSPkvtLxos/m/YN_wXbrUAwAJ I have created a simple vertex project to experience its Kotlin Coroutine feature, https://github.com/hantsy/vertx-sandbox/tree/master/kotlin-co The Route `handler` method does not accept `suspend` handler. I have...

enhancement

In these days, I tried to update Dgs/Kotlin Coroutines example, when I updated the QueryTests. And run it, and got the following exception. ```bash Can't resolve value (/allPosts) : type...

Is there a *Kotlin Coroutines* based `DataLoader` ? I hope there is a Kotlin Coroutines variant instead of the original `BatchLoader`/`MappedBatchLoader` which returns a `CompeletionStage`. Provides Kotlin Coroutines suspend fun...

stale

Currently, the subscription only supports ReactiveStream `Pulisher` as return type, if possible to add Kotlin `Flow` support, it make my codes look more consistent when I am using Kotlin Coroutines....

enhancement