[GitHub] [servicecomb-java-chassis] huxiaozheng opened a new issue, #2785: 如何让接口返回的byte[] 不被序列化成String?

2022-04-15 Thread GitBox


huxiaozheng opened a new issue, #2785:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2785

   当前的contentType:  application/json。新增一个接口,期望返回体是byte[]  
但最终结果却是String。是否有demo教程,如何针对不同的contentType做拓展?好像实现ProduceProcessor就行了?


-- 
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.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[servicecomb-pack] branch master updated: Bump junit from 4.12 to 4.13.1 in /pack-dependencies

2022-04-15 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 142aed27 Bump junit from 4.12 to 4.13.1 in /pack-dependencies
142aed27 is described below

commit 142aed27088ecbfd3f81e740b2533628061e07f7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 8 14:38:30 2022 +

Bump junit from 4.12 to 4.13.1 in /pack-dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- 
[Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] 
---
 pack-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pack-dependencies/pom.xml b/pack-dependencies/pom.xml
index 0222fec2..2c41dbfd 100644
--- a/pack-dependencies/pom.xml
+++ b/pack-dependencies/pom.xml
@@ -106,7 +106,7 @@
 2.23.4
 2.3.1
 3.0.4
-4.12
+4.13.1
 1.3
 3.0.0
 1.0.0



[GitHub] [servicecomb-pack] WillemJiang merged pull request #751: SCB-2453 Bump junit from 4.12 to 4.13.1 in /pack-dependencies

2022-04-15 Thread GitBox


WillemJiang merged PR #751:
URL: https://github.com/apache/servicecomb-pack/pull/751


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[servicecomb-java-chassis] tag 2.7.1 created (now 3487bb807)

2022-04-15 Thread liubao
This is an automated email from the ASF dual-hosted git repository.

liubao pushed a change to tag 2.7.1
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


  at 3487bb807 (commit)
No new revisions were added by this update.



[servicecomb-java-chassis] 01/01: release java chassis 2.7.1

2022-04-15 Thread liubao
This is an automated email from the ASF dual-hosted git repository.

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

commit 3487bb807692c3632fa1d2023b3b9037cb7959e1
Author: liubao 
AuthorDate: Fri Apr 15 09:53:12 2022 +0800

release java chassis 2.7.1
---
 archetypes/business-service-jaxrs/pom.xml   | 2 +-
 archetypes/business-service-pojo/pom.xml| 2 +-
 archetypes/business-service-spring-boot2-starter/pom.xml| 2 +-
 archetypes/business-service-springmvc/pom.xml   | 2 +-
 archetypes/pom.xml  | 2 +-
 clients/config-center-client/pom.xml| 2 +-
 clients/config-common/pom.xml   | 2 +-
 clients/config-kie-client/pom.xml   | 2 +-
 clients/http-client-common/pom.xml  | 2 +-
 clients/pom.xml | 2 +-
 clients/service-center-client/pom.xml   | 2 +-
 common/common-access-log/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| 2 +-
 demo/demo-crossapp/crossapp-client/pom.xml  | 2 +-
 demo/demo-crossapp/crossapp-server/pom.xml  | 2 +-
 demo/demo-crossapp/pom.xml  | 2 +-
 demo/demo-cse-v1/consumer/pom.xml   | 2 +-
 demo/demo-cse-v1/gateway/pom.xml| 2 +-
 demo/demo-cse-v1/pom.xml| 2 +-
 demo/demo-cse-v1/provider-canary/pom.xml| 2 +-
 demo/demo-cse-v1/provider/pom.xml   | 2 +-
 demo/demo-cse-v1/test-client/pom.xml| 2 +-
 demo/demo-cse-v2/consumer/pom.xml   | 2 +-
 demo/demo-cse-v2/gateway/pom.xml| 2 +-
 demo/demo-cse-v2/pom.xml| 2 +-
 demo/demo-cse-v2/provider/pom.xml   | 2 +-
 demo/demo-cse-v2/test-client/pom.xml| 2 +-
 demo/demo-edge/authentication/pom.xml   | 2 +-
 demo/demo-edge/business-1-1-0/pom.xml   | 2 +-
 demo/demo-edge/business-1.0.0/pom.xml   | 2 +-
 demo/demo-edge/business-2.0.0/pom.xml   | 2 +-
 demo/demo-edge/consumer/pom.xml | 2 +-
 demo/demo-edge/edge-service/pom.xml | 2 +-
 demo/demo-edge/model/pom.xml| 2 +-
 demo/demo-edge/pom.xml  | 2 +-
 demo/demo-filter/filter-client/pom.xml  | 2 +-
 demo/demo-filter/filter-server/pom.xml  | 2 +-
 demo/demo-filter/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-registry/demo-local-registry-client/pom.xml | 2 +-
 demo/demo-local-registry/demo-local-registry-server/pom.xml | 2 +-
 demo/demo-local-registry/pom.xml| 2 +-
 demo/demo-multi-registries/demo-multi-registries-client/pom.xml | 2 +-
 demo/demo-multi-registries/demo-multi-registries-server/pom.xml | 2 +-
 demo/demo-multi-registries/pom.xml  | 2 +-
 .../demo-multi-service-center-client/pom.xml| 2 +-
 .../demo-multi-service-center-serverA/pom.xml   | 2 +-
 .../demo-multi-service-center-serverB/pom.xml   | 2 +-
 demo/demo-multi-service-center/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 +-
 

