leeaee

Results 8 issues of leeaee

Sometimes we need to build our REST service with HATEOAS. Could act provide some support class so that we could build our HATEOAS service easily. Here is the github HATEOAS...

When using com.google.common.collect.Multimap as an attribute of entity, the POST method always get null of the Multimap attribute from request body. Reappear method: 1. add Multimap type attribute in entity....

bug
monitor

Now act i18n need to read the fixed name properties. Could add configuration for i18n to read custom properties files and support read multi-language resource files?

enhancement

I write a custom return type extends of JSONObject, act api manager could not generating sample data for it. ```java import com.alibaba.fastjson.JSONObject; public class Authored extends JSONObject { public Authored()...

feature request

希望组建能有富文本编辑器,这样更完善后端对富文本的输入

Can act API book has a static page, so we could download the page to local directly on the web browser. I think it is useful for UI developer to...

enhancement

Sometimes ACT start will be failed at GenieModuleScanner. This failed exception appear random. ```trace 2018-10-10 10:47:34.472 [main] WARN act.job.Job - error executing job GenieModuleScanner:addModuleClass:act.aaa.AAAModule java.lang.IllegalStateException: null at org.osgl.util.E.illegalStateIf(E.java:726) at act.inject.genie.GenieInjector.addModule(GenieInjector.java:157)...

Act version: v1.8.8-RC12-SNAPSHOT-8ce7 ```java @PostAction("login") @ResponseStatus(200) public Map login(String id, String password, AuthType type, ActionContext context) { User user = authenticate(id, password, type); unauthorizedIf(null == user); forbiddenIf(State.NA != user.state &&...