[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #2824: [SCB-2483]Remove unused zookeeper maven dependency

2022-05-06 Thread GitBox
liubao68 merged PR #2824: URL: https://github.com/apache/servicecomb-java-chassis/pull/2824 -- 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. To unsubscribe, e-mail:

[servicecomb-java-chassis] branch master updated: [SCB-2483]Remove unused zookeeper maven dependency (#2824)

2022-05-06 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 The following commit(s) were added to refs/heads/master by this push: new ab8be9ec7 [SCB-2483]Remove

[GitHub] [servicecomb-java-chassis] link151 opened a new issue, #2825: 通过REST接口下载的二进制文件与原始文件不一致

2022-05-06 Thread GitBox
link151 opened a new issue, #2825: URL: https://github.com/apache/servicecomb-java-chassis/issues/2825 java-chassis-dependencies版本:2.6.0 文件下载流程:浏览器---》服务A接口---》服务B接口 接口响应信息: 服务B接口返回类型:FilePart 服务A接口返回类型:ReadStreamPart **问题现象: 直接使用Postman调用服务B接口下载文件与原始文件二进制一致

[GitHub] [servicecomb-java-chassis] codecov-commenter commented on pull request #2824: [SCB-2483]Remove unused zookeeper maven dependency

2022-05-06 Thread GitBox
codecov-commenter commented on PR #2824: URL: https://github.com/apache/servicecomb-java-chassis/pull/2824#issuecomment-1120112655 #

[GitHub] [servicecomb-pack] yechengchao commented on issue #756: TCC模式 补偿方法执行了,但是ALpha还是会一直请求Registered TccEnded event,是为什么?还一直会往

2022-05-06 Thread GitBox
yechengchao commented on issue #756: URL: https://github.com/apache/servicecomb-pack/issues/756#issuecomment-1120108172 > 不好意思,之前回复的时候没有注意上下文, 能把你的代码贴一下吗? 另外这篇文章也把详细的执行流程列出来了 https://servicecomb.apache.org/cn/docs/distributed-transaction-of-services-2/ A服务组合调用B和C服务:

[servicecomb-java-chassis] branch master updated: [SCB-2481] Make test paas on jdk11 (#2822)

2022-05-06 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 The following commit(s) were added to refs/heads/master by this push: new a07d913b7 [SCB-2481] Make

[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #2822: [SCB-2481] Make test paas on jdk11

2022-05-06 Thread GitBox
liubao68 merged PR #2822: URL: https://github.com/apache/servicecomb-java-chassis/pull/2822 -- 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. To unsubscribe, e-mail:

[servicecomb-java-chassis] branch master updated: [SCB-2482] Fix spotbugs UC_USELESS_OBJECT (#2823)

2022-05-06 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 The following commit(s) were added to refs/heads/master by this push: new ae7007bde [SCB-2482] Fix

[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #2823: [SCB-2482] Fix spotbugs UC_USELESS_OBJECT

2022-05-06 Thread GitBox
liubao68 merged PR #2823: URL: https://github.com/apache/servicecomb-java-chassis/pull/2823 -- 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. To unsubscribe, e-mail:

[GitHub] [servicecomb-pack] WillemJiang commented on issue #756: TCC模式 补偿方法执行了,但是ALpha还是会一直请求Registered TccEnded event,是为什么?还一直会往

2022-05-06 Thread GitBox
WillemJiang commented on issue #756: URL: https://github.com/apache/servicecomb-pack/issues/756#issuecomment-1120082539 不好意思,之前回复的时候没有注意上下文, 能把你的代码贴一下吗? 另外这篇文章也把详细的执行流程列出来了 https://servicecomb.apache.org/cn/docs/distributed-transaction-of-services-2/ -- This is an automated message

[servicecomb-pack] branch master updated (30913f92 -> f6f7f931)

2022-05-06 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-pack.git from 30913f92 Bump spring-cloud-function-core in /pack-dependencies new e687f449 SCB-2477 Use CI

[servicecomb-pack] 02/02: SCB-2477 Add comments for flatten-maven-plugin

2022-05-06 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-pack.git commit f6f7f931cf425dabf890c039247080c555121dfe Author: Lei Zhang AuthorDate: Fri May 6 09:02:37 2022 +0800

[servicecomb-pack] 01/02: SCB-2477 Use CI friendly maven version

2022-05-06 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-pack.git commit e687f44973d30f9621876eed9d83e408704ed231 Author: Lei Zhang AuthorDate: Thu May 5 20:58:07 2022 +0800

[GitHub] [servicecomb-pack] WillemJiang merged pull request #757: SCB-2477 Use CI friendly maven version

2022-05-06 Thread GitBox
WillemJiang merged PR #757: URL: https://github.com/apache/servicecomb-pack/pull/757 -- 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. To unsubscribe, e-mail:

[GitHub] [servicecomb-java-chassis] Shoothzj closed issue #2814: [SCB-2474] Issue tracker for test paas on jdk17

2022-05-06 Thread GitBox
Shoothzj closed issue #2814: [SCB-2474] Issue tracker for test paas on jdk17 URL: https://github.com/apache/servicecomb-java-chassis/issues/2814 -- 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

[GitHub] [servicecomb-pack] coolbeevip commented on a diff in pull request #757: SCB-2477 Use CI friendly maven version

2022-05-06 Thread GitBox
coolbeevip commented on code in PR #757: URL: https://github.com/apache/servicecomb-pack/pull/757#discussion_r866800994 ## pack-dependencies/pom.xml: ## @@ -843,4 +843,52 @@ + + + + + + org.codehaus.mojo +

[GitHub] [servicecomb-java-chassis] codecov-commenter commented on pull request #2822: [SCB-2481] Make test paas on jdk11

2022-05-06 Thread GitBox
codecov-commenter commented on PR #2822: URL: https://github.com/apache/servicecomb-java-chassis/pull/2822#issuecomment-1119512306 #

[servicecomb-java-chassis] branch master updated: [SCB-2469] update vertx to 4.2.7 (#2806)

2022-05-06 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 The following commit(s) were added to refs/heads/master by this push: new b0b5ee569 [SCB-2469] update

[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #2806: [SCB-2469] update vertx to 4.2.7

2022-05-06 Thread GitBox
liubao68 merged PR #2806: URL: https://github.com/apache/servicecomb-java-chassis/pull/2806 -- 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. To unsubscribe, e-mail:

[servicecomb-docs] branch master updated: [SCB-2480] Add 2.8.0 change notes (#268)

2022-05-06 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-docs.git The following commit(s) were added to refs/heads/master by this push: new cfb2b1f [SCB-2480] Add 2.8.0 change

[GitHub] [servicecomb-docs] liubao68 merged pull request #268: [SCB-2480] Add 2.8.0 change notes

2022-05-06 Thread GitBox
liubao68 merged PR #268: URL: https://github.com/apache/servicecomb-docs/pull/268 -- 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. To unsubscribe, e-mail:

[GitHub] [servicecomb-java-chassis] Shoothzj opened a new pull request, #2822: [SCB-2481] Make test paas on jdk11

2022-05-06 Thread GitBox
Shoothzj opened a new pull request, #2822: URL: https://github.com/apache/servicecomb-java-chassis/pull/2822 ### changes - make test paas on jdk11 - add jdk11 check ### why don't run integrate-tests on jdk11 I think now we don't need run integrates-tests on all java version,

[GitHub] [servicecomb-java-chassis] Shoothzj commented on a diff in pull request #2806: [SCB-2469] update vertx to 4.2.7

2022-05-06 Thread GitBox
Shoothzj commented on code in PR #2806: URL: https://github.com/apache/servicecomb-java-chassis/pull/2806#discussion_r866690674 ## transports/transport-rest/transport-rest-vertx/src/test/java/org/apache/servicecomb/transport/rest/vertx/TestTransportConfig.java: ## @@ -215,7

[GitHub] [servicecomb-java-chassis] liubao68 commented on a diff in pull request #2806: [SCB-2469] update vertx to 4.2.7

2022-05-06 Thread GitBox
liubao68 commented on code in PR #2806: URL: https://github.com/apache/servicecomb-java-chassis/pull/2806#discussion_r866678537 ## transports/transport-rest/transport-rest-vertx/src/test/java/org/apache/servicecomb/transport/rest/vertx/TestTransportConfig.java: ## @@ -215,7

[servicecomb-java-chassis] branch master updated: [SCB-2474](final task) Java17 Test paas on other modules (#2819)

2022-05-06 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 The following commit(s) were added to refs/heads/master by this push: new c4ee78994 [SCB-2474](final

[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #2819: [SCB-2474](final task) Java17 Test paas on other modules

2022-05-06 Thread GitBox
liubao68 merged PR #2819: URL: https://github.com/apache/servicecomb-java-chassis/pull/2819 -- 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. To unsubscribe, e-mail: