[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #3685: MicroserviceVersions每次刷新列表时都会加载契约, 会加大对注册中心的压力

2023-08-28 Thread via GitHub
liubao68 commented on issue #3685: URL: https://github.com/apache/servicecomb-java-chassis/issues/3685#issuecomment-1696688947 > 补充说明下重新加载契约必要性:(1)gateway在微服务改变接口的情况下不重启;(2)老版本provider和新版本consumer先启动,然后升级provider到新版本场景。 考虑到按照java chassis使用习惯,这2个场景并不实用。可以通过改变版本号实现gateway和consumer不重启。

[GitHub] [servicecomb-java-chassis] liubao68 opened a new pull request, #3926: [SCB-2804]Fix instance not found when instances frequently change

2023-08-28 Thread via GitHub
liubao68 opened a new pull request, #3926: URL: https://github.com/apache/servicecomb-java-chassis/pull/3926 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

[servicecomb-kie] branch master updated: 修复wait长查询场景下配置项发生变化,更新缓存失败 (#294)

2023-08-28 Thread littlecui
This is an automated email from the ASF dual-hosted git repository. littlecui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-kie.git The following commit(s) were added to refs/heads/master by this push: new 3baf916 修复wait长查询场景下配置项发生变化,更新缓存失败

[GitHub] [servicecomb-kie] tornado-ssy commented on a diff in pull request #294: 修复wait长查询场景下配置项发生变化,更新缓存失败

2023-08-28 Thread via GitHub
tornado-ssy commented on code in PR #294: URL: https://github.com/apache/servicecomb-kie/pull/294#discussion_r1307114393 ## server/resource/v1/kv_resource.go: ## @@ -262,12 +262,14 @@ func isLegalWaitRequest(rctx *restful.Context, request *model.ListKVRequest) boo

[servicecomb-java-chassis] branch dependabot/maven/org.springframework.boot-spring-boot-maven-plugin-3.1.3 deleted (was 284342505)

2023-08-28 Thread shoothzj
This is an automated email from the ASF dual-hosted git repository. shoothzj pushed a change to branch dependabot/maven/org.springframework.boot-spring-boot-maven-plugin-3.1.3 in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git was 284342505 Bump

[servicecomb-java-chassis] branch master updated: Bump org.springframework.boot:spring-boot-maven-plugin (#3921)

2023-08-28 Thread shoothzj
This is an automated email from the ASF dual-hosted git repository. shoothzj 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 9c0496433 Bump

[GitHub] [servicecomb-java-chassis] Shoothzj merged pull request #3921: Bump org.springframework.boot:spring-boot-maven-plugin from 3.1.2 to 3.1.3

2023-08-28 Thread via GitHub
Shoothzj merged PR #3921: URL: https://github.com/apache/servicecomb-java-chassis/pull/3921 -- 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: Bump io.netty:netty-bom from 4.1.96.Final to 4.1.97.Final (#3922)

2023-08-28 Thread shoothzj
This is an automated email from the ASF dual-hosted git repository. shoothzj 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 85c61ec92 Bump

[servicecomb-java-chassis] branch dependabot/maven/io.netty-netty-bom-4.1.97.Final deleted (was d56f0822d)

2023-08-28 Thread shoothzj
This is an automated email from the ASF dual-hosted git repository. shoothzj pushed a change to branch dependabot/maven/io.netty-netty-bom-4.1.97.Final in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git was d56f0822d Bump io.netty:netty-bom from 4.1.96.Final to

[GitHub] [servicecomb-java-chassis] Shoothzj merged pull request #3922: Bump io.netty:netty-bom from 4.1.96.Final to 4.1.97.Final

2023-08-28 Thread via GitHub
Shoothzj merged PR #3922: URL: https://github.com/apache/servicecomb-java-chassis/pull/3922 -- 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 dependabot/maven/com.puppycrawl.tools-checkstyle-10.12.3 deleted (was f8bb00b1e)

2023-08-28 Thread shoothzj
This is an automated email from the ASF dual-hosted git repository. shoothzj pushed a change to branch dependabot/maven/com.puppycrawl.tools-checkstyle-10.12.3 in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git was f8bb00b1e Bump com.puppycrawl.tools:checkstyle

[servicecomb-java-chassis] branch master updated: Bump com.puppycrawl.tools:checkstyle from 10.12.2 to 10.12.3 (#3920)

2023-08-28 Thread shoothzj
This is an automated email from the ASF dual-hosted git repository. shoothzj 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 5f17e0010 Bump

[GitHub] [servicecomb-java-chassis] Shoothzj merged pull request #3920: Bump com.puppycrawl.tools:checkstyle from 10.12.2 to 10.12.3

2023-08-28 Thread via GitHub
Shoothzj merged PR #3920: URL: https://github.com/apache/servicecomb-java-chassis/pull/3920 -- 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-kie] little-cui commented on a diff in pull request #294: 修复wait长查询场景下配置项发生变化,更新缓存失败

2023-08-28 Thread via GitHub
little-cui commented on code in PR #294: URL: https://github.com/apache/servicecomb-kie/pull/294#discussion_r1307095096 ## server/pubsub/notifier/kv.go: ## @@ -75,15 +75,14 @@ func (h *KVHandler) FindTopicAndFire(ke *pubsub.KVChangeEvent) { return true

[GitHub] [servicecomb-java-chassis] codecov-commenter commented on pull request #3921: Bump org.springframework.boot:spring-boot-maven-plugin from 3.1.2 to 3.1.3

2023-08-28 Thread via GitHub
codecov-commenter commented on PR #3921: URL: https://github.com/apache/servicecomb-java-chassis/pull/3921#issuecomment-1695189565 ##

[GitHub] [servicecomb-java-chassis] codecov-commenter commented on pull request #3922: Bump io.netty:netty-bom from 4.1.96.Final to 4.1.97.Final

2023-08-28 Thread via GitHub
codecov-commenter commented on PR #3922: URL: https://github.com/apache/servicecomb-java-chassis/pull/3922#issuecomment-1695184049 ##

[GitHub] [servicecomb-java-chassis] codecov-commenter commented on pull request #3920: Bump com.puppycrawl.tools:checkstyle from 10.12.2 to 10.12.3

2023-08-28 Thread via GitHub
codecov-commenter commented on PR #3920: URL: https://github.com/apache/servicecomb-java-chassis/pull/3920#issuecomment-1695179142 ##

[GitHub] [servicecomb-java-chassis] dependabot[bot] commented on pull request #3864: Bump org.springframework.boot:spring-boot-dependencies from 3.0.7 to 3.1.2

2023-08-28 Thread via GitHub
dependabot[bot] commented on PR #3864: URL: https://github.com/apache/servicecomb-java-chassis/pull/3864#issuecomment-1695160745 Superseded by #3925. -- 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

[GitHub] [servicecomb-java-chassis] dependabot[bot] closed pull request #3864: Bump org.springframework.boot:spring-boot-dependencies from 3.0.7 to 3.1.2

2023-08-28 Thread via GitHub
dependabot[bot] closed pull request #3864: Bump org.springframework.boot:spring-boot-dependencies from 3.0.7 to 3.1.2 URL: https://github.com/apache/servicecomb-java-chassis/pull/3864 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[servicecomb-java-chassis] branch dependabot/maven/org.springframework.boot-spring-boot-dependencies-3.1.2 deleted (was c7a7fc122)

2023-08-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.springframework.boot-spring-boot-dependencies-3.1.2 in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git was c7a7fc122 Bump

[GitHub] [servicecomb-java-chassis] dependabot[bot] opened a new pull request, #3925: Bump org.springframework.boot:spring-boot-dependencies from 3.0.7 to 3.1.3

2023-08-28 Thread via GitHub
dependabot[bot] opened a new pull request, #3925: URL: https://github.com/apache/servicecomb-java-chassis/pull/3925 Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 3.0.7 to 3.1.3. Release notes Sourced from

[servicecomb-java-chassis] branch dependabot/maven/org.springframework.boot-spring-boot-dependencies-3.1.3 created (now 31e3c50d8)

2023-08-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.springframework.boot-spring-boot-dependencies-3.1.3 in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git at 31e3c50d8 Bump

[servicecomb-java-chassis] branch dependabot/maven/com.google.protobuf-protobuf-java-3.24.1 deleted (was 1d7e9fdfb)

2023-08-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.google.protobuf-protobuf-java-3.24.1 in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git was 1d7e9fdfb Bump

[servicecomb-java-chassis] branch dependabot/maven/com.google.protobuf-protobuf-java-3.24.2 created (now b70ef74a0)

2023-08-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.google.protobuf-protobuf-java-3.24.2 in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git at b70ef74a0 Bump

[GitHub] [servicecomb-java-chassis] dependabot[bot] closed pull request #3911: Bump com.google.protobuf:protobuf-java from 3.23.4 to 3.24.1

2023-08-28 Thread via GitHub
dependabot[bot] closed pull request #3911: Bump com.google.protobuf:protobuf-java from 3.23.4 to 3.24.1 URL: https://github.com/apache/servicecomb-java-chassis/pull/3911 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [servicecomb-java-chassis] dependabot[bot] commented on pull request #3911: Bump com.google.protobuf:protobuf-java from 3.23.4 to 3.24.1

2023-08-28 Thread via GitHub
dependabot[bot] commented on PR #3911: URL: https://github.com/apache/servicecomb-java-chassis/pull/3911#issuecomment-1695159055 Superseded by #3924. -- 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

[GitHub] [servicecomb-java-chassis] dependabot[bot] opened a new pull request, #3924: Bump com.google.protobuf:protobuf-java from 3.23.4 to 3.24.2

2023-08-28 Thread via GitHub
dependabot[bot] opened a new pull request, #3924: URL: https://github.com/apache/servicecomb-java-chassis/pull/3924 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.23.4 to 3.24.2. Commits

[GitHub] [servicecomb-java-chassis] dependabot[bot] opened a new pull request, #3923: Bump org.yaml:snakeyaml from 1.33 to 2.2

2023-08-28 Thread via GitHub
dependabot[bot] opened a new pull request, #3923: URL: https://github.com/apache/servicecomb-java-chassis/pull/3923 Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.33 to 2.2. Commits

[GitHub] [servicecomb-java-chassis] dependabot[bot] commented on pull request #3889: Bump org.yaml:snakeyaml from 1.33 to 2.1

2023-08-28 Thread via GitHub
dependabot[bot] commented on PR #3889: URL: https://github.com/apache/servicecomb-java-chassis/pull/3889#issuecomment-1695156082 Superseded by #3923. -- 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

[GitHub] [servicecomb-java-chassis] dependabot[bot] closed pull request #3889: Bump org.yaml:snakeyaml from 1.33 to 2.1

2023-08-28 Thread via GitHub
dependabot[bot] closed pull request #3889: Bump org.yaml:snakeyaml from 1.33 to 2.1 URL: https://github.com/apache/servicecomb-java-chassis/pull/3889 -- 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

[servicecomb-java-chassis] branch dependabot/maven/org.yaml-snakeyaml-2.1 deleted (was 5661ea52a)

2023-08-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.yaml-snakeyaml-2.1 in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git was 5661ea52a Bump org.yaml:snakeyaml from 1.33 to 2.1 The

[servicecomb-java-chassis] branch dependabot/maven/org.yaml-snakeyaml-2.2 created (now cd924bbdb)

2023-08-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.yaml-snakeyaml-2.2 in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git at cd924bbdb Bump org.yaml:snakeyaml from 1.33 to 2.2 No new

[servicecomb-java-chassis] branch dependabot/maven/io.netty-netty-bom-4.1.97.Final created (now d56f0822d)

2023-08-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/io.netty-netty-bom-4.1.97.Final in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git at d56f0822d Bump io.netty:netty-bom from 4.1.96.Final

[GitHub] [servicecomb-java-chassis] dependabot[bot] opened a new pull request, #3922: Bump io.netty:netty-bom from 4.1.96.Final to 4.1.97.Final

2023-08-28 Thread via GitHub
dependabot[bot] opened a new pull request, #3922: URL: https://github.com/apache/servicecomb-java-chassis/pull/3922 Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.96.Final to 4.1.97.Final. Commits

[GitHub] [servicecomb-java-chassis] dependabot[bot] opened a new pull request, #3921: Bump org.springframework.boot:spring-boot-maven-plugin from 3.1.2 to 3.1.3

2023-08-28 Thread via GitHub
dependabot[bot] opened a new pull request, #3921: URL: https://github.com/apache/servicecomb-java-chassis/pull/3921 Bumps [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) from 3.1.2 to 3.1.3. Release notes Sourced from

[servicecomb-java-chassis] branch dependabot/maven/org.springframework.boot-spring-boot-maven-plugin-3.1.3 created (now 284342505)

2023-08-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.springframework.boot-spring-boot-maven-plugin-3.1.3 in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git at 284342505 Bump

[servicecomb-java-chassis] branch dependabot/maven/com.puppycrawl.tools-checkstyle-10.12.3 created (now f8bb00b1e)

2023-08-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.puppycrawl.tools-checkstyle-10.12.3 in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git at f8bb00b1e Bump

[GitHub] [servicecomb-java-chassis] dependabot[bot] opened a new pull request, #3920: Bump com.puppycrawl.tools:checkstyle from 10.12.2 to 10.12.3

2023-08-28 Thread via GitHub
dependabot[bot] opened a new pull request, #3920: URL: https://github.com/apache/servicecomb-java-chassis/pull/3920 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.12.2 to 10.12.3. Release notes Sourced from