You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by te...@apache.org on 2020/08/26 02:13:32 UTC

[shardingsphere-elasticjob] branch restful-api updated (f306017 -> 303ca97)

This is an automated email from the ASF dual-hosted git repository.

technoboy pushed a change to branch restful-api
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git.


    from f306017  Improve trailing slash handling (#1408)
     add 303ca97  Add final modifier to classes and sync NettyRestfulService#startup() until started. (#1417)

No new revisions were added by this update.

Summary of changes:
 .../cloud/console/config/serializer/JsonResponseBodySerializer.java   | 2 +-
 .../apache/shardingsphere/elasticjob/restful/NettyRestfulService.java | 4 +++-
 .../shardingsphere/elasticjob/restful/RegexPathMatcherTest.java       | 2 +-
 .../shardingsphere/elasticjob/restful/RegexUrlPatternMapTest.java     | 2 +-
 .../shardingsphere/elasticjob/restful/controller/IndexController.java | 2 +-
 .../shardingsphere/elasticjob/restful/controller/JobController.java   | 2 +-
 .../restful/deserializer/RequestBodyDeserializerFactoryTest.java      | 2 +-
 .../restful/handler/CustomIllegalStateExceptionHandler.java           | 2 +-
 .../elasticjob/restful/pipeline/HandlerParameterDecoderTest.java      | 2 +-
 .../apache/shardingsphere/elasticjob/restful/pipeline/HttpClient.java | 2 +-
 .../elasticjob/restful/pipeline/HttpRequestDispatcherTest.java        | 2 +-
 .../elasticjob/restful/pipeline/NettyRestfulServiceTest.java          | 2 +-
 .../pipeline/NettyRestfulServiceTrailingSlashInsensitiveTest.java     | 2 +-
 .../pipeline/NettyRestfulServiceTrailingSlashSensitiveTest.java       | 2 +-
 .../org/apache/shardingsphere/elasticjob/restful/pojo/JobPojo.java    | 2 +-
 .../org/apache/shardingsphere/elasticjob/restful/pojo/ResultDto.java  | 2 +-
 .../restful/serializer/ResponseBodySerializerFactoryTest.java         | 2 +-
 .../elasticjob/restful/wrapper/QueryParameterMapTest.java             | 2 +-
 18 files changed, 20 insertions(+), 18 deletions(-)