Re: [Discussion]What Java Chassis need to do for support Gracefully Shutdown

2018-05-08 Thread Willem Jiang
How about register a Vertx thread clean up task in the event bus? Then we just need to trigger the Event after close. And the user can do some extension it by adding event handler which listens to the close event. Willem Jiang Blog: http://willemjiang.blogspot.com (English) http

Re: [Discussion]What Java Chassis need to do for support Gracefully Shutdown

2018-05-08 Thread Willem Jiang
I think its better to have one place to handle the shutdown work. Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Tue, May 8, 2018 at 4:36 PM, wjm wjm wrote: > eventBus maybe not a good i

Re: [Discussion]What Java Chassis need to do for support Gracefully Shutdown

2018-05-09 Thread Willem Jiang
unify the shutdown process from two hooks. If user has some customer shutdown producers to use, we could provide an interface for them to hook up. Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Wed, M

Re: [Discussion] Move Gitbox Notifications from dev@servicecomb.apache.org to a new maillist

2018-05-09 Thread Willem Jiang
Hi JB, As GitBox also post some comments and PR request which could be only part of commits? I'm not sure if it is OK to keep them in the commits mailing list. Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weib

Re: [Discussion] Improve documents of serviceComb

2018-05-10 Thread Willem Jiang
. [1]https://issues.apache.org/jira/browse/SCB-575 Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Fri, May 11, 2018 at 10:37 AM, Zen Lin wrote: > Yeah, Nice. > Hi Liubao, Kirin, > > I

Re: [VOTE] Move github notifications to maillist "comm...@servicecomb.apache.org"

2018-05-11 Thread Willem Jiang
+1 , it could make the dev discuss more focused. Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Fri, May 11, 2018 at 4:51 PM, kirin wang wrote: > Hi Community: > > As we already

Re: [Discussion] Improve documents of serviceComb

2018-05-12 Thread Willem Jiang
]https://issues.apache.org/jira/browse/SCB-577 Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Sat, May 12, 2018 at 11:35 PM, Bin Ma wrote: > Personally, if I was a user of the first contact w

Re: [Discussion] about publish invocation event

2018-05-12 Thread Willem Jiang
+1 for the performance enhancement. If it make sense we could let the event listener to subscribe a center type of event. My question is how can we describe the event that the listener is interested? Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com

Re: [Discussion] about publish invocation event

2018-05-13 Thread Willem Jiang
o the start point. Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Mon, May 14, 2018 at 9:25 AM, wjm wjm wrote: > class XxxListener implements AListener,BListener...{ > } > > All listener i

Re: [Discussion] about publish invocation event

2018-05-15 Thread Willem Jiang
Hi Wujimin Could you write some code snippet for using the lambda in the EventBus? As you said earlier, the EventBus uses reflection which may cause some performance issue. But I don't know how the lambda can to the same thing in EventBus. Willem Jiang Blog: http://willemjiang.blogspo

Re: [Discussion]About service instances discovery reliable problems

2018-05-15 Thread Willem Jiang
different user case. Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Mon, May 14, 2018 at 4:52 PM, bismy wrote: > Supporting gray release need a lot of facilities to make it work and > service

Re: Error Report Received When Sending a mail through dev@

2018-05-17 Thread Willem Jiang
I checked the subscribed mail box, there is no liujichun1...@qq.com. It's quite annoying mail. @all Please check if you have other mail setting on it? Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁wille

Re: 答复: [Discussion] Improve documents of serviceComb

2018-05-17 Thread Willem Jiang
It looks like we need a new git repo to host the user guide document. Maybe we should start a vote for it, if we are OK for that, we could create new doc repo for it. Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang

Re: [VOTE]create a new project incubator-servicecomb-docs to host documentations for servicecomb components

2018-05-17 Thread Willem Jiang
+1 to host the our user reference doc in the same git repo. Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Thu, May 17, 2018 at 7:20 PM, bismy wrote: > Hi All, >I am going to create

Re: [VOTE] Decide which scheme to be used in the T-shirt that used in community promotion

2018-05-20 Thread Willem Jiang
+B. Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Mon, May 21, 2018 at 10:57 AM, wjm wjm wrote: > +B binding > > 2018-05-21 10:49 GMT+08:00 Yang Bo : > > > +A > > > &

