Gelin Luo

Results 184 comments of Gelin Luo

I can't reproduce this issue: ![image](https://user-images.githubusercontent.com/216930/131314363-94e04e4d-b085-40c4-823a-71117ffe2ffd.png) The reproduce project: https://github.com/act-issue/act-1400

Hey @benstonezhang thanks for reporting the issue and offering the patch, can you please submit a [PR](https://github.com/actframework/actframework/pulls) so that I can give you the credential?

@flyingbeecd From the console log, it appears to be Hibernate DbService did not finish initialization before Act-Test shutdown the app. It is a clear problem, but the error can be...

@flyingbeecd Can you help me to run `mvn clean package` on [todo-hibernate](https://github.com/act-gallery/todo-hibernate) project and see if you can get the similar issue happen in your environment ?

@jiankian I think it is most probably because you write directly into the response output stream and ActFramework has no chance to output the session info. As a workaround can...

@flyingbeecd 可以考虑. 你觉得常见的应用场景是什么?

This is due to sometimes bytecode enhancer failed to tag `@Named("limit")` annotation to the `limit` parameter in `JobLog` controller: ```java @Command(name = "log.list", help = "List job logs") @PropertySpec("this as...

@truongneh You don't need to explicily call any API to generate token. What you need to do is: 1. add `jwt=true` into your application properties file, that is any file...

I don't see this issue could be fixed very soon. [FastJSON doesn't support multimap deserizliation](https://github.com/alibaba/fastjson/issues/1800), and the issue was there for long time. For form field binding, app could write...

Confirmed! Unfortunately there is no fix and workaround at the moment. `$.merge` operates directly on field, while ebean got it's own bytecode enhancement magic that require setter be called: ![image](https://user-images.githubusercontent.com/216930/108608566-d9167a00-741b-11eb-82b8-afd75d6141ff.png)...