[GitHub] [servicecomb-java-chassis] yhs0092 commented on issue #1180: [SCB-1251] Reduce archaius callback

2019-04-15 Thread GitBox
yhs0092 commented on issue #1180: [SCB-1251] Reduce archaius callback URL: https://github.com/apache/servicecomb-java-chassis/pull/1180#issuecomment-483130131 Currently the register and unregister methods for `ConfigObject` and `PriorityProperty` are provided by `PriorityPropertyManager`,

[GitHub] [servicecomb-java-chassis] yhs0092 edited a comment on issue #1180: [SCB-1251] Reduce archaius callback

2019-04-15 Thread GitBox
yhs0092 edited a comment on issue #1180: [SCB-1251] Reduce archaius callback URL: https://github.com/apache/servicecomb-java-chassis/pull/1180#issuecomment-483130131 Currently the register and unregister methods for `ConfigObject` and `PriorityProperty` are provided by

[GitHub] [servicecomb-java-chassis] wujimin commented on issue #1180: [SCB-1251] Reduce archaius callback

2019-04-15 Thread GitBox
wujimin commented on issue #1180: [SCB-1251] Reduce archaius callback URL: https://github.com/apache/servicecomb-java-chassis/pull/1180#issuecomment-483130722 > For the memory leak problem caused by the callback of `DynamicProperty`, this PR solve it by abandoning the callback mechanism

[GitHub] [servicecomb-java-chassis] yhs0092 commented on issue #1180: [SCB-1251] Reduce archaius callback

2019-04-15 Thread GitBox
yhs0092 commented on issue #1180: [SCB-1251] Reduce archaius callback URL: https://github.com/apache/servicecomb-java-chassis/pull/1180#issuecomment-483129432 For the memory leak problem caused by the callback of `DynamicProperty`, this PR solve it by abandoning the callback mechanism of

[GitHub] [servicecomb-java-chassis] wujimin opened a new pull request #1183: [SCB-1256][WIP][WEAK] rename ConcreteInterfaceRegister to ConcreteTypeRegister

2019-04-15 Thread GitBox
wujimin opened a new pull request #1183: [SCB-1256][WIP][WEAK] rename ConcreteInterfaceRegister to ConcreteTypeRegister URL: https://github.com/apache/servicecomb-java-chassis/pull/1183 This is an automated message from the

[GitHub] [servicecomb-java-chassis] wujimin opened a new pull request #1182: [SCB-1252][WIP][WEAK] change element of HttpParameterType to uppercase

2019-04-15 Thread GitBox
wujimin opened a new pull request #1182: [SCB-1252][WIP][WEAK] change element of HttpParameterType to uppercase URL: https://github.com/apache/servicecomb-java-chassis/pull/1182 This is an automated message from the Apache

[GitHub] [servicecomb-website] WillemJiang merged pull request #175: ServiceComb Pack 0.4.0 Integrated Discovery Service Eureka

2019-04-15 Thread GitBox
WillemJiang merged pull request #175: ServiceComb Pack 0.4.0 Integrated Discovery Service Eureka URL: https://github.com/apache/servicecomb-website/pull/175 This is an automated message from the Apache Git Service. To

[servicecomb-website] branch master updated (3d5614a -> 00ca27a)

2019-04-15 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git. from 3d5614a Add Committer Zhang Lei new da94ff8 ServiceComb Pack 0.4.0 Integrated Discovery

[GitHub] [servicecomb-java-chassis] wujimin commented on issue #1180: [SCB-1251] Reduce archaius callback

2019-04-15 Thread GitBox
wujimin commented on issue #1180: [SCB-1251] Reduce archaius callback URL: https://github.com/apache/servicecomb-java-chassis/pull/1180#issuecomment-483133978 > > `PriorityProperty` > > this will cause too complex to manage ConfigObject, because if one field create failed, but

