[GitHub] [servicecomb-java-chassis] coveralls commented on issue #1188: [SCB-1088] SDK IsolationServerEvent is missing endpoint information

2019-04-19 Thread GitBox
coveralls commented on issue #1188: [SCB-1088] SDK IsolationServerEvent is 
missing endpoint information
URL: 
https://github.com/apache/servicecomb-java-chassis/pull/1188#issuecomment-485057426
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/22924849/badge)](https://coveralls.io/builds/22924849)
   
   Coverage increased (+0.006%) to 85.747% when pulling 
**d1052ab97fca690075659ccab614bb6e2798d358 on heyile:addEndpointInfo** into 
**dd685837c7fd37f818747c8f014a89d0d7f7e308 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-java-chassis] heyile opened a new pull request #1188: [SCB-1088] SDK IsolationServerEvent is missing endpoint information

2019-04-19 Thread GitBox
heyile opened a new pull request #1188: [SCB-1088] SDK IsolationServerEvent is 
missing endpoint information
URL: https://github.com/apache/servicecomb-java-chassis/pull/1188
 
 
   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 `mvn clean install -Pit` 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] coveralls commented on issue #1187: [SCB-1260] Fix swagger online test for servlet

2019-04-19 Thread GitBox
coveralls commented on issue #1187: [SCB-1260] Fix swagger online test for 
servlet
URL: 
https://github.com/apache/servicecomb-java-chassis/pull/1187#issuecomment-485045907
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/22923902/badge)](https://coveralls.io/builds/22923902)
   
   Coverage increased (+0.006%) to 85.746% when pulling 
**d9b72879456193fc95113429701a90582b8d098b on 
wujimin:fix-swagger-online-test-for-servlet** into 
**dd685837c7fd37f818747c8f014a89d0d7f7e308 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-java-chassis] wujimin opened a new pull request #1187: [SCB-1260] Fix swagger online test for servlet

2019-04-19 Thread GitBox
wujimin opened a new pull request #1187: [SCB-1260] Fix swagger online test for 
servlet
URL: https://github.com/apache/servicecomb-java-chassis/pull/1187
 
 
   


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 commented on issue #1186: 使用本地注册中心,自己调用自己,有一个类型转换的错误

2019-04-19 Thread GitBox
liubao68 commented on issue #1186: 使用本地注册中心,自己调用自己,有一个类型转换的错误
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/1186#issuecomment-484825340
 
 
   microservice.yaml supports override, using servicecomb-config-order in the 
first line to config it's order, this is another option. see 
https://docs.servicecomb.io/java-chassis/zh_CN/config/general-config.html


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 #1186: 使用本地注册中心,自己调用自己,有一个类型转换的错误

2019-04-19 Thread GitBox
yhs0092 commented on issue #1186: 使用本地注册中心,自己调用自己,有一个类型转换的错误
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/1186#issuecomment-484809405
 
 
   不要用`servicecomb.configurationSource.defaultFileName`修改配置文件的名字,改为在System 
Property里设置`servicecomb.configurationSource.additionalUrls`,追加配置文件覆盖默认配置行不行呢?
   
相关逻辑的位置在`org.apache.servicecomb.config.archaius.sources.MicroserviceConfigLoader#loadAdditionalConfig`里


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] johnyannj commented on issue #1186: 使用本地注册中心,自己调用自己,有一个类型转换的错误

2019-04-19 Thread GitBox
johnyannj commented on issue #1186: 使用本地注册中心,自己调用自己,有一个类型转换的错误
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/1186#issuecomment-484801596
 
 
   I know the reason. 
   
   I wanted to use different microservice.yaml in different  test case.
   so I set the "servicecomb.configurationSource.defaultFileName" to different 
name in different test case.
   
   so the microservice.yaml in java-chassis-core-1.xx.xx.jar is missed,  which 
contains "servicecomb.microserviceVersionFactory",  so it use the 
"DefaultMicroserviceVersionFactory".
   
   我找到原因了, 我是想在不同的测试用例里使用不同的microservice.yaml , 
所以我想在每次测试用例之前改下"servicecomb.configurationSource.defaultFileName”  以达到目的。
   
   但是因为修改"servicecomb.configurationSource.defaultFileName,导致 
