kfyty

Results 6 issues of kfyty

When the field alias in SQL is equal to the field name in the class, the property value in the class will be null. This submission has fixed this issue....

status: waiting-for-triage

Can the proxy generated by ProxyFactory work on the native-image generated by GraalVM ?

## Destroy default ApplicationModel instance, so that DubboBootstrap#stop() can thoroughly destroyed The following code will run normally : ```java public class Main { public static void main(String[] args) throws Exception...

help wanted
type/discussion

Add another new framework for Java.

### Redis version 8.0 ### Redisson version 3.50.0 ### Redisson configuration ```java package com.kfyty.demo; import io.netty.channel.Channel; import io.netty.channel.EventLoop; import io.netty.channel.EventLoopGroup; import io.netty.channel.ThreadPerChannelEventLoop; import io.netty.channel.oio.OioEventLoopGroup; import io.netty.channel.socket.DatagramChannel; import io.netty.channel.socket.ServerSocketChannel; import io.netty.channel.socket.SocketChannel;...

### Is your feature request related to a problem? Please describe. no, this is my own need and idea. ### Describe the solution you'd like such as json: ```json {...

to-evaluate