[servicecomb-java-chassis] branch master updated (6b81180 -> b1167aa)

2019-04-15 Thread wujimin
This is an automated email from the ASF dual-hosted git repository. wujimin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git. from 6b81180 [SCB-1184] add IT for the case that provider's response type is CompletableFuture

[GitHub] [servicecomb-java-chassis] wujimin merged pull request #1179: [SCB-1253] Adjust priority of failure handler

2019-04-15 Thread GitBox
wujimin merged pull request #1179: [SCB-1253] Adjust priority of failure handler URL: https://github.com/apache/servicecomb-java-chassis/pull/1179 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [servicecomb-java-chassis] yhs0092 commented on a change in pull request #1180: [SCB-1251] Reduce archaius callback

2019-04-15 Thread GitBox
yhs0092 commented on a change in pull request #1180: [SCB-1251] Reduce archaius callback URL: https://github.com/apache/servicecomb-java-chassis/pull/1180#discussion_r275220301 ## File path:

[GitHub] [servicecomb-java-chassis] wujimin commented on a change in pull request #1180: [SCB-1251] Reduce archaius callback

2019-04-15 Thread GitBox
wujimin commented on a change in pull request #1180: [SCB-1251] Reduce archaius callback URL: https://github.com/apache/servicecomb-java-chassis/pull/1180#discussion_r275260767 ## File path:

[GitHub] [servicecomb-java-chassis] coveralls edited a comment on issue #1180: [SCB-1251] Reduce archaius callback

2019-04-15 Thread GitBox
coveralls edited a comment on issue #1180: [SCB-1251] Reduce archaius callback URL: https://github.com/apache/servicecomb-java-chassis/pull/1180#issuecomment-482872075 [![Coverage Status](https://coveralls.io/builds/22809243/badge)](https://coveralls.io/builds/22809243)

[GitHub] [servicecomb-java-chassis] coveralls edited a comment on issue #1180: [SCB-1251] Reduce archaius callback

2019-04-15 Thread GitBox
coveralls edited a comment on issue #1180: [SCB-1251] Reduce archaius callback URL: https://github.com/apache/servicecomb-java-chassis/pull/1180#issuecomment-482872075 [![Coverage Status](https://coveralls.io/builds/22809808/badge)](https://coveralls.io/builds/22809808)

[GitHub] [servicecomb-java-chassis] wujimin commented on issue #1180: [SCB-1251] Reduce archaius callback

2019-04-15 Thread GitBox
wujimin commented on issue #1180: [SCB-1251] Reduce archaius callback URL: https://github.com/apache/servicecomb-java-chassis/pull/1180#issuecomment-483132713 > `PriorityProperty` this will cause too complex to manage ConfigObject, because if one field create failed, but previous

[GitHub] [servicecomb-pack] loveoobaby closed issue #451: when use eureka, the ${alpha.cluster.address} must be set and can be arbitrary

2019-04-15 Thread GitBox
loveoobaby closed issue #451: when use eureka, the ${alpha.cluster.address} must be set and can be arbitrary URL: https://github.com/apache/servicecomb-pack/issues/451 This is an automated message from the Apache Git

[GitHub] [servicecomb-website] coolbeevip opened a new pull request #175: ServiceComb Pack 0.4.0 Integrated Discovery Service Eureka

2019-04-15 Thread GitBox
coolbeevip opened a new pull request #175: ServiceComb Pack 0.4.0 Integrated Discovery Service Eureka URL: https://github.com/apache/servicecomb-website/pull/175 This is an automated message from the Apache Git Service. To

[GitHub] [servicecomb-java-chassis] wujimin commented on issue #1180: [SCB-1251] Reduce archaius callback

2019-04-15 Thread GitBox
wujimin commented on issue #1180: [SCB-1251] Reduce archaius callback URL: https://github.com/apache/servicecomb-java-chassis/pull/1180#issuecomment-483137842 > > > > `PriorityProperty` > > > > > > > > > this will cause too complex to manage ConfigObject, because if one field