[servicecomb-java-chassis] branch Branch_2.7.1 created (now 3487bb807)

2022-04-15 Thread liubao
This is an automated email from the ASF dual-hosted git repository.

liubao pushed a change to branch Branch_2.7.1
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


  at 3487bb807 release java chassis 2.7.1

This branch includes the following new commits:

 new 3487bb807 release java chassis 2.7.1

The 1 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.




[servicecomb-service-center] branch dependabot/npm_and_yarn/ux/minimist-1.2.6 created (now 365678d3)

2022-04-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/ux/minimist-1.2.6
in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git


  at 365678d3 Bump minimist from 1.2.5 to 1.2.6 in /ux

No new revisions were added by this update.



[GitHub] [servicecomb-service-center] dependabot[bot] opened a new pull request, #1293: Bump minimist from 1.2.5 to 1.2.6 in /ux

2022-04-15 Thread GitBox


dependabot[bot] opened a new pull request, #1293:
URL: https://github.com/apache/servicecomb-service-center/pull/1293

   Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
   
   Commits
   
   https://github.com/substack/minimist/commit/7efb22a518b53b06f5b02a1038a88bd6290c2846;>7efb22a
 1.2.6
   https://github.com/substack/minimist/commit/ef88b9325f77b5ee643ccfc97e2ebda577e4c4e2;>ef88b93
 security notice for additional prototype pollution issue
   https://github.com/substack/minimist/commit/c2b981977fa834b223b408cfb860f933c9811e4d;>c2b9819
 isConstructorOrProto adapted from PR
   https://github.com/substack/minimist/commit/bc8ecee43875261f4f17eb20b1243d3ed15e70eb;>bc8ecee
 test from prototype pollution PR
   See full diff in https://github.com/substack/minimist/compare/1.2.5...1.2.6;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=minimist=npm_and_yarn=1.2.5=1.2.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   - `@dependabot use these labels` will set the current labels as the default 
for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the 
default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the 
default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the 
default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security 
Alerts 
page](https://github.com/apache/servicecomb-service-center/network/alerts).
   
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [servicecomb-docs] YOC19970520 opened a new issue, #265: 应用性能监控指导文档出有一处错误

2022-04-15 Thread GitBox


YOC19970520 opened a new issue, #265:
URL: https://github.com/apache/servicecomb-docs/issues/265

   ```
   servicecomb:
   metrics:
   prometheus:
   address: 9696
   ```
   此处的address应该为完整的ip+port, 不然会报create http public server failed, bad address : 
" +address的异常


-- 
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.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org