You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/07/13 13:34:37 UTC

[GitHub] [shardingsphere-elasticjob-lite] terrymanu opened a new issue #1047: Use CloudJobConfigurationPOJO instead of CloudJobConfiguration for CloudJobRestfulApi

terrymanu opened a new issue #1047:
URL: https://github.com/apache/shardingsphere-elasticjob-lite/issues/1047


   We are using CloudJobConfiguration to exchange message from frontend and backend.
   The class `JobConfigurationGsonTypeAdapter` is adapter with object and JSON string.
   It is better to remove class `JobConfigurationGsonTypeAdapter`, and reuse CloudJobConfigurationPOJO to exchange message.
   The tasks are:
   
   - [ ] Use CloudJobConfigurationPOJO instead of CloudJobConfiguration in CloudJobRestfulApi
   - [ ] Adjust JavaScript of frontend
   - [ ] Remove `GsonFactory.registerTypeAdapter(CloudJobConfiguration.class, new JobConfigurationGsonTypeAdapter())` from CloudJobRestfulApi.init()
   - [ ] Remove class `JobConfigurationGsonTypeAdapter`
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob-lite] rudy2steiner commented on issue #1047: Use CloudJobConfigurationPOJO instead of CloudJobConfiguration for CloudJobRestfulApi

Posted by GitBox <gi...@apache.org>.
rudy2steiner commented on issue #1047:
URL: https://github.com/apache/shardingsphere-elasticjob-lite/issues/1047#issuecomment-657565957


   I'd like to do  it!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org