java-chassis-core-1.xx.xx.jar包里的 microservice.yaml没有加载。 
而这个microservice.yaml包含servicecomb.microserviceVersionFactory=org.apache.servicecomb.core.definition.PrivateMicroserviceVersionMetaFactory的配置。
   
   既然microservice.yaml的名字可以换,servicecomb包里又预置microservice.yaml好像,是不是有点不太合适?
   
   此外我想在不同的单元测试用例里使用不同的微服务配置, 官方有什么好的建议呢?
   
   
   
   
   
   
   
   
   
   
   


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 commented on issue #1186: 使用本地注册中心,自己调用自己,有一个类型转换的错误

2019-04-19 Thread GitBox
liubao68 commented on issue #1186: 使用本地注册中心,自己调用自己,有一个类型转换的错误
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/1186#issuecomment-484795100
 
 
   Maybe your project dependends on edge-core, remove it and try again. Or 
check following wujimin instructions.


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 #1186: 使用本地注册中心,自己调用自己,有一个类型转换的错误

2019-04-19 Thread GitBox
yhs0092 commented on issue #1186: 使用本地注册中心,自己调用自己,有一个类型转换的错误
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/1186#issuecomment-484794884
 
 
   在服务的启动日志里搜索 `microserviceVersionFactory is`,能搜到什么内容吗?
   如果找到的内容不是`microserviceVersionFactory is 
org.apache.servicecomb.core.definition.PrivateMicroserviceVersionMetaFactory.` 
这样的,那么在日志里搜索一下`create local 
config`关键字,应该能找到类似这样的内容,它展示了ServiceComb-Java-Chassis启动时加载了哪些配置文件
   ```
   [2019-04-19 15:38:38,467][INFO][main][]create local config: 
org.apache.servicecomb.config.ConfigUtil.createLocalConfig(ConfigUtil.java:118)
   [2019-04-19 15:38:38,467][INFO][main][] 
jar:file:/D:/.m2/repo/org/apache/servicecomb/java-chassis-core/1.3.0-SNAPSHOT/java-chassis-core-1.3.0-SNAPSHOT.jar!/microservice.yaml.
 org.apache.servicecomb.config.ConfigUtil.createLocalConfig(ConfigUtil.java:120)
   [2019-04-19 15:38:38,468][INFO][main][] 
jar:file:/D:/.m2/repo/org/apache/servicecomb/solution-basic/1.3.0-SNAPSHOT/solution-basic-1.3.0-SNAPSHOT.jar!/microservice.yaml.
 org.apache.servicecomb.config.ConfigUtil.createLocalConfig(ConfigUtil.java:120)
   [2019-04-19 15:38:38,468][INFO][main][] 
file:/D:/workspace/IDEA/yhs0092/JavaChassisFaultSimulator/fault-simulator-provider/target/classes/microservice.yaml.
 org.apache.servicecomb.config.ConfigUtil.createLocalConfig(ConfigUtil.java:120)
   [2019-04-19 15:38:38,468][INFO][main][] 
file:/D:/workspace/IDEA/yhs0092/JavaChassisFaultSimulator/fault-simulator-common/target/classes/microservice.yaml.
 org.apache.servicecomb.config.ConfigUtil.createLocalConfig(ConfigUtil.java:120)
   ```
   看看你搜到了几份配置文件呢?


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] wujimin commented on issue #1186: 使用本地注册中心,自己调用自己,有一个类型转换的错误

2019-04-19 Thread GitBox
wujimin commented on issue #1186: 使用本地注册中心,自己调用自己,有一个类型转换的错误
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/1186#issuecomment-484794338
 
 
   please check your boot log about:
   1."create local config:", what's the list of config file names
   2."microserviceVersionFactory is ", what's the class name


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-samples] wujimin merged pull request #3: demo enable inspector and fix context error

2019-04-19 Thread GitBox
wujimin merged pull request #3: demo enable inspector and fix context error
URL: https://github.com/apache/servicecomb-samples/pull/3
 
 
   


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-docs] WillemJiang merged pull request #97: avoid gitbook compiler limitation

2019-04-19 Thread GitBox
WillemJiang merged pull request #97: avoid gitbook compiler limitation
URL: https://github.com/apache/servicecomb-docs/pull/97
 
 
   


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: Publish the website

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 9f92c82  Publish the website
9f92c82 is described below

commit 9f92c82b58af3e7bfc5aeb235d9e6763a279a909
Author: Willem Jiang 
AuthorDate: Fri Apr 19 15:30:08 2019 +0800

Publish the website
---
 content/cn/developers/team/index.html | 2 +-
 content/developers/team/index.html| 2 +-
 content/feed.xml  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/cn/developers/team/index.html 