[GitHub] [servicecomb-java-chassis] wujimin merged pull request #1180: [SCB-1251] Reduce archaius callback

2019-04-15 Thread GitBox
wujimin merged pull request #1180: [SCB-1251] Reduce archaius callback URL: https://github.com/apache/servicecomb-java-chassis/pull/1180 This is an automated message from the Apache Git Service. To respond to the message,

[servicecomb-java-chassis] branch master updated (b1167aa -> 5153292)

2019-04-15 Thread wujimin
This is an automated email from the ASF dual-hosted git repository. wujimin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git. from b1167aa [SCB-1253] read max heap size config of IT from system property new b9db4ee

[GitHub] [servicecomb-docs] wujimin merged pull request #93: add description about servicecomb.provider.rest.scanRestController

2019-04-15 Thread GitBox
wujimin merged pull request #93: add description about servicecomb.provider.rest.scanRestController URL: https://github.com/apache/servicecomb-docs/pull/93 This is an automated message from the Apache Git Service. To

[servicecomb-docs] branch master updated (7ea356a -> e7df6c0)

2019-04-15 Thread wujimin
This is an automated email from the ASF dual-hosted git repository. wujimin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-docs.git. from 7ea356a fix file download Content-Disposition header example new 56c233a add description about

[servicecomb-website] branch asf-site updated (3d6681f -> ae55444)

2019-04-15 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git. from 3d6681f Publish the website new da94ff8 ServiceComb Pack 0.4.0 Integrated Discovery Service

[servicecomb-website] branch master updated (00ca27a -> 91f7126)

2019-04-15 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git. from 00ca27a Update 2019-04-15-servicecomb-pack-eureka.md add 91f7126 Added new and noteworthy to

[servicecomb-website] branch asf-site updated (5adb28d -> 3d6681f)

2019-04-15 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git. from 5adb28d Publish the website new 18c88e6 Added new and noteworthy to the Pack 0.4.0

[servicecomb-website] branch master updated (91f7126 -> 2e21255)

2019-04-15 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git. from 91f7126 Added new and noteworthy to the Pack 0.4.0 releasenote add 2e21255 Updated the

[servicecomb-website] branch asf-site updated (ae55444 -> 18c82cd)

2019-04-15 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git. from ae55444 Publish the website new 2e21255 Updated the release note of service center new

[GitHub] [servicecomb-website] WillemJiang commented on issue #163: add customized-tracing-with-servicecomb of user guide

2019-04-15 Thread GitBox
WillemJiang commented on issue #163: add customized-tracing-with-servicecomb of user guide URL: https://github.com/apache/servicecomb-website/pull/163#issuecomment-483500653 @bettermanzzy 请直接上传图片,目前图片在网站无法展示。 This is an

[GitHub] [servicecomb-website] WillemJiang commented on issue #163: add customized-tracing-with-servicecomb of user guide

2019-04-15 Thread GitBox
WillemJiang commented on issue #163: add customized-tracing-with-servicecomb of user guide URL: https://github.com/apache/servicecomb-website/pull/163#issuecomment-483502619 You can take #162 and

[GitHub] [servicecomb-website] bettermanzzy commented on issue #163: add customized-tracing-with-servicecomb of user guide

2019-04-15 Thread GitBox
bettermanzzy commented on issue #163: add customized-tracing-with-servicecomb of user guide URL: https://github.com/apache/servicecomb-website/pull/163#issuecomment-483502193 OK ,I will put the picture as soon as possible.

[servicecomb-website] branch asf-site updated: Fixed the image link issue of blog

2019-04-15 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 463ead1 Fixed the image

[servicecomb-website] branch master updated (2e21255 -> 463ead1)

2019-04-15 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git. from 2e21255 Updated the release note of service center add 463ead1 Fixed the image link issue of