[GitHub] [servicecomb-service-center] zqfang666 commented on a diff in pull request #1355: Change: add old role migrate function, old role has config permission default

2022-11-08 Thread GitBox
zqfang666 commented on code in PR #1355: URL: https://github.com/apache/servicecomb-service-center/pull/1355#discussion_r1017556014 ## datasource/etcd/role.go: ## @@ -156,3 +156,27 @@ func (rm *RbacDAO) UpdateRole(ctx context.Context, name string, role *crbac.Role opts

[GitHub] [servicecomb-service-center] zqfang666 commented on a diff in pull request #1355: Change: add old role migrate function, old role has config permission default

2022-11-08 Thread GitBox
zqfang666 commented on code in PR #1355: URL: https://github.com/apache/servicecomb-service-center/pull/1355#discussion_r1017556453 ## datasource/rbac/role.go: ## @@ -38,4 +38,5 @@ type RoleManager interface { ListRole(ctx context.Context) ([]*rbac.Role, int64, error)

[GitHub] [servicecomb-service-center] zqfang666 commented on a diff in pull request #1355: Change: add old role migrate function, old role has config permission default

2022-11-08 Thread GitBox
zqfang666 commented on code in PR #1355: URL: https://github.com/apache/servicecomb-service-center/pull/1355#discussion_r1017555788 ## datasource/common.go: ## @@ -26,6 +26,7 @@ const ( RegistryDomainProject = "default/default" RegistryAppID = "default"

[GitHub] [servicecomb-java-chassis] pengye1207 closed issue #3466: 微服务配置TLS通信,调用失败

2022-11-08 Thread GitBox
pengye1207 closed issue #3466: 微服务配置TLS通信,调用失败 URL: https://github.com/apache/servicecomb-java-chassis/issues/3466 -- 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 unsubscrib

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #3454: 升级ServiceComb,从1.3升级到2.7.5的过程中遇到了一个问题

2022-11-08 Thread GitBox
liubao68 commented on issue #3454: URL: https://github.com/apache/servicecomb-java-chassis/issues/3454#issuecomment-1308281538 能否提供比较完整的堆栈?你给的信息看不出阻塞在哪个地方了。 或者你可以看下完整的堆栈,看看同步代码正在执行的线程,为什么没有释放锁。 -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #3467: SDK支持契约每次启动覆盖(和environment无关),但是注册中心不支持非开发环境覆盖

2022-11-08 Thread GitBox
liubao68 commented on issue #3467: URL: https://github.com/apache/servicecomb-java-chassis/issues/3467#issuecomment-1308278757 这个需要使用新的 service-center 版本, 早期版本不支持契约覆盖。 -- 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] liubao68 commented on issue #3457: ServiceCenterRegistration注册成功时,有可能不推送MicroserviceRegistrationEvent

2022-11-08 Thread GitBox
liubao68 commented on issue #3457: URL: https://github.com/apache/servicecomb-java-chassis/issues/3457#issuecomment-1308278082 MicroserviceInstanceRegisteredEvent is the correct one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [servicecomb-java-chassis] edgar1170 commented on issue #3454: 升级ServiceComb,从1.3升级到2.7.5的过程中遇到了一个问题

2022-11-08 Thread GitBox
edgar1170 commented on issue #3454: URL: https://github.com/apache/servicecomb-java-chassis/issues/3454#issuecomment-1308270356 或许需要在哪里控制线程总数量? -- 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 th

[GitHub] [servicecomb-service-center] zqfang666 commented on a diff in pull request #1355: Change: sc gov-resource pass-through Authorization to kie

2022-11-08 Thread GitBox
zqfang666 commented on code in PR #1355: URL: https://github.com/apache/servicecomb-service-center/pull/1355#discussion_r1017471999 ## server/resource/gov/gov_resource.go: ## @@ -119,10 +125,12 @@ func (t *Governance) ListOrDisPlay(w http.ResponseWriter, r *http.Request) {

[servicecomb-pack] branch master updated (77b30a72 -> 07fda9d6)

2022-11-08 Thread zhanglei
This is an automated email from the ASF dual-hosted git repository. zhanglei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git from 77b30a72 Bump protobuf-java from 3.19.2 to 3.19.6 in /pack-dependencies add 8739b5b5 Bump jackson-dat