b/content/cn/developers/team/index.html
index 28baf32..90067f1 100644
--- a/content/cn/developers/team/index.html
+++ b/content/cn/developers/team/index.html
@@ -684,7 +684,7 @@
 
 
   withLin
-  Xiao Fu
+  Fu JinLin
    
 
 
diff --git a/content/developers/team/index.html 
b/content/developers/team/index.html
index d94c141..c95a0f7 100644
--- a/content/developers/team/index.html
+++ b/content/developers/team/index.html
@@ -650,7 +650,7 @@
 
 
   withLin
-  Xiao Fu
+  Fu JinLin
    
 
 
diff --git a/content/feed.xml b/content/feed.xml
index ed7c875..dd1b6ec 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-http://www.w3.org/2005/Atom; >https://jekyllrb.com/; 
version="3.4.3">Jekyll2019-04-16T15:46:03+08:00/Apache ServiceCombThe homepage of 
ServiceComb{name=nil, 
avatar=/assets [...]
+http://www.w3.org/2005/Atom; >https://jekyllrb.com/; 
version="3.4.3">Jekyll2019-04-19T15:29:18+08:00/Apache ServiceCombThe homepage of 
ServiceComb{name=nil, 
avatar=/assets [...]
 
 h3 id=编译支持-eureka-的版本编译支持 Eureka 的版本/h3
 



[servicecomb-website] branch master updated (650633f -> b1d1c6d)

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

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


from 650633f  Update 2019-01-23-customized-tracing-with-servicecomb.md
 new 89a83c5  rename  Contributor name
 new b1d1c6d  rename Contributors  Name

The 605 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/team.md | 2 +-
 _developers/team.md| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[GitHub] [servicecomb-java-chassis] johnyannj commented on issue #1186: 使用本地注册中心,自己调用自己,有一个类型转换的错误

2019-04-19 Thread GitBox
johnyannj commented on issue #1186: 使用本地注册中心,自己调用自己,有一个类型转换的错误
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/1186#issuecomment-484791295
 
 
   @yhs0092 我的目的是想进程内调用, 自己调用自己来实现单元测试
   我配置了
   System.setProperty("local.registry.file", "notExistJustForceLocal");
   也报相同的错误。


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 (1ea4b58 -> 0d4d0e7)

2019-04-19 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 1ea4b58  Publish the website
 new c64808d  rename Contributors  Name
 new 0d4d0e7  rename  Contributor name

The 975 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/team.md | 2 +-
 _developers/team.md| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



[GitHub] [servicecomb-java-chassis] yhs0092 commented on issue #1186: 使用本地注册中心,自己调用自己,有一个类型转换的错误

2019-04-19 Thread GitBox
yhs0092 commented on issue #1186: 使用本地注册中心,自己调用自己,有一个类型转换的错误
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/1186#issuecomment-484789519
 
 
   你好,建议参照文档 
[本地开发和测试](https://docs.servicecomb.io/java-chassis/zh_CN/general-development/local-develop-test.html)
 中 “跨进程调用” 的描述,配置一下再试试看?


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-samples] liubao68 opened a new pull request #3: demo enable inspector and fix context error

2019-04-19 Thread GitBox
liubao68 opened a new pull request #3: demo enable inspector and fix context 
error
URL: https://github.com/apache/servicecomb-samples/pull/3
 
 
   


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] johnyannj opened a new issue #1186: 使用本地注册中心,自己调用自己,有一个类型转换的错误

2019-04-19 Thread GitBox
johnyannj opened a new issue #1186: 使用本地注册中心,自己调用自己,有一个类型转换的错误
URL: https://github.com/apache/servicecomb-java-chassis/issues/1186
 
 
   使用-Dlocal.registry.file指定注册中心文件
   
   一个简单接口
   ```
   @RestSchema(schemaId = "helloId")
   @RequestMapping("/")
   public class HelloService {
   
   @RequestMapping(value = "/hello", method= RequestMethod.GET)
   public String hello(@PathVariable(name = "name") String name) {
   return name;
   }
   }
   ```
   简单配置
   ```
   APPLICATION_ID: helloTest #Application name
   service_description: #Service description
 name: hello #Microservice name
 version: 1.0.0 #Service version
   servicecomb:
 rest:
   address: 0.0.0.0:8080
   
   ```
   同一进程里,自己调用自己
   ```
CseRestTemplate cseRestTemplate = new CseRestTemplate();
   String xiaoming = 
cseRestTemplate.getForObject("cse://hello/hello?name={}", String.class, 
"xiaoming");
   ```
   
   异常如下:
   ```
   java.lang.ClassCastException: 
org.apache.servicecomb.serviceregistry.consumer.MicroserviceVersion cannot be 
cast to org.apache.servicecomb.core.definition.MicroserviceVersionMeta
   
at 
org.apache.servicecomb.core.provider.consumer.ReferenceConfig.getMicroserviceMeta(ReferenceConfig.java:54)
at 
org.apache.servicecomb.provider.springmvc.reference.CseClientHttpRequest.createRequestMeta(CseClientHttpRequest.java:154)
at 
org.apache.servicecomb.provider.springmvc.reference.CseClientHttpRequest.execute(CseClientHttpRequest.java:138)
at 
org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:734)
at 
org.springframework.web.client.RestTemplate.execute(RestTemplate.java:669)
at 
org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:310)
at com.huawei.nuwa.cse.test.HmacTest.test(HmacTest.java:25)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
   ```


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] branch weak-contract-type updated (d126301 -> 582a090)