Re: [VOTE Result]create a new project incubator-servicecomb-docs to hostdocumentations for servicecomb components

2018-05-21 Thread Willem Jiang
I just created a JIRA[1] to follow up this proposal. I will create the git repo shortly. BTW, @bismy Please reply the first mail to sum up the vote result, and don't forget to send your vote. [1] https://issues.apache.org/jira/browse/SCB-598 Willem Jiang Blog: http://willemjiang.blogspo

Re: [VOTE Result]create a new project incubator-servicecomb-docs to hostdocumentations for servicecomb components

2018-05-21 Thread Willem Jiang
FYI, https://github.com/apache/incubator-servicecomb-docs repo is created. Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Mon, May 21, 2018 at 3:22 PM, Willem Jiang wrote: > I just create

Using the RC number for the release

2018-05-22 Thread Willem Jiang
/1c42603459bfa87bc0a52f07cf94c1290d9545accef5fb9be78212da@%3Cgeneral.incubator.apache.org%3E [2] https://github.com/apache/incubator-skywalking/pull/1252/files#diff-5ab5c59e8cbca2719d24168723ed92e7 Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang

Re: Please Update the JIRA Status for Preparing the Next Release

2018-05-23 Thread Willem Jiang
://issues.apache.org/jira/browse/SCB-500?jql=project%20%3D%20SCB%20AND%20status%20%3D%20Open%20AND%20fixVersion%20in%20(EMPTY%2C%20java-chassis-1.0.0-m2)%20AND%20labels%20%3D%20newbie Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter

Third party jar and License check

2018-05-23 Thread Willem Jiang
script to avoid the same mistake. Any thought? [1] https://lists.apache.org/thread.html/ac5d0ae4367c7d11153444adc6317ebdd4aa93f51adcba7d548f8097@%3Cgeneral.incubator.apache.org%3E [2]https://github.com/apache/incubator-pulsar/pull/1820 Willem Jiang Twitter: willemjiang Weibo: 姜宁willem

Re: ok

2018-05-23 Thread Willem Jiang
Hi Sure, I guess you are testing the https://lists.apache.org/ email sending function. Please be careful to use this kind of feature. Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Wed, May 23

Re: Using the RC number for the release

2018-05-23 Thread Willem Jiang
deleting it if the vote is not pass. Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Wed, May 23, 2018 at 5:25 PM, Mohammad Asif Siddiqui < asifdxtr...@apache.org> wrote: > Hi Willem, > >

Re: Using the RC number for the release

2018-05-23 Thread Willem Jiang
yeah, that's right. @Asif, do you mind update the release guide document for it? Willem Jiang On Wed, May 23, 2018 at 6:15 PM, Mohammad Asif Siddiqui < asifdxtr...@apache.org> wrote: > Yes this makes sense, we can keep the version numbers same but when we > store it in s

Re: Third party jar and License check

2018-05-23 Thread Willem Jiang
We have a release guide[1] for the release processing. We can add a check list section for verifying the kit. Please feel free to send a PR for it. [1]https://servicecomb.incubator.apache.org/developers/release-guide/ Willem Jiang Blog: http://willemjiang.blogspot.com (English) http

Using roadmap tag for the JIRA

2018-05-23 Thread Willem Jiang
Hi Team, As JIRA[1] provides the tags for us to lookup issue. My suggestion is we put the roadmap tag to the issues that we plan to do in the next few month. In this way we can build up dynamic road map for the developer to check out. [1]http://issues.apache.org/jira/browse/SCB Willem Jiang

Re: Third party jar and License check

2018-05-24 Thread Willem Jiang
license instruction You can use the rat tool[1] to check the license header, and we need to make sure the third party dependency or files copyright are rightly mentioned in NOTICE file. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Thu, May 24, 2018 at 2:17 PM, Zen Lin wrote: > Y

Re: Migrate ServiceComb project into Kubernetes

2018-05-24 Thread Willem Jiang
twork address for you. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Fri, May 25, 2018 at 9:51 AM, Lance Ju wrote: > Hi, gang! > I'm recently considering migrate my ServiceComb project into > Kubernetes. To minimize the complexity, I just first try the go-bmi > project