[GitHub] [servicecomb-pack] coolbeevip merged pull request #770: Bump jackson-databind from 2.13.1 to 2.14.0 in /pack-dependencies

2022-11-08 Thread GitBox
coolbeevip merged PR #770: URL: https://github.com/apache/servicecomb-pack/pull/770 -- 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: commits-unsubscr...@

[servicecomb-service-center] branch master updated: [fix] inconsistency of config items while synchronizing data between … (#1359)

2022-11-08 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-service-center.git The following commit(s) were added to refs/heads/master by this push: new 5f00b3aa [fix] inconsiste

[servicecomb-pack] 01/01: Merge pull request #770 from apache/dependabot/maven/pack-dependencies/com.fasterxml.jackson.core-jackson-databind-2.14.0

2022-11-08 Thread zhanglei
This is an automated email from the ASF dual-hosted git repository. zhanglei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git commit 07fda9d670924b60302ebd562814b13c89c110cc Merge: 77b30a72 8739b5b5 Author: Lei Zhang AuthorDate: Wed Nov 9 14

[GitHub] [servicecomb-service-center] little-cui merged pull request #1359: [fix] inconsistency of config items while synchronizing data between …

2022-11-08 Thread GitBox
little-cui merged PR #1359: URL: https://github.com/apache/servicecomb-service-center/pull/1359 -- 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: commits-

[GitHub] [servicecomb-kie] 123yangxiong commented on pull request #261: 增加RBAC认证

2022-11-08 Thread GitBox
123yangxiong commented on PR #261: URL: https://github.com/apache/servicecomb-kie/pull/261#issuecomment-1308262466 增加RBAC认证 -- 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.

[GitHub] [servicecomb-kie] 123yangxiong opened a new pull request, #261: 增加RBAC认证

2022-11-08 Thread GitBox
123yangxiong opened a new pull request, #261: URL: https://github.com/apache/servicecomb-kie/pull/261 增加RBAC认证 -- 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 unsubscrib

[GitHub] [servicecomb-java-chassis] edgar1170 commented on issue #3454: 升级ServiceComb,从1.3升级到2.7.5的过程中遇到了一个问题

2022-11-08 Thread GitBox
edgar1170 commented on issue #3454: URL: https://github.com/apache/servicecomb-java-chassis/issues/3454#issuecomment-1308209106 线程阻塞的数量会不断增加最后爆掉 -- 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 t

[GitHub] [servicecomb-service-center] kkf1 commented on a diff in pull request #1359: [fix] inconsistency of config items while synchronizing data between …

2022-11-08 Thread GitBox
kkf1 commented on code in PR #1359: URL: https://github.com/apache/servicecomb-service-center/pull/1359#discussion_r1017422159 ## syncer/service/replicator/resource/resource.go: ## @@ -312,7 +312,11 @@ func formatUpdateTimeSecond(src string) (int64, error) { ret

[GitHub] [servicecomb-service-center] little-cui commented on a diff in pull request #1359: [fix] inconsistency of config items while synchronizing data between …

2022-11-08 Thread GitBox
little-cui commented on code in PR #1359: URL: https://github.com/apache/servicecomb-service-center/pull/1359#discussion_r1017407347 ## syncer/service/replicator/resource/resource.go: ## @@ -312,7 +312,11 @@ func formatUpdateTimeSecond(src string) (int64, error) {

[GitHub] [servicecomb-service-center] little-cui commented on a diff in pull request #1355: Change: sc gov-resource pass-through Authorization to kie

2022-11-08 Thread GitBox
little-cui commented on code in PR #1355: URL: https://github.com/apache/servicecomb-service-center/pull/1355#discussion_r1017400787 ## datasource/etcd/role.go: ## @@ -156,3 +156,27 @@ func (rm *RbacDAO) UpdateRole(ctx context.Context, name string, role *crbac.Role opt

[GitHub] [servicecomb-java-chassis] edgar1170 commented on issue #3454: 升级ServiceComb,从1.3升级到2.7.5的过程中遇到了一个问题

2022-11-08 Thread GitBox
edgar1170 commented on issue #3454: URL: https://github.com/apache/servicecomb-java-chassis/issues/3454#issuecomment-1308174888 @liubao68 服务器这边发现问题了,升级版本之后发生了线程BLOCK,请问这个为什么会在升级之后出现呀: locked org.apache.servicecomb.provider.pojo.PojoConsumerMetaRefresher@4196491c < but blocks 5 other t

[GitHub] [servicecomb-service-center] kkf1 opened a new pull request, #1359: [fix] inconsistency of config items while synchronizing data between …

2022-11-08 Thread GitBox
kkf1 opened a new pull request, #1359: URL: https://github.com/apache/servicecomb-service-center/pull/1359 …two clusters Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/b

[GitHub] [servicecomb-java-chassis] xuzhiweiand opened a new issue, #3467: SDK支持契约每次启动覆盖(和environment无关),但是注册中心不支持非开发环境覆盖

2022-11-08 Thread GitBox
xuzhiweiand opened a new issue, #3467: URL: https://github.com/apache/servicecomb-java-chassis/issues/3467 SDK在检测到契约不一致时,判断是否可以注册契约是或的关系,从代码看可以理解为环境为开发环境或者配置servicecomb.service.registry.instance.alwaysOverrideSchema为true就可以覆盖契约。 private boolean onlineSchemaIsModifiable() { return

[GitHub] [servicecomb-java-chassis] provenceee commented on issue #3457: ServiceCenterRegistration注册成功时,有可能不推送MicroserviceRegistrationEvent

2022-11-08 Thread GitBox
provenceee commented on issue #3457: URL: https://github.com/apache/servicecomb-java-chassis/issues/3457#issuecomment-1308115177 > Yes. See #3465. > > But why you use this event ? Maybe you need use MicroserviceInstanceRegisteredEvent The previous reference is dubbo-servicecom

[GitHub] [servicecomb-java-chassis] yanghao605 commented on issue #3466: 微服务配置TLS通信,调用失败

2022-11-08 Thread GitBox
yanghao605 commented on issue #3466: URL: https://github.com/apache/servicecomb-java-chassis/issues/3466#issuecomment-1308086957 > ssl.protocols: TLSv1.2 ssl.authPeer: false ssl.checkCN.host: false ssl.keyStore: server.p12 ssl.keyStoreType: PKCS12 ssl.keyStoreValue: ss

[GitHub] [servicecomb-service-center] little-cui merged pull request #1358: 用于双集群引擎同步debug-v4

2022-11-08 Thread GitBox
little-cui merged PR #1358: URL: https://github.com/apache/servicecomb-service-center/pull/1358 -- 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: commits-

[servicecomb-service-center] branch nzx updated: 用于双集群引擎同步debug-v4 (#1358)

2022-11-08 Thread littlecui
This is an automated email from the ASF dual-hosted git repository. littlecui pushed a commit to branch nzx in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git The following commit(s) were added to refs/heads/nzx by this push: new 31c14443 用于双集群引擎同步debug-v4 (#13

[GitHub] [servicecomb-service-center] kkf1 opened a new pull request, #1358: 用于双集群引擎同步debug-v4

2022-11-08 Thread GitBox
kkf1 opened a new pull request, #1358: URL: https://github.com/apache/servicecomb-service-center/pull/1358 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

[GitHub] [servicecomb-service-center] kkf1 closed pull request #1357: 用于双集群引擎同步debug-v3

2022-11-08 Thread GitBox
kkf1 closed pull request #1357: 用于双集群引擎同步debug-v3 URL: https://github.com/apache/servicecomb-service-center/pull/1357 -- 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 unsubsc

[GitHub] [servicecomb-service-center] kkf1 opened a new pull request, #1357: 用于双集群引擎同步debug-v3

2022-11-08 Thread GitBox
kkf1 opened a new pull request, #1357: URL: https://github.com/apache/servicecomb-service-center/pull/1357 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

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #3466: 微服务配置TLS通信,调用失败

2022-11-08 Thread GitBox
liubao68 commented on issue #3466: URL: https://github.com/apache/servicecomb-java-chassis/issues/3466#issuecomment-1307242636 业务微服务使用的是TOMCAT,需要按照TOMCAT配置SSL,上述配置项不适用于TOMCAT场景。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[servicecomb-service-center] branch nzx updated: 用于双集群引擎同步debug-v2 (#1356)

2022-11-08 Thread littlecui
This is an automated email from the ASF dual-hosted git repository. littlecui pushed a commit to branch nzx in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git The following commit(s) were added to refs/heads/nzx by this push: new a2189be7 用于双集群引擎同步debug-v2 (#13

[GitHub] [servicecomb-service-center] little-cui merged pull request #1356: 用于双集群引擎同步debug-v2

2022-11-08 Thread GitBox
little-cui merged PR #1356: URL: https://github.com/apache/servicecomb-service-center/pull/1356 -- 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: commits-

[GitHub] [servicecomb-service-center] kkf1 opened a new pull request, #1356: 用于双集群引擎同步debug-v2

2022-11-08 Thread GitBox
kkf1 opened a new pull request, #1356: URL: https://github.com/apache/servicecomb-service-center/pull/1356 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

[GitHub] [servicecomb-java-chassis] pengye1207 opened a new issue, #3466: 微服务配置TLS通信,调用失败

2022-11-08 Thread GitBox
pengye1207 opened a new issue, #3466: URL: https://github.com/apache/servicecomb-java-chassis/issues/3466 项目使用servicecomb+springboot servicecomb:2.6.0 springboot:2.6.7 证书使用的openssl自签名证书,edge和业务使用了同一个ca证书签名的证书。 edge网关的TLS配置 ```yaml ssl.protocols: TLSv1.2 ssl.au

[servicecomb-java-chassis] branch master updated: [#3457]swaggerDifferent add post MicroserviceRegistrationEvent (#3465)

2022-11-08 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 9476c6df4 [#3457]swaggerDiffer

[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #3465: [#3457]swaggerDifferent add post MicroserviceRegistrationEvent

2022-11-08 Thread GitBox
liubao68 merged PR #3465: URL: https://github.com/apache/servicecomb-java-chassis/pull/3465 -- 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: commits-unsu

[servicecomb-pack] branch dependabot/maven/pack-dependencies/com.fasterxml.jackson.core-jackson-databind-2.14.0 created (now 8739b5b5)

2022-11-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/pack-dependencies/com.fasterxml.jackson.core-jackson-databind-2.14.0 in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git at 8739b5b5 Bump jackson-da

[GitHub] [servicecomb-pack] dependabot[bot] opened a new pull request, #770: Bump jackson-databind from 2.13.1 to 2.14.0 in /pack-dependencies

2022-11-08 Thread GitBox
dependabot[bot] opened a new pull request, #770: URL: https://github.com/apache/servicecomb-pack/pull/770 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.1 to 2.14.0. Commits See full diff in https://github.com/FasterXML/jackson/commits";>compare view

[servicecomb-pack] branch master updated: Bump protobuf-java from 3.19.2 to 3.19.6 in /pack-dependencies

2022-11-08 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 The following commit(s) were added to refs/heads/master by this push: new 77b30a72 Bump protobuf-java from 3.

[GitHub] [servicecomb-pack] WillemJiang merged pull request #768: SCB-2720 Bump protobuf-java from 3.19.2 to 3.19.6

2022-11-08 Thread GitBox
WillemJiang merged PR #768: URL: https://github.com/apache/servicecomb-pack/pull/768 -- 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: commits-unsubscr...

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #3449: 客户端在服务端注册契约过程中进行契约查询,查询到的契约信息不完整,影响业务正常请求

2022-11-08 Thread GitBox
liubao68 commented on issue #3449: URL: https://github.com/apache/servicecomb-java-chassis/issues/3449#issuecomment-1307086758 @yanghao605 是的。 数据不完整问题需要service center解决, 建议在之前,升级更新版本号。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

svn commit: r57883 - in /release/servicecomb/servicecomb-java-chassis: 1.3.10/ 2.8.1/ 2.8.2/

2022-11-08 Thread liubao
Author: liubao Date: Tue Nov 8 11:46:18 2022 New Revision: 57883 Log: release java chassis 2.8.2 and 1.3.10 Added: release/servicecomb/servicecomb-java-chassis/1.3.10/ release/servicecomb/servicecomb-java-chassis/1.3.10/apache-servicecomb-java-chassis-distribution-1.3.10-bin.zip (wit

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #3457: ServiceCenterRegistration注册成功时,有可能不推送MicroserviceRegistrationEvent

2022-11-08 Thread GitBox
liubao68 commented on issue #3457: URL: https://github.com/apache/servicecomb-java-chassis/issues/3457#issuecomment-1307059137 Yes. See https://github.com/apache/servicecomb-java-chassis/pull/3465. But why you use this event ? Maybe you need use MicroserviceInstanceRegisteredEvent

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #3454: 升级ServiceComb,从1.3升级到2.7.5的过程中遇到了一个问题

2022-11-08 Thread GitBox
liubao68 commented on issue #3454: URL: https://github.com/apache/servicecomb-java-chassis/issues/3454#issuecomment-1307056063 这个日志是 A -> B, A超时, B的日志吧? 可以抓一下堆栈看下, B在忙啥。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [servicecomb-java-chassis] edgar1170 commented on issue #3454: 升级ServiceComb,从1.3升级到2.7.5的过程中遇到了一个问题

2022-11-08 Thread GitBox
edgar1170 commented on issue #3454: URL: https://github.com/apache/servicecomb-java-chassis/issues/3454#issuecomment-1307034944 @liubao68 使用测试工具跑测试用例的时候,起初能够看到大量如下报错, 2022-11-07 11:38:37.565 ERROR 2268 --- [http-nio-10.0.3.113-8080-Poller] .c.b.h.TomcatConfig$TomcatThreadExecutor : 156 tom

[GitHub] [servicecomb-java-chassis] edgar1170 commented on issue #3454: 升级ServiceComb,从1.3升级到2.7.5的过程中遇到了一个问题

2022-11-08 Thread GitBox
edgar1170 commented on issue #3454: URL: https://github.com/apache/servicecomb-java-chassis/issues/3454#issuecomment-1307033743 @liubao68 -- 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 spe

[GitHub] [servicecomb-java-chassis] codecov-commenter commented on pull request #3417: Bump spring-boot-maven-plugin from 2.7.0 to 2.7.5

2022-11-08 Thread GitBox
codecov-commenter commented on PR #3417: URL: https://github.com/apache/servicecomb-java-chassis/pull/3417#issuecomment-1306877346 # [Codecov](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3417?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=

[servicecomb-java-chassis] branch dependabot/maven/org.springframework.boot-spring-boot-maven-plugin-2.7.5 updated (0330c5444 -> ec9228777)

2022-11-08 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-2.7.5 in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git discard 0330c5444 Bump spring-boot-ma

[servicecomb-java-chassis] branch master updated: Bump spotbugs-maven-plugin from 4.7.2.1 to 4.7.3.0 (#3458)

2022-11-08 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 ace422739 Bump spotbugs-mave

[GitHub] [servicecomb-java-chassis] Shoothzj merged pull request #3458: Bump spotbugs-maven-plugin from 4.7.2.1 to 4.7.3.0

2022-11-08 Thread GitBox
Shoothzj merged PR #3458: URL: https://github.com/apache/servicecomb-java-chassis/pull/3458 -- 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: commits-unsu

[GitHub] [servicecomb-java-chassis] chengyouling opened a new pull request, #3465: [#3457]swaggerDifferent add post MicroserviceRegistrationEvent

2022-11-08 Thread GitBox
chengyouling opened a new pull request, #3465: URL: https://github.com/apache/servicecomb-java-chassis/pull/3465 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) file

[servicecomb-java-chassis] branch master updated: [SCB-2489] Add dependeny bot ignore jersey (#3464)

2022-11-08 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 26f657876 [SCB-2489] Add dep

[GitHub] [servicecomb-java-chassis] Shoothzj merged pull request #3464: [SCB-2489] Add dependeny bot ignore jersey

2022-11-08 Thread GitBox
Shoothzj merged PR #3464: URL: https://github.com/apache/servicecomb-java-chassis/pull/3464 -- 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: commits-unsu

[GitHub] [servicecomb-service-center] little-cui commented on a diff in pull request #1355: Change: sc gov-resource pass-through Authorization to kie

2022-11-08 Thread GitBox
little-cui commented on code in PR #1355: URL: https://github.com/apache/servicecomb-service-center/pull/1355#discussion_r1016253746 ## server/resource/gov/gov_resource.go: ## @@ -119,10 +125,12 @@ func (t *Governance) ListOrDisPlay(w http.ResponseWriter, r *http.Request) {