[GitHub] [servicecomb-service-center] coveralls commented on issue #582: Support TLS 1.3

2019-08-27 Thread GitBox
coveralls commented on issue #582: Support TLS 1.3
URL: 
https://github.com/apache/servicecomb-service-center/pull/582#issuecomment-525591467
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/25388390/badge)](https://coveralls.io/builds/25388390)
   
   Coverage increased (+0.06%) to 60.366% when pulling 
**2b5829da0ad01ae2ba61fe8fa8a91ab92b348eeb on humingcheng:master** into 
**9c0e0582920c5e74b934226469d9d9d9cc456020 on apache:master**.
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [servicecomb-service-center] codecov-io commented on issue #582: Support TLS 1.3

2019-08-27 Thread GitBox
codecov-io commented on issue #582: Support TLS 1.3
URL: 
https://github.com/apache/servicecomb-service-center/pull/582#issuecomment-525591470
 
 
   # 
[Codecov](https://codecov.io/gh/apache/servicecomb-service-center/pull/582?src=pr=h1)
 Report
   > Merging 
[#582](https://codecov.io/gh/apache/servicecomb-service-center/pull/582?src=pr=desc)
 into 
[master](https://codecov.io/gh/apache/servicecomb-service-center/commit/9c0e0582920c5e74b934226469d9d9d9cc456020?src=pr=desc)
 will **increase** coverage by `0.04%`.
   > The diff coverage is `90%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/servicecomb-service-center/pull/582/graphs/tree.svg?width=650=GAaF7zrg8R=150=pr)](https://codecov.io/gh/apache/servicecomb-service-center/pull/582?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master #582  +/-   ##
   ==
   + Coverage   57.85%   57.89%   +0.04% 
   ==
 Files 203  203  
 Lines   1565615659   +3 
   ==
   + Hits 9057 9065   +8 
   + Misses   5951 5947   -4 
   + Partials  648  647   -1
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/servicecomb-service-center/pull/582?src=pr=tree)
 | Coverage Δ | |
   |---|---|---|
   | 
[pkg/tlsutil/tlsutil.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/582/diff?src=pr=tree#diff-cGtnL3Rsc3V0aWwvdGxzdXRpbC5nbw==)
 | `74.52% <ø> (ø)` | :arrow_up: |
   | 
[pkg/tlsutil/common.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/582/diff?src=pr=tree#diff-cGtnL3Rsc3V0aWwvY29tbW9uLmdv)
 | `100% <100%> (ø)` | :arrow_up: |
   | 
[server/plugin/pkg/tls/buildin/tls.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/582/diff?src=pr=tree#diff-c2VydmVyL3BsdWdpbi9wa2cvdGxzL2J1aWxkaW4vdGxzLmdv)
 | `82.35% <100%> (ø)` | :arrow_up: |
   | 
[pkg/tlsutil/config.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/582/diff?src=pr=tree#diff-cGtnL3Rsc3V0aWwvY29uZmlnLmdv)
 | `78.26% <66.66%> (ø)` | :arrow_up: |
   | 
[...erver/plugin/pkg/tracing/buildin/file\_collector.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/582/diff?src=pr=tree#diff-c2VydmVyL3BsdWdpbi9wa2cvdHJhY2luZy9idWlsZGluL2ZpbGVfY29sbGVjdG9yLmdv)
 | `64.07% <0%> (+0.97%)` | :arrow_up: |
   | 
[syncer/pkg/ticker/ticker.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/582/diff?src=pr=tree#diff-c3luY2VyL3BrZy90aWNrZXIvdGlja2VyLmdv)
 | `100% <0%> (+19.04%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/servicecomb-service-center/pull/582?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/servicecomb-service-center/pull/582?src=pr=footer).
 Last update 
[9c0e058...2b5829d](https://codecov.io/gh/apache/servicecomb-service-center/pull/582?src=pr=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [servicecomb-service-center] humingcheng opened a new pull request #582: Support TLS 1.3

2019-08-27 Thread GitBox
humingcheng opened a new pull request #582: Support TLS 1.3
URL: https://github.com/apache/servicecomb-service-center/pull/582
 
 
   Follow this checklist to help us incorporate your contribution quickly and 
easily:
   
- [ ] Make sure there is a [JIRA 
issue](https://issues.apache.org/jira/browse/SCB) filed for the change (usually 
before you start working on it).  Trivial changes like typos do not require a 
JIRA issue.  Your pull request should address just this issue, without pulling 
in other changes.
- [ ] Each commit in the pull request should have a meaningful subject line 
and body.
- [ ] Format the pull request title like `[SCB-XXX] Fixes bug in 
ApproximateQuantiles`, where you replace `SCB-XXX` with the appropriate JIRA 
issue.
- [ ] Write a pull request description that is detailed enough to 
understand what the pull request does, how, and why.
- [ ] Run `go build` `go test` `go fmt` `go vet` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
- [ ] If this contribution is large, please file an Apache [Individual 
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   ---
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [servicecomb-service-center] coveralls commented on issue #581: [SCB-1465] [Syncer] Fix wrong command line arguments in Quick Start

2019-08-27 Thread GitBox
coveralls commented on issue #581: [SCB-1465] [Syncer] Fix wrong command line 
arguments in Quick Start
URL: 
https://github.com/apache/servicecomb-service-center/pull/581#issuecomment-525568190
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/25386847/badge)](https://coveralls.io/builds/25386847)
   
   Coverage decreased (-0.09%) to 60.221% when pulling 
**b00c732449604e2e127e42f89ee910827956f299 on ChinX:syncer-md** into 
**9c0e0582920c5e74b934226469d9d9d9cc456020 on apache:master**.
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [servicecomb-service-center] codecov-io commented on issue #581: [SCB-1465] [Syncer] Fix wrong command line arguments in Quick Start

2019-08-27 Thread GitBox
codecov-io commented on issue #581: [SCB-1465] [Syncer] Fix wrong command line 
arguments in Quick Start
URL: 
https://github.com/apache/servicecomb-service-center/pull/581#issuecomment-525568224
 
 
   # 
[Codecov](https://codecov.io/gh/apache/servicecomb-service-center/pull/581?src=pr=h1)
 Report
   > Merging 
[#581](https://codecov.io/gh/apache/servicecomb-service-center/pull/581?src=pr=desc)
 into 
[master](https://codecov.io/gh/apache/servicecomb-service-center/commit/9c0e0582920c5e74b934226469d9d9d9cc456020?src=pr=desc)
 will **decrease** coverage by `0.03%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/servicecomb-service-center/pull/581/graphs/tree.svg?width=650=GAaF7zrg8R=150=pr)](https://codecov.io/gh/apache/servicecomb-service-center/pull/581?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master #581  +/-   ##
   ==
   - Coverage   57.85%   57.81%   -0.04% 
   ==
 Files 203  203  
 Lines   1565615656  
   ==
   - Hits 9057 9051   -6 
   - Misses   5951 5955   +4 
   - Partials  648  650   +2
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/servicecomb-service-center/pull/581?src=pr=tree)
 | Coverage Δ | |
   |---|---|---|
   | 
[server/service/util/util.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/581/diff?src=pr=tree#diff-c2VydmVyL3NlcnZpY2UvdXRpbC91dGlsLmdv)
 | `80% <0%> (-10%)` | :arrow_down: |
   | 
[server/notify/listwatcher.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/581/diff?src=pr=tree#diff-c2VydmVyL25vdGlmeS9saXN0d2F0Y2hlci5nbw==)
 | `69.44% <0%> (-9.73%)` | :arrow_down: |
   | 
[syncer/pkg/utils/files.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/581/diff?src=pr=tree#diff-c3luY2VyL3BrZy91dGlscy9maWxlcy5nbw==)
 | `86.66% <0%> (-6.67%)` | :arrow_down: |
   | 
[syncer/pkg/syssig/signal.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/581/diff?src=pr=tree#diff-c3luY2VyL3BrZy9zeXNzaWcvc2lnbmFsLmdv)
 | `64.51% <0%> (-3.23%)` | :arrow_down: |
   | 
[syncer/servicecenter/sync.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/581/diff?src=pr=tree#diff-c3luY2VyL3NlcnZpY2VjZW50ZXIvc3luYy5nbw==)
 | `71.42% <0%> (-2.39%)` | :arrow_down: |
   | 
[syncer/pkg/utils/addr.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/581/diff?src=pr=tree#diff-c3luY2VyL3BrZy91dGlscy9hZGRyLmdv)
 | `72.72% <0%> (+9.09%)` | :arrow_up: |
   | 
[syncer/pkg/ticker/ticker.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/581/diff?src=pr=tree#diff-c3luY2VyL3BrZy90aWNrZXIvdGlja2VyLmdv)
 | `100% <0%> (+19.04%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/servicecomb-service-center/pull/581?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/servicecomb-service-center/pull/581?src=pr=footer).
 Last update 
[9c0e058...b00c732](https://codecov.io/gh/apache/servicecomb-service-center/pull/581?src=pr=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [servicecomb-service-center] ChinX opened a new pull request #581: [SCB-1465] [Syncer] Fix wrong command line arguments in Quick Start

2019-08-27 Thread GitBox
ChinX opened a new pull request #581: [SCB-1465] [Syncer] Fix wrong command 
line arguments in Quick Start
URL: https://github.com/apache/servicecomb-service-center/pull/581
 
 
   Follow this checklist to help us incorporate your contribution quickly and 
easily:
   
- [ ] Make sure there is a [JIRA 
issue](https://issues.apache.org/jira/browse/SCB) filed for the change (usually 
before you start working on it).  Trivial changes like typos do not require a 
JIRA issue.  Your pull request should address just this issue, without pulling 
in other changes.
- [ ] Each commit in the pull request should have a meaningful subject line 
and body.
- [ ] Format the pull request title like `[SCB-XXX] Fixes bug in 
ApproximateQuantiles`, where you replace `SCB-XXX` with the appropriate JIRA 
issue.
- [ ] Write a pull request description that is detailed enough to 
understand what the pull request does, how, and why.
- [ ] Run `go build` `go test` `go fmt` `go vet` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
- [ ] If this contribution is large, please file an Apache [Individual 
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   ---
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [servicecomb-java-chassis] luhuaitong commented on issue #1308: 如何搭建一个属于自己项目的edge网管,必要配置有哪些?路由规则在哪里定义?希望大神能给一个最简单的网关例子最好有详细步骤和注释!

2019-08-27 Thread GitBox
luhuaitong commented on issue #1308: 
如何搭建一个属于自己项目的edge网管,必要配置有哪些?路由规则在哪里定义?希望大神能给一个最简单的网关例子最好有详细步骤和注释!
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/1308#issuecomment-525561158
 
 
   请问  AK  SK   我应该怎么设置,你这个服务注册中心怎么用啊


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [servicecomb-service-center] coveralls commented on issue #580: [SCB-1441] [Syncer] Support for tls certificates when loading instance data from servicecenter

2019-08-27 Thread GitBox
coveralls commented on issue #580: [SCB-1441] [Syncer] Support for tls 
certificates when loading instance data from servicecenter
URL: 
https://github.com/apache/servicecomb-service-center/pull/580#issuecomment-525560647
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/25386559/badge)](https://coveralls.io/builds/25386559)
   
   Coverage decreased (-0.1%) to 60.211% when pulling 
**1860a4e2977bac79044f1ee905da70200a720125 on ChinX:syncer** into 
**9c0e0582920c5e74b934226469d9d9d9cc456020 on apache:master**.
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [servicecomb-service-center] codecov-io commented on issue #580: [SCB-1441] [Syncer] Support for tls certificates when loading instance data from servicecenter

2019-08-27 Thread GitBox
codecov-io commented on issue #580: [SCB-1441] [Syncer] Support for tls 
certificates when loading instance data from servicecenter
URL: 
https://github.com/apache/servicecomb-service-center/pull/580#issuecomment-525560566
 
 
   # 
[Codecov](https://codecov.io/gh/apache/servicecomb-service-center/pull/580?src=pr=h1)
 Report
   > Merging 
[#580](https://codecov.io/gh/apache/servicecomb-service-center/pull/580?src=pr=desc)
 into 
[master](https://codecov.io/gh/apache/servicecomb-service-center/commit/9c0e0582920c5e74b934226469d9d9d9cc456020?src=pr=desc)
 will **decrease** coverage by `0.07%`.
   > The diff coverage is `27.27%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/servicecomb-service-center/pull/580/graphs/tree.svg?width=650=GAaF7zrg8R=150=pr)](https://codecov.io/gh/apache/servicecomb-service-center/pull/580?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master #580  +/-   ##
   ==
   - Coverage   57.85%   57.77%   -0.08% 
   ==
 Files 203  204   +1 
 Lines   1565615699  +43 
   ==
   + Hits 9057 9070  +13 
   - Misses   5951 5982  +31 
   + Partials  648  647   -1
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/servicecomb-service-center/pull/580?src=pr=tree)
 | Coverage Δ | |
   |---|---|---|
   | 
[syncer/plugins/option.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/580/diff?src=pr=tree#diff-c3luY2VyL3BsdWdpbnMvb3B0aW9uLmdv)
 | `0% <0%> (ø)` | |
   | 
[syncer/servicecenter/servicecenter.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/580/diff?src=pr=tree#diff-c3luY2VyL3NlcnZpY2VjZW50ZXIvc2VydmljZWNlbnRlci5nbw==)
 | `86.36% <100%> (ø)` | :arrow_up: |
   | 
[syncer/plugins/servicecenter/servicecenter.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/580/diff?src=pr=tree#diff-c3luY2VyL3BsdWdpbnMvc2VydmljZWNlbnRlci9zZXJ2aWNlY2VudGVyLmdv)
 | `88.88% <100%> (ø)` | :arrow_up: |
   | 
[syncer/config/config.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/580/diff?src=pr=tree#diff-c3luY2VyL2NvbmZpZy9jb25maWcuZ28=)
 | `47.88% <44%> (-7.67%)` | :arrow_down: |
   | 
[server/service/util/util.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/580/diff?src=pr=tree#diff-c2VydmVyL3NlcnZpY2UvdXRpbC91dGlsLmdv)
 | `80% <0%> (-10%)` | :arrow_down: |
   | 
[server/notify/listwatcher.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/580/diff?src=pr=tree#diff-c2VydmVyL25vdGlmeS9saXN0d2F0Y2hlci5nbw==)
 | `69.44% <0%> (-9.73%)` | :arrow_down: |
   | 
[syncer/pkg/syssig/signal.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/580/diff?src=pr=tree#diff-c3luY2VyL3BrZy9zeXNzaWcvc2lnbmFsLmdv)
 | `64.51% <0%> (-3.23%)` | :arrow_down: |
   | 
[pkg/tlsutil/tlsutil.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/580/diff?src=pr=tree#diff-cGtnL3Rsc3V0aWwvdGxzdXRpbC5nbw==)
 | `73.58% <0%> (-0.95%)` | :arrow_down: |
   | 
[syncer/plugins/servicecenter/transform.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/580/diff?src=pr=tree#diff-c3luY2VyL3BsdWdpbnMvc2VydmljZWNlbnRlci90cmFuc2Zvcm0uZ28=)
 | `53.57% <0%> (-0.72%)` | :arrow_down: |
   | ... and [6 
more](https://codecov.io/gh/apache/servicecomb-service-center/pull/580/diff?src=pr=tree-more)
 | |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/servicecomb-service-center/pull/580?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/servicecomb-service-center/pull/580?src=pr=footer).
 Last update 
[9c0e058...1860a4e](https://codecov.io/gh/apache/servicecomb-service-center/pull/580?src=pr=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [servicecomb-service-center] ChinX opened a new pull request #580: [SCB-1441] [Syncer] Support for tls certificates when loading instance data from servicecenter

2019-08-27 Thread GitBox
ChinX opened a new pull request #580: [SCB-1441] [Syncer] Support for tls 
certificates when loading instance data from servicecenter
URL: https://github.com/apache/servicecomb-service-center/pull/580
 
 
   Follow this checklist to help us incorporate your contribution quickly and 
easily:
   
- [ ] Make sure there is a [JIRA 
issue](https://issues.apache.org/jira/browse/SCB) filed for the change (usually 
before you start working on it).  Trivial changes like typos do not require a 
JIRA issue.  Your pull request should address just this issue, without pulling 
in other changes.
- [ ] Each commit in the pull request should have a meaningful subject line 
and body.
- [ ] Format the pull request title like `[SCB-XXX] Fixes bug in 
ApproximateQuantiles`, where you replace `SCB-XXX` with the appropriate JIRA 
issue.
- [ ] Write a pull request description that is detailed enough to 
understand what the pull request does, how, and why.
- [ ] Run `go build` `go test` `go fmt` `go vet` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
- [ ] If this contribution is large, please file an Apache [Individual 
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   ---
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #1307: [SCB-1448]support class inheritance and interface inheritance with te…

2019-08-27 Thread GitBox
liubao68 merged pull request #1307: [SCB-1448]support class inheritance and 
interface inheritance with te…
URL: https://github.com/apache/servicecomb-java-chassis/pull/1307
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[servicecomb-java-chassis] 02/03: [SCB-1448]consistence methods for swagger generator and producer schema

2019-08-27 Thread liubao
This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git

commit a4c085ef8c24586436cf47447d8db4a3079d66db
Author: liubao 
AuthorDate: Sun Aug 25 21:09:55 2019 +0800

[SCB-1448]consistence methods for swagger generator and producer schema
---
 .../core/definition/schema/ProducerSchemaFactory.java |  2 +-
 .../servicecomb/it/schema/generic/TestMyService.java  |  4 
 .../swagger/generator/core/MyEndpoint2.java   | 19 ---
 .../swagger/engine/SwaggerEnvironment.java| 17 +
 .../servicecomb/engine/SwaggerEnvironmentForTest.java |  2 +-
 5 files changed, 31 insertions(+), 13 deletions(-)

diff --git 
a/core/src/main/java/org/apache/servicecomb/core/definition/schema/ProducerSchemaFactory.java
 
b/core/src/main/java/org/apache/servicecomb/core/definition/schema/ProducerSchemaFactory.java
index 59888d4..ec67a27 100644
--- 
a/core/src/main/java/org/apache/servicecomb/core/definition/schema/ProducerSchemaFactory.java
+++ 
b/core/src/main/java/org/apache/servicecomb/core/definition/schema/ProducerSchemaFactory.java
@@ -76,7 +76,7 @@ public class ProducerSchemaFactory extends 
AbstractSchemaFactory beanList = new ArrayList<>();
 beanList.add(bean);
 List beanListResult = 
myserviceWithInterface.getIntf().helloList(beanList);
diff --git 
a/swagger/swagger-generator/generator-core/src/test/java/org/apache/servicecomb/swagger/generator/core/MyEndpoint2.java
 
b/swagger/swagger-generator/generator-core/src/test/java/org/apache/servicecomb/swagger/generator/core/MyEndpoint2.java
index e5c..8ece9e8 100644
--- 
a/swagger/swagger-generator/generator-core/src/test/java/org/apache/servicecomb/swagger/generator/core/MyEndpoint2.java
+++ 
b/swagger/swagger-generator/generator-core/src/test/java/org/apache/servicecomb/swagger/generator/core/MyEndpoint2.java
@@ -1,10 +1,23 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.servicecomb.swagger.generator.core;
 
 import java.util.List;
 
-/**
- * Created by Administrator on 2019/8/25.
- */
 public class MyEndpoint2 implements IMyService {
   @Override
   public PersonBean hello(PersonBean a) {
diff --git 
a/swagger/swagger-invocation/invocation-core/src/main/java/org/apache/servicecomb/swagger/engine/SwaggerEnvironment.java
 
b/swagger/swagger-invocation/invocation-core/src/main/java/org/apache/servicecomb/swagger/engine/SwaggerEnvironment.java
index b3a2d55..42153b1 100644
--- 
a/swagger/swagger-invocation/invocation-core/src/main/java/org/apache/servicecomb/swagger/engine/SwaggerEnvironment.java
+++ 
b/swagger/swagger-invocation/invocation-core/src/main/java/org/apache/servicecomb/swagger/engine/SwaggerEnvironment.java
@@ -28,6 +28,8 @@ import org.apache.commons.lang3.StringUtils;
 import org.apache.servicecomb.foundation.common.utils.BeanUtils;
 import org.apache.servicecomb.foundation.common.utils.ReflectUtils;
 import 
org.apache.servicecomb.swagger.generator.core.CompositeSwaggerGeneratorContext;
+import org.apache.servicecomb.swagger.generator.core.SwaggerGeneratorContext;
+import org.apache.servicecomb.swagger.generator.core.utils.MethodUtils;
 import org.apache.servicecomb.swagger.generator.core.utils.ParamUtils;
 import 
org.apache.servicecomb.swagger.invocation.arguments.ArgumentsMapperConfig;
 import 
org.apache.servicecomb.swagger.invocation.arguments.consumer.ConsumerArgumentsMapper;
@@ -160,9 +162,9 @@ public class SwaggerEnvironment {
   }
 
   public SwaggerProducer createProducer(Object producerInstance, Class 
swaggerIntf,
-  Map swaggerOperationMap) {
+  Map swaggerOperationMap, SwaggerGeneratorContext 
context) {
 Class producerCls = BeanUtils.getImplClassFromBean(producerInstance);
-Map visibleProducerMethods = 
retrieveVisibleMethods(producerCls);
+Map visibleProducerMethods = 
retrieveVisibleMethods(producerCls, context);
 
 SwaggerProducer producer = new SwaggerProducer();
 producer.setProducerCls(producerCls);
@@ -221,16 +223,15 @@ public class SwaggerEnvironment {
 return argumentsMapperFactory;
   }
 
-  private Map retrieveVisibleMethods(Class clazz) 

[servicecomb-java-chassis] 03/03: delete redundant logic

2019-08-27 Thread liubao
This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git

commit 3da6ff594df4efc22c0ef377b5a4b3f7e559a3df
Author: liubao 
AuthorDate: Tue Aug 27 21:34:05 2019 +0800

delete redundant logic
---
 .../org/apache/servicecomb/swagger/generator/core/SwaggerGenerator.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/swagger/swagger-generator/generator-core/src/main/java/org/apache/servicecomb/swagger/generator/core/SwaggerGenerator.java
 
b/swagger/swagger-generator/generator-core/src/main/java/org/apache/servicecomb/swagger/generator/core/SwaggerGenerator.java
index f4346f7..f05e276 100644
--- 
a/swagger/swagger-generator/generator-core/src/main/java/org/apache/servicecomb/swagger/generator/core/SwaggerGenerator.java
+++ 
b/swagger/swagger-generator/generator-core/src/main/java/org/apache/servicecomb/swagger/generator/core/SwaggerGenerator.java
@@ -238,7 +238,6 @@ public class SwaggerGenerator {
   protected void scanMethods() {
 // 有时方法顺序不同,很不利于测试,所以先排序
 List methods = MethodUtils.findProducerMethods(cls);
-methods.sort(Comparator.comparing(Method::getName));
 for (Method method : methods) {
   if (isSkipMethod(method)) {
 continue;



[GitHub] [servicecomb-java-chassis] liubao68 commented on a change in pull request #1307: [SCB-1448]support class inheritance and interface inheritance with te…

2019-08-27 Thread GitBox
liubao68 commented on a change in pull request #1307: [SCB-1448]support class 
inheritance and interface inheritance with te…
URL: 
https://github.com/apache/servicecomb-java-chassis/pull/1307#discussion_r318081087
 
 

 ##
 File path: 
swagger/swagger-generator/generator-core/src/main/java/org/apache/servicecomb/swagger/generator/core/SwaggerGenerator.java
 ##
 @@ -236,35 +231,13 @@ private boolean isInterfaceReactive(Class 
interfaceCls) {
 return false;
   }
 
-  /**
-   * Whether this method should be processed as a swagger operation
-   * @return true if this isn't a swagger operation; otherwise, false.
-   */
-  protected boolean isSkipMethod(Method method) {
-if (method.getDeclaringClass().getName().equals(Object.class.getName())) {
-  return true;
-}
-// skip static method
-int modifiers = method.getModifiers();
-if (Modifier.isStatic(modifiers)) {
-  return true;
-}
-// skip bridge method
-if (method.isBridge()) {
-  return true;
-}
-
-ApiOperation apiOperation = method.getAnnotation(ApiOperation.class);
-if (apiOperation != null && apiOperation.hidden()) {
-  return apiOperation.hidden();
-}
-
-return !context.canProcess(method);
+  protected boolean isSkipMethod(Method m) {
+return !context.canProcess(m);
   }
 
   protected void scanMethods() {
 // 有时方法顺序不同,很不利于测试,所以先排序
-List methods = Arrays.asList(cls.getMethods());
+List methods = MethodUtils.findProducerMethods(cls);
 methods.sort(Comparator.comparing(Method::getName));
 
 Review comment:
   yes, I am fixing 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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [servicecomb-java-chassis] yhs0092 commented on a change in pull request #1307: [SCB-1448]support class inheritance and interface inheritance with te…

2019-08-27 Thread GitBox
yhs0092 commented on a change in pull request #1307: [SCB-1448]support class 
inheritance and interface inheritance with te…
URL: 
https://github.com/apache/servicecomb-java-chassis/pull/1307#discussion_r318078999
 
 

 ##
 File path: 
swagger/swagger-generator/generator-core/src/main/java/org/apache/servicecomb/swagger/generator/core/SwaggerGenerator.java
 ##
 @@ -236,35 +231,13 @@ private boolean isInterfaceReactive(Class 
interfaceCls) {
 return false;
   }
 
-  /**
-   * Whether this method should be processed as a swagger operation
-   * @return true if this isn't a swagger operation; otherwise, false.
-   */
-  protected boolean isSkipMethod(Method method) {
-if (method.getDeclaringClass().getName().equals(Object.class.getName())) {
-  return true;
-}
-// skip static method
-int modifiers = method.getModifiers();
-if (Modifier.isStatic(modifiers)) {
-  return true;
-}
-// skip bridge method
-if (method.isBridge()) {
-  return true;
-}
-
-ApiOperation apiOperation = method.getAnnotation(ApiOperation.class);
-if (apiOperation != null && apiOperation.hidden()) {
-  return apiOperation.hidden();
-}
-
-return !context.canProcess(method);
+  protected boolean isSkipMethod(Method m) {
+return !context.canProcess(m);
   }
 
   protected void scanMethods() {
 // 有时方法顺序不同,很不利于测试,所以先排序
-List methods = Arrays.asList(cls.getMethods());
+List methods = MethodUtils.findProducerMethods(cls);
 methods.sort(Comparator.comparing(Method::getName));
 
 Review comment:
   Is the sorting operation here redundant? since the 
`MethodUtils#findProducerMethods` has sorted the methods


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [servicecomb-java-chassis] yhs0092 commented on issue #1308: 如何搭建一个属于自己项目的edge网管,必要配置有哪些?路由规则在哪里定义?希望大神能给一个最简单的网关例子最好有详细步骤和注释!

2019-08-27 Thread GitBox
yhs0092 commented on issue #1308: 
如何搭建一个属于自己项目的edge网管,必要配置有哪些?路由规则在哪里定义?希望大神能给一个最简单的网关例子最好有详细步骤和注释!
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/1308#issuecomment-525199361
 
 
   EdgeService网关的开发方式与普通微服务基本一致,不同点主要是:
   - pom文件中需要引入edge-core依赖包
   - 
microservice.yaml配置文件里增加请求转发规则的配置,具体配置内容取决于你使用的是`DefaultEdgeDispatcher`还是`URLMappedEdgeDispatcher`做转发
   
   
可以参考这里的[微服务培训课程](https://education.huaweicloud.com:8443/courses/course-v1:HuaweiX+CBUCNXP012+Self-paced/courseware/da725ede26794694a621b8088a858743/f840404cbae3467baf17b3ab8452ca53/)看看,demo工程压缩包可以在页面上下载到。你也可以从[这里](https://gitee.com/yhs0092/demo-training21days-publish/commits/day6_homework)
 clone 到全部demo工程源码。


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:
us...@infra.apache.org


With regards,
Apache Git Services


[servicecomb-website] branch asf-site updated (a72544b -> 21b1c51)

2019-08-27 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 a72544b  Publish website
 add 35e3473  Update ServiceComb Pack 0.5.0 Release information
 add 62cc782  Fixed the release guide fromate issue
 add 02fe5f0  Update the front page
 add a39f622  Update the developer-guide
 new 987839b  Merge branch 'master' into asf-site
 new 21b1c51  publish the website

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 _developers/cn/developer-guide.md|   7 +-
 _developers/cn/release_guide.md  |  28 ++---
 _developers/developer-guide.md   |   7 +-
 _pages/cn/home.md|   6 +-
 _pages/home.md   |   6 +-
 _release/cn/pack_downloads.md|   3 +-
 _release/cn/pack_releaseNotes.md | 134 ++
 _release/cn/release.md   |   7 +-
 _release/pack_downloads.md   |   3 +-
 _release/pack_releaseNotes.md| 133 ++
 _release/release.md  |   8 +-
 content/cn/developers/index.html |  29 -
 content/cn/developers/release-guide/index.html   | 124 ++---
 content/cn/index.html|   2 +-
 content/cn/release/index.html|  13 +--
 content/cn/release/pack-downloads/index.html |   7 +-
 content/cn/release/pack-release-notes/index.html | 136 ++-
 content/developers/index.html|  29 -
 content/feed.xml |   2 +-
 content/index.html   |   2 +-
 content/release/index.html   |  13 +--
 content/release/pack-downloads/index.html|   7 +-
 content/release/pack-release-notes/index.html| 136 ++-
 23 files changed, 717 insertions(+), 125 deletions(-)



[servicecomb-website] 01/02: Merge branch 'master' into asf-site

2019-08-27 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

commit 987839b978e3ac63aedac078542ee28e14e5cd13
Merge: a72544b a39f622
Author: Willem Jiang 
AuthorDate: Tue Aug 27 16:08:39 2019 +0800

Merge branch 'master' into asf-site

 _developers/cn/developer-guide.md |   7 +-
 _developers/cn/release_guide.md   |  28 ++--
 _developers/developer-guide.md|   7 +-
 _pages/cn/home.md |   6 +-
 _pages/home.md|   6 +-
 _release/cn/pack_downloads.md |   3 +-
 _release/cn/pack_releaseNotes.md  | 134 ++
 _release/cn/release.md|   7 +-
 _release/pack_downloads.md|   3 +-
 _release/pack_releaseNotes.md | 133 +
 _release/release.md   |   8 ++-
 11 files changed, 305 insertions(+), 37 deletions(-)



[servicecomb-website] 02/02: publish the website

2019-08-27 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

commit 21b1c51000dd054c642c88d92dea485880de143c
Author: Willem Jiang 
AuthorDate: Tue Aug 27 16:09:36 2019 +0800

publish the website
---
 content/cn/developers/index.html |  29 -
 content/cn/developers/release-guide/index.html   | 124 ++---
 content/cn/index.html|   2 +-
 content/cn/release/index.html|  13 +--
 content/cn/release/pack-downloads/index.html |   7 +-
 content/cn/release/pack-release-notes/index.html | 136 ++-
 content/developers/index.html|  29 -
 content/feed.xml |   2 +-
 content/index.html   |   2 +-
 content/release/index.html   |  13 +--
 content/release/pack-downloads/index.html|   7 +-
 content/release/pack-release-notes/index.html| 136 ++-
 12 files changed, 412 insertions(+), 88 deletions(-)

diff --git a/content/cn/developers/index.html b/content/cn/developers/index.html
index a930f96..71d06b1 100644
--- a/content/cn/developers/index.html
+++ b/content/cn/developers/index.html
@@ -460,8 +460,28 @@
   Java
 
 
-  https://github.com/apache/servicecomb-saga-actuator;>servicecomb-saga-actuator
-  集中式Saga事务协调器
+  https://github.com/apache/servicecomb-Mesher;>servicecomb-mesher
+  微服务网格
+  Golang
+
+
+  https://github.com/apache/servicecomb-kie;>servicecomb-kie
+  微服务配置管理中心
+  Golang
+
+
+  https://github.com/apache/servicecomb-tool-kit;>servicecomb-tool-kit
+  基于契约的微服务开发工具
+  Java
+
+
+  https://github.com/apache/servicecomb-samples;>servicecomb-samples
+  提供了微服务示例
+  Java
+
+
+  https://github.com/apache/servicecomb-fence;>servicecomb-fence
+  ServiceComb Java-chassis安全认证解决方案
   Java
 
 
@@ -474,6 +494,11 @@
   ServiceComb网站
   HTML
 
+
+  https://github.com/apache/servicecomb-saga-actuator;>servicecomb-saga-actuator
+  集中式Saga事务协调器 (归档)
+  Java
+
   
 
 
diff --git a/content/cn/developers/release-guide/index.html 
b/content/cn/developers/release-guide/index.html
index 86b7c98..c0daec1 100644
--- a/content/cn/developers/release-guide/index.html
+++ b/content/cn/developers/release-guide/index.html
@@ -436,6 +436,7 @@
   配置Maven
   发行Service-Center
   发行Java-Chassis
+  发行Pack
 
 
   
@@ -658,92 +659,90 @@ gvt restore
 PMC批准
 
 
-  发送投票邮件至 d...@servicecomb.apache.org, 发起PMC批准.
-  模板:
-  ```
+  
+发送投票邮件至 d...@servicecomb.apache.org, 
发起PMC批准.
+  
+  
+
等待72小时,或者获得3票+1并且没有-1。如果有-1票,修正问题,并删除主仓库的release版本对应的标签,并从第1步重新开始。
+  
+  
+将投票结果发布到d...@servicecomb.apache.org。
+  
 
 
-
-
-18. 等待72小时,或者获得3票+1并且没有-1。如果有-1票,修正问题,并删除主仓库的release版本对应的标签,并从***第1步***重新开始。
-
-19. 将投票结果发布到d...@servicecomb.apache.org。
-
-
-***通告***
-
-20. 
将[dev](https://dist.apache.org/repos/dist/dev)的文件移动到[release](https://dist.apache.org/repos/dist/release)目录中,同时确认已经被存档,同时更新网站上相关链接。
-
同时删除[Apache开发仓库](https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-java-chassis/)中的目录
-```
-svn rm -r 1.2.0
-checkin?
-```
-使用apache帐号登录到[Apache Nexus](https://repository.apache.org/),点击“Staging 
Repositories”,搜索“servicecomb”,选中java-chassis相关的所有记录,点击“Drop”。
-
-使用apache帐号登录到[Apache Nexus](https://repository.apache.org/),点击“Staging 
Repositories”,搜索“servicecomb”,找到需要发布的java-chassis记录,点击“Release”。
+通告
 
-21. 等待24小时,让所有镜像同步。
+
+  将https://dist.apache.org/repos/dist/dev;>dev的文件移动到https://dist.apache.org/repos/dist/release;>release目录中,同时确认已经被存档,同时更新网站上相关链接。
+同时删除https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-java-chassis/;>Apache开发仓库中的目录
+svn rm -r 1.2.0
+checkin?
+
+
+使用apache帐号登录到https://repository.apache.org/;>Apache 
Nexus,点击“Staging 
Repositories”,搜索“servicecomb”,选中java-chassis相关的所有记录,点击“Drop”。
 
-22. 上传发行页面至ServiceComb网站。
+使用apache帐号登录到https://repository.apache.org/;>Apache 
Nexus,点击“Staging 
Repositories”,搜索“servicecomb”,找到需要发布的java-chassis记录,点击“Release”。
+  
+  
+等待24小时,让所有镜像同步。
+  
+  
+上传发行页面至ServiceComb网站。
fork https://github.com/apache/servicecomb-website/
1.总版本,url
2.java-chassis的RN和download(url)
3.中文、英文
-   PR
-
-23. 发送发行通告邮件到d...@servicecomb.apache.org, annou...@apache.org。
-模板:
-```
-```
+   PR
+  
+  发送发行通告邮件到d...@servicecomb.apache.org, annou...@apache.org。
+
 
-## 发行Pack
+发行Pack
 
-***准备和校验发行包***
+准备和校验发行包
 
-1. 如果`~/.gnupg`中没有GPG密钥文件,则将GPG密钥文件拷贝至`~/.gnupg`文件夹。
-
-
-gpg.conf
+
+  如果~/.gnupg中没有GPG密钥文件,则将GPG密钥文件拷贝至~/.gnupg文件夹。
+  gpg.conf
   pubring.gpg
   random_seed
   secring.gpg
-  trustdb.gpg
-
-2. 更新`~/.m2/settings.xml`文件中的GPG密码。
-
-3. 更新`~/.m2/settings.xml`文件中的Apache帐户用户名和密码。
-
-4. 克隆Pack代码。
+  trustdb.gpg
 
-
-git clone 

[servicecomb-website] 01/03: Fixed the release guide fromate issue

2019-08-27 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 62cc782deb7067469d71d843c92da7fd1bc69c83
Author: Willem Jiang 
AuthorDate: Tue Aug 27 15:44:46 2019 +0800

Fixed the release guide fromate issue
---
 _developers/cn/release_guide.md | 28 +++-
 1 file changed, 7 insertions(+), 21 deletions(-)

diff --git a/_developers/cn/release_guide.md b/_developers/cn/release_guide.md
index 3d486a3..1971ec2 100755
--- a/_developers/cn/release_guide.md
+++ b/_developers/cn/release_guide.md
@@ -100,7 +100,6 @@ gvt restore
 
 16. 将投票结果发布到d...@servicecomb.apache.org。
 
-
 ***通告***
 
 20. 
上传发行包至[Apache发行仓库](https://dist.apache.org/repos/dist/release/servicecomb/servicecomb-service-center/)。
@@ -114,8 +113,6 @@ gvt restore
 24. 发送发行通告邮件到d...@servicecomb.apache.org, annou...@apache.org。
 
 
-
-
 ## 发行Java-Chassis
 
 ***准备和校验发行包***
@@ -157,7 +154,6 @@ mvn clean deploy -DskipTests -Prelease -Pdistribution 
-Ppassphrase
 
 10. 将release分支以及标签分别push至主仓库。
 
-
 ***给发行包签名***
 
 11. 从临时仓库下载二进制包及签名  
@@ -191,11 +187,6 @@ mvn clean deploy -DskipTests -Prelease -Pdistribution 
-Ppassphrase
 ***PMC批准***
 
 17. 发送投票邮件至 ***d...@servicecomb.apache.org***, 发起PMC批准.
-  模板:
-  ```
-
-  ```
-
 
 18. 等待72小时,或者获得3票+1并且没有-1。如果有-1票,修正问题,并删除主仓库的release版本对应的标签,并从***第1步***重新开始。
 
@@ -224,9 +215,7 @@ mvn clean deploy -DskipTests -Prelease -Pdistribution 
-Ppassphrase
PR
 
 23. 发送发行通告邮件到d...@servicecomb.apache.org, annou...@apache.org。
-模板:
-```
-```
+
 
 ## 发行Pack
 
@@ -261,9 +250,7 @@ find . -name 'pom.xml'|xargs perl -pi -e 
's/1.0.0-m2-SNAPSHOT/1.0.0-m2/g'
 mvn deploy -DskipTests -Prelease -Pdistribution -Ppassphrase
 ```
 
-8. 上述命令执行成功,所有的jar包都成功上传至临时仓库后,运行门槛测试以验证基本功能。
-
-8. 如果执行失败,需要解决问题,从步骤7重新开始。
+8. 上述命令执行成功,所有的jar包都成功上传至临时仓库后,运行门槛测试以验证基本功能, 如果执行失败,需要解决问题,从步骤7重新开始。
 
 9. 如果步骤7命令执行成功,则所有的jar包都已经成功上传至maven临时仓库。  
使用apache帐号登录到[Apache Nexus](https://repository.apache.org/),点击“Staging 
Repositories”,搜索“servicecomb-pack”,根据时间找到最近的pack相关的记录,close该条记录,得到maven临时仓库的链接,例如:`https://repository.apache.org/content/repositories/orgapacheservicecomb-1385`
@@ -277,7 +264,6 @@ mvn deploy -DskipTests -Prelease -Pdistribution -Ppassphrase
 14. 生成二进制包和源码包的签名和校验和。
 
 15. 
上传发行包到[Apache发行开发仓库](https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-pack/).
-.
 
 16. 从SVN下载发行包,验证签名和校验。
 
@@ -291,12 +277,12 @@ mvn deploy -DskipTests -Prelease -Pdistribution 
-Ppassphrase
 
 ***通告***
 
-23. 
上传发行包至[Apache发行仓库](https://dist.apache.org/repos/dist/release/servicecomb/servicecomb-pack/)。
+20. 
上传发行包至[Apache发行仓库](https://dist.apache.org/repos/dist/release/servicecomb/servicecomb-pack/)。
 
-24. 等待24小时,让所有镜像同步。
+21. 等待24小时,让所有镜像同步。
 
-25. 
将[dev](https://dist.apache.org/repos/dist/dev)的文件移动到[release](https://dist.apache.org/repos/dist/release)目录中,同时确认已经被存档,同时更新网站上相关链接。
+22. 
将[dev](https://dist.apache.org/repos/dist/dev)的文件移动到[release](https://dist.apache.org/repos/dist/release)目录中,同时确认已经被存档,同时更新网站上相关链接。
 
-26. 上传发行页面至ServiceComb网站。
+23. 上传发行页面至ServiceComb网站。
 
-27. 发送发行通告邮件到d...@servicecomb.apache.org, annou...@apache.org。
+24. 发送发行通告邮件到d...@servicecomb.apache.org, annou...@apache.org。



[servicecomb-website] 02/03: Update the front page

2019-08-27 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 02fe5f038b10b1a73eecf5aeee5a163a9525c10c
Author: Willem Jiang 
AuthorDate: Tue Aug 27 15:44:57 2019 +0800

Update the front page
---
 _pages/cn/home.md | 6 +++---
 _pages/home.md| 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/_pages/cn/home.md b/_pages/cn/home.md
index 16710d7..faa5dc6 100755
--- a/_pages/cn/home.md
+++ b/_pages/cn/home.md
@@ -20,13 +20,13 @@ intro:
 
 
   
-Apache ServiceComb Pack 0.5.0 is released
+Apache ServiceComb Pack 发布0.5.0
   
   
-Apache ServiceComb Saga 发布最新版 
0.2.1
+Apache ServiceComb Java-Chassis 
发布1.2.1
   
   
-Apache ServiceComb Saga 
Actuator 发布最新版 0.3.0
+Apache ServiceComb 新项目 Mesher 
   
   
 Apache ServiceComb 荣获中国开源云联盟组织的中国优秀开源项目一等奖
diff --git a/_pages/home.md b/_pages/home.md
index b94aeb1..7f92af4 100755
--- a/_pages/home.md
+++ b/_pages/home.md
@@ -19,13 +19,13 @@ intro:
 
 
   
-Apache ServiceComb Pack 0.5.0 is released
+Apache ServiceComb Pack 0.5.0 is 
released
   
   
-Apache ServiceComb Saga 
Actuator releases a new version 0.3.0
+Apache ServiceComb Java-Chassis Release 
Version 1.2.1
   
   
-Apache ServiceComb Saga releases a new 
version 0.2.1
+Apache ServiceComb new project Mesher 

   
   
 Apache ServiceComb won the first prize of China's outstanding 
open source project organized by China Open Source Cloud Alliance



[servicecomb-website] branch master updated: Update ServiceComb Pack 0.5.0 Release information

2019-08-27 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 35e3473  Update ServiceComb Pack 0.5.0 Release information
35e3473 is described below

commit 35e3473d6d6ee9d98430cdf4bdfdb125740d43d5
Author: asifdxtreme 
AuthorDate: Mon Aug 26 16:19:37 2019 +0530

Update ServiceComb Pack 0.5.0 Release information
---
 _pages/cn/home.md|   2 +-
 _pages/home.md   |   2 +-
 _release/cn/pack_downloads.md|   3 +-
 _release/cn/pack_releaseNotes.md | 134 +++
 _release/cn/release.md   |   7 +-
 _release/pack_downloads.md   |   3 +-
 _release/pack_releaseNotes.md| 133 ++
 _release/release.md  |   8 ++-
 8 files changed, 282 insertions(+), 10 deletions(-)

diff --git a/_pages/cn/home.md b/_pages/cn/home.md
index 8e7fe5a..16710d7 100755
--- a/_pages/cn/home.md
+++ b/_pages/cn/home.md
@@ -20,7 +20,7 @@ intro:
 
 
   
-Apache ServiceComb Java-Chassis 1.2.1 is 
released
+Apache ServiceComb Pack 0.5.0 is released
   
   
 Apache ServiceComb Saga 发布最新版 
0.2.1
diff --git a/_pages/home.md b/_pages/home.md
index ccabdb8..b94aeb1 100755
--- a/_pages/home.md
+++ b/_pages/home.md
@@ -19,7 +19,7 @@ intro:
 
 
   
-Apache ServiceComb Java-Chassis 1.2.1 is released
+Apache ServiceComb Pack 0.5.0 is released
   
   
 Apache ServiceComb Saga 
Actuator releases a new version 0.3.0
diff --git a/_release/cn/pack_downloads.md b/_release/cn/pack_downloads.md
index 5c058d2..5653b4e 100644
--- a/_release/cn/pack_downloads.md
+++ b/_release/cn/pack_downloads.md
@@ -11,7 +11,8 @@ last_modified_at: 2019-04-06T00:50:43-55:00
 
 | 版本号   | 源码|   发布包 |
 | -- | - | 
- |
-|**Apache ServiceComb Pack 
0.4.0(LATEST)**|[[src]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-pack/0.4.0/apache-servicecomb-pack-distribution-0.4.0-src.zip)
 
[[asc]](https://www.apache.org/dist/servicecomb/servicecomb-pack/0.4.0/apache-servicecomb-pack-distribution-0.4.0-src.zip.asc)
 
[[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-pack/0.4.0/apache-servicecomb-pack-distribution-0.4.0-src.zip.sha512)|[[Binary]](https://apache.org/dyn/closer.cgi/servicecomb/ser
 [...]
+|**Apache ServiceComb Pack 
0.5.0(LATEST)**|[[src]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-pack/0.5.0/apache-servicecomb-pack-distribution-0.5.0-src.zip)
 
[[asc]](https://www.apache.org/dist/servicecomb/servicecomb-pack/0.5.0/apache-servicecomb-pack-distribution-0.5.0-src.zip.asc)
 
[[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-pack/0.5.0/apache-servicecomb-pack-distribution-0.5.0-src.zip.sha512)|[[Binary]](https://apache.org/dyn/closer.cgi/servicecomb/ser
 [...]
+|Apache ServiceComb Pack 0.4.0
|[[src]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-pack/0.4.0/apache-servicecomb-pack-distribution-0.4.0-src.zip)
 
[[asc]](https://www.apache.org/dist/servicecomb/servicecomb-pack/0.4.0/apache-servicecomb-pack-distribution-0.4.0-src.zip.asc)
 
[[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-pack/0.4.0/apache-servicecomb-pack-distribution-0.4.0-src.zip.sha512)|[[Binary]](https://apache.org/dyn/closer.cgi/servicecomb/ser
 [...]
 |Apache ServiceComb Pack 0.3.0
|[[src]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-pack/0.3.0/apache-servicecomb-pack-distribution-0.3.0-src.zip)
 
[[asc]](https://www.apache.org/dist/servicecomb/servicecomb-pack/0.3.0/apache-servicecomb-pack-distribution-0.3.0-src.zip.asc)
 
[[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-pack/0.3.0/apache-servicecomb-pack-distribution-0.3.0-src.zip.sha512)|[[Binary]](https://apache.org/dyn/closer.cgi/servicecomb/ser
 [...]
 
 **发布包验证**
diff --git a/_release/cn/pack_releaseNotes.md b/_release/cn/pack_releaseNotes.md
index 3cdb304..72dc11d 100644
--- a/_release/cn/pack_releaseNotes.md
+++ b/_release/cn/pack_releaseNotes.md
@@ -7,6 +7,140 @@ excerpt: "ServiceComb Pack Release Notes"
 last_modified_at: 2018-04-06T00:50:43-55:00
 ---
 
+
+Release Notes - Apache ServiceComb - Version pack-0.5.0
+
+Sub-task
+
+
+[SCB-1372] -  
   Collection state machine health to metrics
+
+[SCB-1374] -  
   Implement Alpha Event Channel Plugin
+
+[SCB-1379] -  
   Add alpha benchmark tool document
+
+[SCB-1416] -  
   Refactoring the core part of alpha-fsm module  to move to alpha-core
+
+[SCB-1417] -  
   Alpha Event Redis Channel Plugin
+
+[SCB-1418] -  
   Alpha Event Kafka Channel Plugin
+
+[SCB-1435] -  
   State machine manual
+
+[SCB-1439] -  
   Optimize class 

[GitHub] [servicecomb-website] WillemJiang merged pull request #191: Update ServiceComb Pack 0.5.0 Release information

2019-08-27 Thread GitBox
WillemJiang merged pull request #191: Update ServiceComb Pack 0.5.0 Release 
information
URL: https://github.com/apache/servicecomb-website/pull/191
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [servicecomb-pack] hahaxiou closed issue #544: 请求调用后报错,包含启动日志以及调用日志

2019-08-27 Thread GitBox
hahaxiou closed issue #544: 请求调用后报错,包含启动日志以及调用日志
URL: https://github.com/apache/servicecomb-pack/issues/544
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [servicecomb-java-chassis] luhuaitong opened a new issue #1311: Servciecomb - pack 项目如何引入到自己项目中,分布式事务如何管理,哪位大神做过啊,望分享经验

2019-08-27 Thread GitBox
luhuaitong opened a new issue #1311: Servciecomb - pack 
项目如何引入到自己项目中,分布式事务如何管理,哪位大神做过啊,望分享经验
URL: https://github.com/apache/servicecomb-java-chassis/issues/1311
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [servicecomb-java-chassis] luhuaitong opened a new issue #1310: servciecomb 微服务提供者和消费者应当如何实现多个实例!用springcloud 那样的方式同样的项目,同一个服务名的项目配置多份然后启动多个容器可以吗

2019-08-27 Thread GitBox
luhuaitong opened a new issue #1310: servciecomb 
微服务提供者和消费者应当如何实现多个实例!用springcloud 那样的方式同样的项目,同一个服务名的项目配置多份然后启动多个容器可以吗
URL: https://github.com/apache/servicecomb-java-chassis/issues/1310
 
 
   spring cloud 服务提供者 可以通过启动两个容器,但是微服务名称相同的方式可以提供多个实例!
   而且还可以通过多个main方法,配置多配置文件,修改下端口号也可以启动多个实例!
   servicecomb 可以这样做嘛?怎么做服务中心的集群以及服务的集群实现,哪位大神做过啊
   可以给实现的具体步骤和代码嘛,谢谢啦!!


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [servicecomb-java-chassis] luhuaitong opened a new issue #1309: ServiceComb服务中心如何搭建集群??有哪位大神做过可以分享一下集群实现服务中心具体该怎么操作,怎么配置?

2019-08-27 Thread GitBox
luhuaitong opened a new issue #1309: 
ServiceComb服务中心如何搭建集群??有哪位大神做过可以分享一下集群实现服务中心具体该怎么操作,怎么配置?
URL: https://github.com/apache/servicecomb-java-chassis/issues/1309
 
 
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [servicecomb-java-chassis] luhuaitong opened a new issue #1308: 如何搭建一个属于自己项目的edge网管,必要配置有哪些?路由规则在哪里定义?希望大神能给一个最简单的网关例子最好有详细步骤和注释!

2019-08-27 Thread GitBox
luhuaitong opened a new issue #1308: 
如何搭建一个属于自己项目的edge网管,必要配置有哪些?路由规则在哪里定义?希望大神能给一个最简单的网关例子最好有详细步骤和注释!
URL: https://github.com/apache/servicecomb-java-chassis/issues/1308
 
 
   社区的demo-edge 
项目下载下来,服务都可以运行,注册中心也有服务,但是consumer启动的时候报404错误,而且找不到服务的入口!!很苦恼,看了差不多一个月了,但是总是感觉还没入门,项目代码里面很多实现类不知道思路,阅读不同,而且很多注释也没有见过,也不知道起什么作用!!
   望哪位大神给一个最简单的edge网关程序,包含最基础的功能就可以啦


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:
us...@infra.apache.org


With regards,
Apache Git Services


[servicecomb-toolkit] 01/01: Cut 0.1.0 Release

2019-08-27 Thread mabin
This is an automated email from the ASF dual-hosted git repository.

mabin pushed a commit to tag 0.1.0
in repository https://gitbox.apache.org/repos/asf/servicecomb-toolkit.git

commit 88fae512717b632a4f37f0fcce16b75d59143cea
Author: MabinGo 
AuthorDate: Tue Aug 27 09:38:17 2019 +0800

Cut 0.1.0 Release

Signed-off-by: MabinGo 
---
 README-ZH.md   | 10 +-
 README.md  | 10 +-
 cli/pom.xml|  2 +-
 codegen/pom.xml|  2 +-
 common/pom.xml |  2 +-
 contractgen/pom.xml|  2 +-
 contractgen/src/test/projects/demo/pom.xml |  2 +-
 core/pom.xml   |  2 +-
 docgen/pom.xml |  2 +-
 integration-tests/coverage-aggregate/pom.xml   |  2 +-
 integration-tests/pom.xml  |  2 +-
 pom.xml|  2 +-
 samples/generate-from-code-sample/GoodbyeService/pom.xml   |  2 +-
 samples/generate-from-code-sample/HelloService/pom.xml |  2 +-
 samples/generate-from-code-sample/README-ZH.md |  2 +-
 samples/generate-from-code-sample/README.md|  2 +-
 samples/generate-from-code-sample/pom.xml  |  4 ++--
 samples/generate-from-contract-sample/README-ZH.md |  2 +-
 samples/generate-from-contract-sample/README.md|  2 +-
 samples/generate-from-contract-sample/pom.xml  |  4 ++--
 samples/pom.xml|  2 +-
 samples/verify-with-code-sample/GreetingService/pom.xml|  2 +-
 samples/verify-with-code-sample/README-ZH.md   |  2 +-
 samples/verify-with-code-sample/README.md  |  2 +-
 samples/verify-with-code-sample/pom.xml|  4 ++--
 toolkit-distribution/pom.xml   |  2 +-
 toolkit-distribution/src/release/LICENSE   |  6 +++---
 toolkit-maven-plugin/pom.xml   |  2 +-
 .../src/test/projects/demo-multi-module/first-module/pom.xml   |  2 +-
 .../src/test/projects/demo-multi-module/pom.xml|  2 +-
 .../src/test/projects/demo-with-contract/pom.xml   |  2 +-
 .../src/test/projects/demo-without-contract/pom.xml|  2 +-
 32 files changed, 45 insertions(+), 45 deletions(-)

diff --git a/README-ZH.md b/README-ZH.md
index 23d926f..f5f397d 100755
--- a/README-ZH.md
+++ b/README-ZH.md
@@ -93,7 +93,7 @@ $ mvn clean install
 
 org.apache.servicecomb.toolkit
 toolkit-maven-plugin
-0.1.0-SNAPSHOT
+0.1.0
 
 
 code
@@ -118,7 +118,7 @@ $ mvn clean install
 
 sample
 
-0.1.0-SNAPSHOT
+0.1.0
 
 domain.orgnization.project.sample
 
@@ -143,7 +143,7 @@ mvn toolkit:verify
 
 org.apache.servicecomb.toolkit
 toolkit-maven-plugin
-0.1.0-SNAPSHOT
+0.1.0
 
 
 code
@@ -177,7 +177,7 @@ mvn toolkit:generate
 
 org.apache.servicecomb.toolkit
 toolkit-maven-plugin
-0.1.0-SNAPSHOT
+0.1.0
 
 
 contract
@@ -207,7 +207,7 @@ mvn toolkit:generate
 
 org.apache.servicecomb.toolkit
 toolkit-maven-plugin
-0.1.0-SNAPSHOT
+0.1.0
 
 
 code
diff --git a/README.md b/README.md
index 3a50e4a..d497fb6 100755
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ Configured in the pom file of the maven project
 
 org.apache.servicecomb.toolkit
 toolkit-maven-plugin
-0.1.0-SNAPSHOT
+0.1.0
 
 
 code
@@ -116,7 +116,7 @@ Configured in the pom file of the maven project
 
 sample
 
-0.1.0-SNAPSHOT
+0.1.0
 
 domain.orgnization.project.sample
 
@@ -142,7 +142,7 @@ example
 
 org.apache.servicecomb.toolkit
 toolkit-maven-plugin
-0.1.0-SNAPSHOT
+0.1.0
 
 
 code
@@ -177,7 +177,7 @@ example
 
 org.apache.servicecomb.toolkit
 toolkit-maven-plugin
-0.1.0-SNAPSHOT
+0.1.0
 
 
 contract
@@ -208,7 +208,7 @@ example
 
 org.apache.servicecomb.toolkit
 toolkit-maven-plugin
-0.1.0-SNAPSHOT
+0.1.0
 
 
 code
diff --git a/cli/pom.xml b/cli/pom.xml
index e6a6464..839fde2 100755
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -22,7 +22,7 @@
   
 toolkit
 org.apache.servicecomb.toolkit
-0.1.0-SNAPSHOT
+0.1.0
   
   4.0.0
 
diff --git a/codegen/pom.xml b/codegen/pom.xml
index 001014a..f6f9645 100755
--- 

[servicecomb-toolkit] tag 0.1.0 created (now 88fae51)

2019-08-27 Thread mabin
This is an automated email from the ASF dual-hosted git repository.

mabin pushed a change to tag 0.1.0
in repository https://gitbox.apache.org/repos/asf/servicecomb-toolkit.git.


  at 88fae51  (commit)
This tag includes the following new commits:

 new 88fae51  Cut 0.1.0 Release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.