Re: Submit a PR without JIRA for documents

2018-05-24 Thread Willem Jiang
Current we just use the JIRA to track the code change which could be reflected to fix version, I don't think we should create a JIRA for tracking the smaller document change. +1 for it. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Fri, May 25, 2018 at 12:03 PM, bismy wrote: >

An Good example of the Proposal

2018-05-25 Thread Willem Jiang
/ Willem Jiang Twitter: willemjiang Weibo: 姜宁willem

Release of ServiceComb

2018-05-25 Thread Willem Jiang
Hi team, As we are planing to do the release at the end of this month, so please check your JIRA status and if there any other outstanding issue need to be fixed, please let us know. Regards, Willem Jiang

Re: what's happened about shutdown graceful in tomcat

2018-05-26 Thread Willem Jiang
Hi Jimin, Please just send the text to the mailing list. I cannot see the attached picture. If you want to add some picture, you may need to upload the picture to the online drive and past a link here. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Sat, May 26, 2018 at 2:34 PM, wjm wjm

Re: An Good example of the Proposal

2018-05-26 Thread Willem Jiang
-website Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Sat, May 26, 2018 at 5:51 PM, bismy wrote: > It sounds great. Do we need a site to edit proposals? We can not access > google services easily. > > > > > -- 原始邮件 -- > 发件人: "wil

Re: Release of ServiceComb

2018-05-27 Thread Willem Jiang
Hi Team, There are still 19 open issues of servicecomb-java-chass[1]. Please take some time to update the JIRA status. [1] https://issues.apache.org/jira/projects/SCB/versions/12342355#release-report-tab-body Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Sat, May 26, 2018 at 6:44 AM

Re: Release of ServiceComb

2018-06-01 Thread Willem Jiang
Hi Team As we are heading to the second round release (1.0.0-m2) this month. ServiceCenter and Saga are looking good, but there are still 12 open issues for Java-Chassis. Please update the JIRA status by the end of this weekend. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Mon, May

Re: Discuss for integrate with saga and sharding-sphere

2018-06-05 Thread Willem Jiang
Hi Zhangliang, It's great that you are interesting about the Saga project. Please check out my comments in line. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Wed, Jun 6, 2018 at 12:21 PM, zhangli...@apache.org < zhangli...@apache.org> wrote: > Hello servicecomb de

Re: Discuss for integrate with saga and sharding-sphere

2018-06-06 Thread Willem Jiang
ransaction problems. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Thu, Jun 7, 2018 at 12:33 AM, Zheng Feng wrote: > Hi Zhang Liang, > > It could be great to integrate the saga and the sharding-sphere. I'm trying > to understand the SQL convert and the data snapshot. >

Re: Discuss for integrate with saga and sharding-sphere

2018-06-06 Thread Willem Jiang
I guess the revert SQL work in just on the roadmap. But shading-sphere can analyze the SQL do the shading work. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Thu, Jun 7, 2018 at 11:11 AM, Zheng Feng wrote: > Can you point out to me the codes related to the SQL convert in

Re: [Discuss] Should we clean up vendor/github.com/go-ecosystem for ServiceCenter

2018-06-06 Thread Willem Jiang
If we changed the code, we should move it third party directory. @Asif @Cuiyihua Could you double check with YangBo? Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Thu, Jun 7, 2018 at 10:29 AM, Yang Bo wrote: > Hi All, > > Currently we store github.com/go-ecosystem/grpc-ga

[ANN] New ServiceComb committer: Zheng Yangyong (郑扬勇)

2018-06-07 Thread Willem Jiang
forward to many more contributions in the future. Congratulations to Yangyong! Welcome! Willem Jiang Twitter: willemjiang Weibo: 姜宁willem

[ANN] New ServiceComb committer: Eric Lee (李达港)

2018-06-10 Thread Willem Jiang
. Congratulations to Eric ! Welcome! Willem Jiang Twitter: willemjiang Weibo: 姜宁willem

Re: [VOTE] Release Apache ServiceComb Saga (incubating) version 0.2.0

