You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/06/21 14:06:02 UTC

[GitHub] wujimin commented on a change in pull request #771: [SCB-679] Support Cross-Origin Resource Sharing (CORS)

wujimin commented on a change in pull request #771: [SCB-679] Support Cross-Origin Resource Sharing (CORS)
URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/771#discussion_r197145832
 
 

 ##########
 File path: core/src/main/resources/META-INF/spring/cse.bean.xml
 ##########
 @@ -36,5 +36,6 @@
 
   <bean id="cse.executor.groupThreadPool" class="org.apache.servicecomb.core.executor.FixedThreadExecutor"></bean>
   <alias name="cse.executor.groupThreadPool" alias="cse.executor.default"/>
+  <alias name="cse.executor.groupThreadPool" alias="servicecomb.executor.groupThreadPool"/>
   <bean id="cse.executor.reactive" class="org.apache.servicecomb.core.executor.ReactiveExecutor"></bean>
 
 Review comment:
   cse.executor.reactive also need a alias?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services