2019-04-19 Thread wujimin
This is an automated email from the ASF dual-hosted git repository.

wujimin pushed a change to branch weak-contract-type
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git.


 discard d126301  [SCB-1256][WIP][WEAK] rename ConcreteInterfaceRegister to 
ConcreteTypeRegister
 discard e7e2c87  [SCB-1252][WIP][WEAK] change element of HttpParameterType to 
uppercase
 discard a3209a8  [SCB-1248][WIP][WEAK] update unit test
 discard 34ca54c  [SCB-1248][WIP][WEAK] reduce EventBus subscribers
 discard 80dc449  [SCB-1248][WIP][WEAK] add MicroserviceMeta
 discard 175ee5a  [SCB-1248][WIP][WEAK] add SwaggerLoader
 discard a70f26c  [SCB-1248][WIP][WEAK] remove MicroserviceVersionFactory
 discard d308112  [SCB-1248][WIP][WEAK] improve config log
 discard a3cb467  [SCB-1248][WIP][WEAK] make local registry easier to use
 discard 7a7552a  [SCB-1228][WIP][WEAK] update chassis pom.xml to present 
interface argument name
 discard 48f61ba  [SCB-1228][WIP][WEAK] update unit test
 discard 36d663e  [SCB-1228][WIP][WEAK] update SPI definition
 discard 71959f0  [SCB-1228][WIP][WEAK] springmvc processors switch to new 
mechanism
 discard bf61660  [SCB-1228][WIP][WEAK] swagger springmvc generator switch to 
new mechanism
 discard 3b0df51  [SCB-1228][WIP][WEAK] delete swagger to class logic
 discard c0495fe  [SCB-1227][WIP][WEAK] update unit test
 discard 569cd70  [SCB-1227][WIP][WEAK] update SPI definition
 discard aa43031  [SCB-1227][WIP][WEAK] jaxrs processors switch to new mechanism
 discard 2dd3903  [SCB-1227][WIP][WEAK] swagger jaxrs generator switch to new 
mechanism
 discard db82874  [SCB-1242] add spring data plugin project
 discard 592bd6b  [SCB-1242] swagger generator and json deserializer prepare to 
support spring data
 discard 862ec12  [SCB-1225][WIP][WEAK] fix by review comments
 discard c16917f  [SCB-1225][WIP][WEAK] remove unnecessary dependency of spring
 discard aee4c2b  [SCB-1225][WIP][WEAK] update unit test cases
 discard 2b6e064  [SCB-1225][WIP][WEAK] SPI definition switch to new mechanism
 discard fba46d1  [SCB-1225][WIP][WEAK] delete useless files
 discard 0b1453a  [SCB-1225][WIP][WEAK] create abstract rest mode generator
 discard 16f6f97  [SCB-1225][WIP][WEAK] create pojo mode generator
 discard c0de1d5  [SCB-1225][WIP][WEAK] unit test utils switch to new mechanism
 discard bf6e491  [SCB-1225][WIP][WEAK] response generator switch to new 
mechanism
 discard 259680f  [SCB-1225][WIP][WEAK] parameter generator switch to new 
mechanism
 discard 0317444  [SCB-1225][WIP][WEAK] class and method annotation switch to 