2018-06-10 Thread Willem Jiang
error - can run the demo with the instruction of README Willem Jiang Twitter: willemjiang Weibo: 姜宁willem Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Fri, Jun 8, 2018 at 2:29 PM, Mohammad Asif Siddiqui < asifdxtr...@apache.org> wrote: > Hi All, > > This is a c

How to become a Committer

2018-06-11 Thread Willem Jiang
rs/#anyone-can-become-a-committer Willem Jiang Twitter: willemjiang Weibo: 姜宁willem

Re: [VOTE] Release Apache ServiceComb Service-Center (incubating) version 1.0.0-m2

2018-06-11 Thread Willem Jiang
file are OK License for the go files includes the hash commit info License for the frondend js includes the js version Notice file is fine DISCLAME file is right The Server and Frondend can be started with instruction of README. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Fri

Re: [VOTE] Release Apache ServiceComb Saga (incubating) version 0.2.0

2018-06-11 Thread Willem Jiang
Hi Liubao, As you are in the PPMC, your vote is the binding one. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Mon, Jun 11, 2018 at 8:19 PM, bismy wrote: > +1 non binding > > Checks Done: > - release notes is correct > - source & binary release candidate is ok &

Re: [DISCUSSION] How to migrate configurations from cse to servicecomb prefix

2018-06-12 Thread Willem Jiang
Hi, I think we can borrow some idea from Spring Boot. There are some configuration change between Spring Boot 2 and Spring Boot 1. Spring Boot provides configuration change module to the mapping thing, or print error message for the changed properties. Any thought? Willem Jiang Twitter

Re: [VOTE] Release Apache ServiceComb Java-Chassis (Incubating) version 1.0.0-m2 - (RC-02)

2018-06-18 Thread Willem Jiang
any error - can run the company demo with the java chassis release candidate. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Fri, Jun 15, 2018 at 6:10 PM, Mohammad Asif Siddiqui < asifdxtr...@apache.org> wrote: > Hello All, > > This is a call for a Vote to release Apache S

How to make the decision in Apache

2018-06-21 Thread Willem Jiang
sus.html [4]https://community.apache.org/committers/voting.html Willem Jiang Twitter: willemjiang Weibo: 姜宁willem

Re: 答复: about protobuf codec switch from protoStuff to jackson

2018-06-30 Thread Willem Jiang
Did you try to proposal the feature request to the protoStuff before? The suggestion that Zhengyangyong provided could save us lots of maintenance effort if we can work with the upstream project. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Fri, Jun 29, 2018 at 9:29 AM, wjm wjm wrote

Re: Podling Report Reminder - July 2018

2018-07-02 Thread Willem Jiang
s 1.0.0-m2 2018-06-22 Service Center 1.0.0-m2 2018-06-22 Saga 0.2.0 When were the last committers or PPMC members elected? 2018-06-08 Zheng yangyong was elected as committer. 2018-06-11 Li Dagang(Eric) was elected as committer. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Thu, Ju

Re: Sharding-Sphere plan to integrate with Saga

2018-07-02 Thread Willem Jiang
will try to add some sample code to show the whole idea tomorrow. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Mon, Jul 2, 2018 at 9:51 PM, 张永伦 <15810310...@163.com> wrote: > Hi all, > > > I'm a developer from Sharding-Sphere(https://github.com/sharding-sphere). &

Re: Sharding-Sphere plan to integrate with Saga

2018-07-02 Thread Willem Jiang
The old API work as a proxy which is much same as the Sharding-Sphere does. BTW, Current old saga core can work without Spring. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Mon, Jul 2, 2018 at 11:01 PM, Zheng Feng wrote: > Hi, > > It should be great to integrate with the

Re: Sharding-Sphere plan to integrate with Saga

2018-07-02 Thread Willem Jiang
Saga executor can delegate the SQL invocation to Sharding-Sphere. Now we just need to pass the parameter to the invocation. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Mon, Jul 2, 2018 at 11:04 PM, Zheng Feng wrote: > 2018-07-02 22:49 GMT+08:00 Willem Jiang : > > >

Re: Sharding-Sphere plan to integrate with Saga

2018-07-02 Thread Willem Jiang
yeah, you are right. Now we need to put these module back. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Mon, Jul 2, 2018 at 11:34 PM, Zheng Feng wrote: > The saga-core is in the old-saga branch, is it right ? > > 2018-07-02 23:26 GMT+08:00 Willem Jiang : > > >

Re: Sharding-Sphere plan to integrate with Saga

2018-07-03 Thread Willem Jiang
Docker is just for starting up the service more easily, you don't have to use docker when you use the saga module. I think we can provide an instruction for you to start up the demo without using docker. BTW, for the service-center the most easiest way is start it from docker :) Willem

Re: Podling Report Reminder - July 2018

2018-07-04 Thread Willem Jiang
Hi Bin Thanks for the information, I just updated the user information on the report. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Tue, Jul 3, 2018 at 11:09 PM, Bin Ma wrote: > Add some commentary, more and more companies and users have used or > participated in contributing

Re: Podling Report Reminder - July 2018

2018-07-04 Thread Willem Jiang
Hi JB. Thanks for pointing that out. I just updated the status to "near graduation" Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Mon, Jul 2, 2018 at 4:15 PM, Jean-Baptiste Onofré wrote: > Hi > > Thanks for the update. I think we can update the status to "nea

Re: Sharding-Sphere plan to integrate with Saga

2018-07-05 Thread Willem Jiang
Hi Feng, It's great that you can give us some help. Here are some JIRAs which may relate to the integration. https://issues.apache.org/jira/browse/SCB-692 https://issues.apache.org/jira/browse/SCB-717 https://issues.apache.org/jira/browse/SCB-665 Willem Jiang Twitter: willemjiang Weib

Re: Report//Re: [ANN] [Apache ServiceComb (incubating) Day] Detailed agenda has been updated to ServiceComb website, serveral popular medias are helping to promote it.

2018-07-07 Thread Willem Jiang
FYI I already put the link into our Incubator report. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Fri, Jul 6, 2018 at 6:40 PM, Zen Lin wrote: > I am happy to share that Wangkirin has committed the meetup report at the > website [1]. > And we also output a doc of &qu

Re: Podling Report Reminder - July 2018

2018-07-09 Thread Willem Jiang
there are lots of event (meetups), blogs and webinars in this month report. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Mon, Jul 9, 2018 at 1:58 PM, Zen Lin wrote: > Hi JB, Willem, > I just gone through our report, but found there are even no any place > mentioned our contribu

Re: [DISCUSS][SAGA] MicroProfile LRA

2018-07-09 Thread Willem Jiang
Hi Feng, Thanks for the information. It's could great that ServiceComb saga could be an implementation of it. Let's attend the Hangout and find what we can do about it. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Mon, Jul 9, 2018 at 3:28 PM, Zheng Feng wrote: > Hi all,

Re: [DISCUSS] about integration test

2018-07-10 Thread Willem Jiang
we need multiple node to handle the test, it could be a challenge for us if we still use Travis. If we put the integration test in a separated project we may need to find a way to let the integration test looks up the latest snap short artifact for running the test. Any thought? Willem Jiang

Re: [DISCUSS] about integration test

2018-07-10 Thread Willem Jiang
b.com/apache/incubator-servicecomb-saga/blob/master/.travis.yml#L28 [3]https://travis-ci.org/apache/incubator-servicecomb-saga Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Tue, Jul 10, 2018 at 8:56 PM, wjm wjm wrote: > yes > everything no problem. but: > > 1.Travis is

Re: [DISCUSS] about integration test

2018-07-10 Thread Willem Jiang
I think we may change the travis script a little bit, to find out if we can run the integration test once per day. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Wed, Jul 11, 2018 at 12:45 AM, wjm wjm wrote: > multiple SC is no problem, infact, not all test case should be run

1.0.0 Release this month

2018-07-12 Thread Willem Jiang
As we planed, this month we will release ServiceCenter and Java-Chassis 1.0.0. Is there any significant PR need to be merged? Willem Jiang Twitter: willemjiang Weibo: 姜宁willem

Re: 1.0.0 Release this month

2018-07-12 Thread Willem Jiang
well. Any thought? Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Thu, Jul 12, 2018 at 6:13 PM, Mohammad Asif Siddiqui < asifdxtr...@apache.org> wrote: > Hi Willem Jiang, > > We have couple of features[1] in Service-Center which we have planned to > deliver in 1.0.0 Releas