new mechanism
 discard ceadfb5  [SCB-1225][WIP][WEAK] create basic generator implementation
 discard 8bbb3e6  [SCB-1225][WIP][WEAK] define new generator interfaces
 discard 0be692c  [SCB-1225][WIP][WEAK] delete swagger to class logic
 discard baac7f6  [SCB-1213][WIP][WEAK] swagger generator placeholder resolver 
not depend on spring
 discard 5516d91  [SC-1214][WIP][WEAK] change weak-contract-type branch version 
to weak-contract-type-SNAPSHOT
 new dd68583  [SCB-1262] change 1.2.0-SNAPSHOT to 1.3.0-SNAPSHOT in pom.xml
 new 72847a7  [SC-1214][WIP][WEAK] change weak-contract-type branch version 
to weak-contract-type-SNAPSHOT
 new bed6de4  [SCB-1213][WIP][WEAK] swagger generator placeholder resolver 
not depend on spring
 new 64a91ae  [SCB-1225][WIP][WEAK] delete swagger to class logic
 new cc5b14a  [SCB-1225][WIP][WEAK] define new generator interfaces
 new 35d4b26  [SCB-1225][WIP][WEAK] create basic generator implementation
 new 5820a74  [SCB-1225][WIP][WEAK] class and method annotation switch to 
new mechanism
 new 77f7e04  [SCB-1225][WIP][WEAK] parameter generator switch to new 
mechanism
 new c0b88c4  [SCB-1225][WIP][WEAK] response generator switch to new 
mechanism
 new af97590  [SCB-1225][WIP][WEAK] unit test utils switch to new mechanism
 new d3bbdbb  [SCB-1225][WIP][WEAK] create pojo mode generator
 new 6006114  [SCB-1225][WIP][WEAK] create abstract rest mode generator
 new 4037c5c  [SCB-1225][WIP][WEAK] delete useless files
 new 983ff2a  [SCB-1225][WIP][WEAK] SPI definition switch to new mechanism
 new 1cf6834  [SCB-1225][WIP][WEAK] update unit test cases
 new 9264e3c  [SCB-1225][WIP][WEAK] remove unnecessary dependency of spring
 new c18cc1e  [SCB-1225][WIP][WEAK] fix by review comments
 new 75f7ab6  [SCB-1242] swagger generator and json deserializer prepare to 
support spring data
 new 7d8a7a4  [SCB-1242] add spring data plugin project
 new 7f237e1  [SCB-1227][WIP][WEAK] swagger jaxrs generator switch to new 
mechanism
 new 6d69c89  [SCB-1227][WIP][WEAK] jaxrs processors switch to new mechanism
 new 017dc6b  [SCB-1227][WIP][WEAK] update SPI definition
 new 9e3fed5  [SCB-1227][WIP][WEAK] update unit test
 new a938e4f  [SCB-1228][WIP][WEAK] delete swagger to class logic
 new eaaf38b  [SCB-1228][WIP][WEAK] swagger springmvc generator switch to 
new mechanism
 new 844b2d7  

[servicecomb-java-chassis] branch master updated: [SCB-1262] change 1.2.0-SNAPSHOT to 1.3.0-SNAPSHOT in pom.xml

2019-04-19 Thread yaohaishi
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new dd68583  [SCB-1262] change 1.2.0-SNAPSHOT to 1.3.0-SNAPSHOT in pom.xml
dd68583 is described below

commit dd685837c7fd37f818747c8f014a89d0d7f7e308
Author: wujimin 
AuthorDate: Fri Apr 19 12:55:39 2019 +0800

[SCB-1262] change 1.2.0-SNAPSHOT to 1.3.0-SNAPSHOT in pom.xml
---
 archetypes/business-service-jaxrs/pom.xml  |  2 +-
 .../src/main/resources/archetype-resources/pom.xml |  2 +-
 archetypes/business-service-pojo/pom.xml   |  2 +-
 .../src/main/resources/archetype-resources/pom.xml |  2 +-
 .../business-service-spring-boot-starter/pom.xml   |  2 +-
 .../src/main/resources/archetype-resources/pom.xml |  2 +-
 archetypes/business-service-springmvc/pom.xml  |  2 +-
 .../src/main/resources/archetype-resources/pom.xml |  2 +-
 archetypes/pom.xml |  2 +-
 common/common-javassist/pom.xml|  2 +-
 common/common-protobuf/pom.xml |  2 +-
 common/common-rest/pom.xml |  2 +-
 common/pom.xml |  2 +-
 core/pom.xml   |  2 +-
 coverage-reports/pom.xml   | 56 +++---
 demo/demo-crossapp/crossapp-client/pom.xml |  4 +-
 demo/demo-crossapp/crossapp-server/pom.xml |  4 +-
 demo/demo-crossapp/pom.xml |  2 +-
 demo/demo-edge/authentication/pom.xml  |  2 +-
 demo/demo-edge/business-1-1-0/pom.xml  |  4 +-
 demo/demo-edge/business-1.0.0/pom.xml  |  2 +-
 demo/demo-edge/business-2.0.0/pom.xml  |  4 +-
 demo/demo-edge/consumer/pom.xml|  4 +-
 demo/demo-edge/edge-service/pom.xml|  2 +-
 demo/demo-edge/model/pom.xml   |  2 +-
 demo/demo-edge/pom.xml |  2 +-
 demo/demo-jaxrs/jaxrs-client/pom.xml   |  2 +-
 demo/demo-jaxrs/jaxrs-server/pom.xml   |  2 +-
 demo/demo-jaxrs/pom.xml|  2 +-
 demo/demo-local/pom.xml|  2 +-
 demo/demo-multiple/a-client/pom.xml|  2 +-
 demo/demo-multiple/a-server/pom.xml|  2 +-
 demo/demo-multiple/b-client/pom.xml|  2 +-
 demo/demo-multiple/b-server/pom.xml|  2 +-
 demo/demo-multiple/multiple-client/pom.xml |  2 +-
 demo/demo-multiple/multiple-server/pom.xml |  2 +-
 demo/demo-multiple/pom.xml |  2 +-
 demo/demo-pojo/pojo-client/pom.xml |  2 +-
 demo/demo-pojo/pojo-server/pom.xml |  2 +-
 demo/demo-pojo/pojo-tests/pom.xml  |  2 +-
 demo/demo-pojo/pom.xml |  2 +-
 demo/demo-schema/pom.xml   |  2 +-
 demo/demo-server-servlet/pom.xml   |  2 +-
 demo/demo-signature/pom.xml|  2 +-
 .../demo-spring-boot-discovery-client/pom.xml  |  2 +-
 .../demo-spring-boot-discovery-server/pom.xml  |  4 +-
 .../demo-spring-boot-zuul-proxy/pom.xml|  4 +-
 demo/demo-spring-boot-discovery/pom.xml|  2 +-
 .../demo-spring-boot-jaxrs-client/pom.xml  |  4 +-
 .../demo-spring-boot-jaxrs-server/pom.xml  |  4 +-
 .../demo-spring-boot-springmvc-client/pom.xml  |  2 +-
 .../demo-spring-boot-springmvc-server/pom.xml  |  2 +-
 demo/demo-spring-boot-provider/pom.xml |  2 +-
 .../demo-spring-boot-pojo-client/pom.xml   |  4 +-
 .../demo-spring-boot-pojo-server/pom.xml   |  2 +-
 demo/demo-spring-boot-transport/pom.xml|  2 +-
 demo/demo-springmvc/pom.xml|  2 +-
 demo/demo-springmvc/springmvc-client/pom.xml   |  2 +-
 demo/demo-springmvc/springmvc-server/pom.xml   |  4 +-
 demo/docker-build-config/pom.xml   |  2 +-
 demo/docker-run-config/pom.xml |  2 +-
 demo/perf/pom.xml  |  2 +-
 demo/pom.xml   |  2 +-
 deployment/pom.xml |  2 +-
 dynamic-config/config-apollo/pom.xml   |  2 +-
 dynamic-config/config-cc/pom.xml   |  2 +-
 dynamic-config/pom.xml |  2 +-
 edge/edge-core/pom.xml |  2 +-
 edge/pom.xml   |  2 +-
 foundations/foundation-common/pom.xml  |  2 +-
 foundations/foundation-config/pom.xml  |  2 +-
 foundations/foundation-metrics/pom.xml |  2 +-
 foundations/foundation-protobuf/pom.xml|  2 +-
 foundations/foundation-ssl/pom.xml  

[GitHub] [servicecomb-java-chassis] yhs0092 merged pull request #1185: [SCB-1262] change 1.2.0-SNAPSHOT to 1.3.0-SNAPSHOT in pom.xml

2019-04-19 Thread GitBox
yhs0092 merged pull request #1185: [SCB-1262] change 1.2.0-SNAPSHOT to 
1.3.0-SNAPSHOT in pom.xml
URL: https://github.com/apache/servicecomb-java-chassis/pull/1185
 
 
   


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