Re: [DISCUSS]Shall Java Chassis support random port

2018-07-12 Thread Willem Jiang
Can we add an option for it? In this way we can disable it when there is security issue we need to take care. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Fri, Jul 13, 2018 at 9:34 AM, Kirin Wang wrote: > +1 , > I think is a good feature, > @wjm Could you provide more in

Re: [DISCUSS]Shall Java Chassis support random port

2018-07-12 Thread Willem Jiang
The "not safety" explain doesn't make sense. With the help of service-center, we can find out the port finally. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Fri, Jul 13, 2018 at 10:11 AM, wjm wjm wrote: > in fact, customer not set port to 0 means disable it, i don&#

Re: [DISCUSS] Heading to graduation

2018-07-13 Thread Willem Jiang
Yeah, we are heading to TLP. Current we are planing release ServiceComb Service-Center 1.0.0, SerivceComb Java-Chassis 1.0.0 this month. The ServiceComb trademark transfer process looks good. And we make consensus decisions through the discussion - vote process. Willem Jiang Twitter

Re: An idea to manage both servicecomb & other frameworks' configs in an unified way

2018-07-15 Thread Willem Jiang
1] as an example. [1] https://developer.okta.com/blog/2018/07/11/ci-cd-spring-boot-jenkins-x-kubernetes Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Fri, Jul 13, 2018 at 3:44 PM, Lance Ju wrote: > Hi, gang! > > I'm thinking about handling configs of both Se

Re: 1.0.0 Release this month

2018-07-15 Thread Willem Jiang
Hi I went though the JIRA, there are still some issues need updated. Asif what's the status of Service-Center ? For the Java Chassis, we should be ready for release this week. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Thu, Jul 12, 2018 at 6:40 PM, Mohammad Asif Siddiqui <

Re: [DISCUSS] Proposal for Re-Design of Service-Center Frontend

2018-07-15 Thread Willem Jiang
on in the mailing list without any discussion. For my point of view, a handy tool could save the user lots of time when they manage bunch of MicroServices. Let's draw a big picture of what user need before we go into the detail. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Mon, Ju

Re: [DISCUSS] Detail design for linking servicecomb-java-chassis-doc tousers of website.

2018-07-15 Thread Willem Jiang
We are heading to ServiceComb 1.0.0 release. It could be great if we can address this issue before ServiceComb 1.0.0 is out. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Fri, Jul 13, 2018 at 11:24 PM, Bin Ma wrote: > +1 > This needs to be handled asap, if the official website

Re: [DISCUSS] Proposal for Re-Design of Service-Center Frontend

2018-07-17 Thread Willem Jiang
. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Tue, Jul 17, 2018 at 1:36 PM, Mohammad Asif Siddiqui < asifdxtr...@apache.org> wrote: > Hi Guyz, > > The development of these design was already done before and that's the > reason we were able to show the snapshots of the ne

Re: [DISCUSS] Proposal for Re-Design of Service-Center Frontend

2018-07-17 Thread Willem Jiang
I cannot agree with you more about it. We need to avoid this kind of situation in our further development. Before we start writing the code, it's quite important that we need to send a heads up or proposal to let others know about it. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem O

Re: Discussion about java chassis roadmap

2018-07-19 Thread Willem Jiang
Yeah, as we are heading to ServiceComb 1.0.0. It's the time for us to make some plan for the new release. Jimin, I think 719 and 758 are very big task, I think we may need to create some small tasks to break down them a bit. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Thu, J

Re: [DISCUSS] Service-Center Docker images version numbering

2018-07-19 Thread Willem Jiang
For the system test and integration test, it could be good the ServiceCenter is stable. So we may not use the latest version in the Java-Chassis system tests. If we want to check the service-center compatible, we can start a CI with some basic test per day. Willem Jiang Twitter: willemjiang

Re: [DISCUSS]Simplify Dynamic Config (Apollo) Integration Test in Java Chassis

2018-07-19 Thread Willem Jiang
That's problem of Apollo. We may need to find if there are any other open source configuration server can do the do too. >From the test point of view, we just need to make sure the API is OK. I'm +1 for mocking the Apollo API in our test. Willem Jiang Twitter: willemjiang Weibo:

Re: [DISCUSS]Shall we upgrade Java-chassis to support Spring Boot2

2018-07-19 Thread Willem Jiang
How about let user override the version of Spring Boot in their application and give it a try. Just like what we do with JDK9 here[1] If there is any issue comes out, we can keep digging it. [1]https://github.com/apache/incubator-servicecomb-saga/issues/76 Willem Jiang Twitter: willemjiang

Re: Re: [DISCUSS]Shall we upgrade Java-chassis to support Spring Boot2

2018-07-19 Thread Willem Jiang
It think we can update our bean.xml file for 4.0.xsd. If I remember right the spring namespace handler can take care of mapping http url to classpath. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Fri, Jul 20, 2018 at 10:36 AM, wjm wjm wrote: > about " classpath:org/springf

Re: Re: [DISCUSS]Shall we upgrade Java-chassis to support Spring Boot2

2018-07-19 Thread Willem Jiang
ure Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Fri, Jul 20, 2018 at 10:29 AM, yhs0092 wrote: > I tried to upgrade Java-Chassis to support SpringBoot2 before, but failed. > > > There are two problems. The first one is in our bean.xml file, the xsd > file is i

Re: Regarding to java-chassis Resonse is failed logic

2018-07-19 Thread Willem Jiang
It could cause some security issue if we just through the exception back to the client. In JAXRS there are exception mapping mechanism[1], maybe we can consider add this kind of feature here. [1]https://docs.oracle.com/javaee/7/api/javax/ws/rs/ext/ExceptionMapper.html Willem Jiang Twitter

Re: Regarding to java-chassis Resonse is failed logic

2018-07-19 Thread Willem Jiang
OK , after read the question twice, I got your point. If you proposal two different solution, you may need to compare these two solutions. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Fri, Jul 20, 2018 at 11:55 AM, bismy wrote: > Sorry, your reply is not related to my problem. &g

Re: Re: [DISCUSS]Shall we upgrade Java-chassis to support Spring Boot2

2018-07-20 Thread Willem Jiang
nt to use Spring Boot 2.x. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Fri, Jul 20, 2018 at 4:25 PM, Bin Ma wrote: > Currently I have recommended user like Chuanzhi Boke to develop based on > the spring boot1.x version to ensure that user development is not blocked. >

Re: [DISCUSS] Proposal for Re-Design of Service-Center Frontend

2018-07-22 Thread Willem Jiang
There is a vote of Service-Center 1.0.0, please spend some time play with it. Now we just need to make sure the UI is work as we expected. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Mon, Jul 23, 2018 at 11:35 AM, Bin Ma wrote: > About the new Service-Center UI, some ideas f

Re: [VOTE] Release Apache ServiceComb Service-Center (incubating) version 1.0.0

2018-07-23 Thread Willem Jiang
@Bin Can you create a JIRA for it and let the Asif know about it? Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Mon, Jul 23, 2018 at 2:58 PM, Bin Ma wrote: > I did some tests with 1.0.0 version, base functions is OK and the features > are forward compatible, but the link o

[ANN] New ServiceComb committer: Feng Zheng (冯征)

2018-07-23 Thread Willem Jiang
. Congratulations to Feng Zheng ! Welcome! Willem Jiang Twitter: willemjiang Weibo: 姜宁willem

Cannot find the instance in ServiceComb Discovery

2018-07-23 Thread Willem Jiang
to debug the code, but there are some points those I missed. You can reproduce the error by checking out the saga code and switch to SCB-692 branch. [1]https://github.com/apache/incubator-servicecomb-saga/tree/SCB-692 Willem Jiang Twitter: willemjiang Weibo: 姜宁willem

Re: Cannot find the instance in ServiceComb Discovery

2018-07-24 Thread Willem Jiang
Hi, jimin, Changed the System property fix the issue, but it looks like we have some undocument information need to updated. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Wed, Jul 25, 2018 at 11:44 AM, wjm wjm wrote: > you write a local registry.yaml, but missed some important d

Re: Cannot find the instance in ServiceComb Discovery

2018-07-24 Thread Willem Jiang
It could handy for the user to write the test without starting the service-center, we could add it into the section of best practice of writing a uni test. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Wed, Jul 25, 2018 at 2:27 PM, bismy wrote: > LocalRegistry for java-chassis

Re: 【Proposal】Close ServiceComb group on github

2018-07-25 Thread Willem Jiang
These two repo should be removed, as the original repo are moved to the apache already. https://github.com/ServiceComb/incubator-servicecomb-service-center https://github.com/ServiceComb/incubator-servicecomb-website Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Wed, Jul 25, 2018 at 4

Re: 【Proposal】Close ServiceComb group on github

2018-07-25 Thread Willem Jiang
I think we just need to find a home for https://github.com/ServiceComb/ServiceComb-Company-WorkShop huaweicse could be a way to go. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Wed, Jul 25, 2018 at 4:25 PM, bismy wrote: > +1. > Does huawei has an organization to hosting

Re: 【Proposal】Close ServiceComb group on github

2018-07-25 Thread Willem Jiang
Yeah, we can just transfer the repo to another group. If the user use the older URL to access the repo, github can redirect the request to the new transfer URL. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Wed, Jul 25, 2018 at 4:47 PM, Yang Bo wrote: > +1 for removing the ServiceC

Re: Cannot find the instance in ServiceComb Discovery

2018-07-25 Thread Willem Jiang
FYI, you can find full log file here[1] [1]https://api.travis-ci.org/v3/job/407953904/log.txt Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Wed, Jul 25, 2018 at 4:09 PM, Willem Jiang wrote: > It looks like there is still some thing wrong when using the > service-center to di

Re: Cannot find the instance in ServiceComb Discovery

2018-07-25 Thread Willem Jiang
9bc30242ac110002, schemaId payment-endpoint. service-center> 2018-07-25 08:00:43.089 +00:00 INFO backend/listwatch.go:74 caught event {action: PUT, count: 1/1, rev: 19, succeed: true}, watch prefix /cse-sr/ms/schema-sum/, start rev 16+1, payment> 2018-07-25 08:00:43.090 INFO 7 --- [

Re: 【Proposal】Close ServiceComb group on github

2018-07-25 Thread Willem Jiang
Done, I just deleted these two repos. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Wed, Jul 25, 2018 at 4:41 PM, Zen Lin wrote: > Hi Willem, > Could you help to close these two project? I have no permission. > > Best Regards, > --- > Zen Lin > zenlintechnofr...@g

Re: 【Proposal】Close ServiceComb group on github

2018-07-25 Thread Willem Jiang
ation process before we move them into Apache. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Wed, Jul 25, 2018 at 10:20 PM, Zen Lin wrote: > Summarize: > Scaffold_CRM Demo [1], which shows how to use servicecomb scaffold to > develop a CRM application. > Company Demo [2], which

Re: Cannot find the instance in ServiceComb Discovery

2018-07-25 Thread Willem Jiang
I already updated them in the SCB-692 branch. Please check the SCB-692 branch again for it. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Wed, Jul 25, 2018 at 8:28 PM, wjm wjm wrote: > 1.saga-spring project, some classes import io.servicecomb packages, should > upd

Re: Cannot find the instance in ServiceComb Discovery

2018-07-25 Thread Willem Jiang
Thx a lot. You can find the docker log here [1] [1]https://api.travis-ci.org/v3/job/407953904/log.txt Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Thu, Jul 26, 2018 at 9:07 AM, wjm wjm wrote: > sorry, i made a mistake, running order is no problem. > cuyihua will help to fi

Spring Session Support in Java Chassis

2018-07-26 Thread Willem Jiang
pport servlet filter API. Any throught? Willem Jiang Twitter: willemjiang Weibo: 姜宁willem

Re: Cannot find the instance in ServiceComb Discovery

2018-07-26 Thread Willem Jiang
Oh, it's my bad change the saga discovery servicecenter to development mode. Thx Sure for your help. >From the log, I cannot tell it's the development issue, can we polish the logger file to make it easy for user to dig the issue? Willem Jiang Twitter: willemjiang Weibo: 姜宁willem

<    1   2   3   4   5   6   7   8   >