Re: [PR] build: Add GitHub Actions workflow [dubbo-spi-extensions]

2024-03-30 Thread via GitHub


songxiaosheng merged PR #300:
URL: https://github.com/apache/dubbo-spi-extensions/pull/300


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [I] [Bug] 同等条件下,压测效果(QPS/RT)dubbo3不如dubbo2表现好 [dubbo]

2024-03-30 Thread via GitHub


AlbumenJ commented on issue #14013:
URL: https://github.com/apache/dubbo/issues/14013#issuecomment-2028569250

   Please submit the issue in English. 


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [I] [Bug] 同等条件下,压测效果(QPS/RT)dubbo3不如dubbo2表现好 [dubbo]

2024-03-30 Thread via GitHub


AlbumenJ closed issue #14013: [Bug] 同等条件下,压测效果(QPS/RT)dubbo3不如dubbo2表现好
URL: https://github.com/apache/dubbo/issues/14013


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



[PR] Merge CommonConfigPostProcessor and ConfigPostProcessor [dubbo]

2024-03-30 Thread via GitHub


heliang666s opened a new pull request, #14014:
URL: https://github.com/apache/dubbo/pull/14014

   ## What is the purpose of the change
   
   Merge CommonConfigPostProcessor and ConfigPostProcessor #13959 
   
   ## Brief changelog
   * create 
src/main/java/org/apache/dubbo/config/CommonConfigPostProcessor.java;(because 
there is no CommonConfigPostProcessor but need to merge)
   * move ConfigPostProcessor to 
src/main/java/org/apache/dubbo/config/CommonConfigPostProcessor.java;
   * Modify dependencies
   ## Verifying this change
   it is ok;
   
   
   
   ## Checklist
   - [✓] Make sure there is a 
[GitHub_issue](https://github.com/apache/dubbo/issues) field for the change 
(usually before you start working on it). Trivial changes like typos do not 
require a GitHub issue. Your pull request should address just this issue, 
without pulling in other changes - one PR resolves one issue.
   - [✓] Each commit in the pull request should have a meaningful subject line 
and body.
   - [✓] Write a pull request description that is detailed enough to understand 
what the pull request does, how, and why.
   - [✓] Check if is necessary to patch to Dubbo 3 if you are work on Dubbo 2.7
   - [✓] Write necessary unit-test to verify your logic correction, more mock a 
little better when cross module dependency exist. If the new feature or 
significant change is committed, please remember to add sample in [dubbo 
samples](https://github.com/apache/dubbo-samples) project.
   - [✓] Add some description to 
[dubbo-website](https://github.com/apache/dubbo-website) project if you are 
requesting to add a feature.
   - [✓] GitHub Actions works fine on your own branch.
   - [✓] If this contribution is large, please follow the [Software Donation 
Guide](https://github.com/apache/dubbo/wiki/Software-donation-guide).
   


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



[PR] add native test quick start doc [dubbo-samples]

2024-03-30 Thread via GitHub


FoghostCn opened a new pull request, #1122:
URL: https://github.com/apache/dubbo-samples/pull/1122

add native test quick start doc


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [I] 客户端发起调用时配置重试次数时不生效 [dubbo-go]

2024-03-30 Thread via GitHub


binksBrew commented on issue #2598:
URL: https://github.com/apache/dubbo-go/issues/2598#issuecomment-2028537886

   resp, err := svc.Greet(context.Background(), &greet.GreetRequest{Name: 
"correct name"}, client.WithCallRetries(1))
   if err != nil {
   logger.Errorf("call Greet failed, err: %s", err.Error())
   }


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] Bump org.apache.dubbo:dubbo from 3.1.7 to 3.1.11 in /java_interop/protobuf-triple/java/java-server [dubbo-go-samples]

2024-03-30 Thread via GitHub


dependabot[bot] commented on PR #743:
URL: https://github.com/apache/dubbo-go-samples/pull/743#issuecomment-2028537855

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`. You can also ignore 
all major, minor, or patch releases for a dependency by adding an [`ignore` 
condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore)
 with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] Bump com.google.protobuf:protobuf-java from 3.19.4 to 3.19.6 in /java_interop/protobuf-triple/java/java-server [dubbo-go-samples]

2024-03-30 Thread via GitHub


dependabot[bot] commented on PR #746:
URL: https://github.com/apache/dubbo-go-samples/pull/746#issuecomment-2028537860

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`. You can also ignore 
all major, minor, or patch releases for a dependency by adding an [`ignore` 
condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore)
 with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] Bump org.apache.dubbo:dubbo from 3.1.7 to 3.1.11 in /java_interop/protobuf-triple/java [dubbo-go-samples]

2024-03-30 Thread via GitHub


dependabot[bot] commented on PR #744:
URL: https://github.com/apache/dubbo-go-samples/pull/744#issuecomment-2028537857

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`. You can also ignore 
all major, minor, or patch releases for a dependency by adding an [`ignore` 
condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore)
 with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] Bump org.apache.dubbo:dubbo from 3.1.7 to 3.1.11 in /java_interop/protobuf-triple/java/java-server [dubbo-go-samples]

2024-03-30 Thread via GitHub


chickenlj closed pull request #743: Bump org.apache.dubbo:dubbo from 3.1.7 to 
3.1.11 in /java_interop/protobuf-triple/java/java-server
URL: https://github.com/apache/dubbo-go-samples/pull/743


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] Bump junit:junit from 4.13 to 4.13.1 in /java_interop/protobuf-triple/java [dubbo-go-samples]

2024-03-30 Thread via GitHub


dependabot[bot] commented on PR #741:
URL: https://github.com/apache/dubbo-go-samples/pull/741#issuecomment-2028537850

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`. You can also ignore 
all major, minor, or patch releases for a dependency by adding an [`ignore` 
condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore)
 with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] Bump com.google.protobuf:protobuf-java from 3.19.4 to 3.19.6 in /java_interop/protobuf-triple/java [dubbo-go-samples]

2024-03-30 Thread via GitHub


dependabot[bot] commented on PR #745:
URL: https://github.com/apache/dubbo-go-samples/pull/745#issuecomment-2028537859

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`. You can also ignore 
all major, minor, or patch releases for a dependency by adding an [`ignore` 
condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore)
 with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] Bump junit:junit from 4.13 to 4.13.1 in /java_interop/protobuf-triple/java/java-server [dubbo-go-samples]

2024-03-30 Thread via GitHub


dependabot[bot] commented on PR #742:
URL: https://github.com/apache/dubbo-go-samples/pull/742#issuecomment-2028537853

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`. You can also ignore 
all major, minor, or patch releases for a dependency by adding an [`ignore` 
condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore)
 with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] Bump com.google.protobuf:protobuf-java from 3.19.4 to 3.19.6 in /java_interop/protobuf-triple/java [dubbo-go-samples]

2024-03-30 Thread via GitHub


chickenlj closed pull request #745: Bump com.google.protobuf:protobuf-java from 
3.19.4 to 3.19.6 in /java_interop/protobuf-triple/java
URL: https://github.com/apache/dubbo-go-samples/pull/745


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] Bump com.google.protobuf:protobuf-java from 3.19.4 to 3.19.6 in /java_interop/protobuf-triple/java/java-server [dubbo-go-samples]

2024-03-30 Thread via GitHub


chickenlj closed pull request #746: Bump com.google.protobuf:protobuf-java from 
3.19.4 to 3.19.6 in /java_interop/protobuf-triple/java/java-server
URL: https://github.com/apache/dubbo-go-samples/pull/746


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] Bump org.apache.dubbo:dubbo from 3.1.7 to 3.1.11 in /java_interop/protobuf-triple/java [dubbo-go-samples]

2024-03-30 Thread via GitHub


chickenlj closed pull request #744: Bump org.apache.dubbo:dubbo from 3.1.7 to 
3.1.11 in /java_interop/protobuf-triple/java
URL: https://github.com/apache/dubbo-go-samples/pull/744


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] Bump junit:junit from 4.13 to 4.13.1 in /java_interop/protobuf-triple/java [dubbo-go-samples]

2024-03-30 Thread via GitHub


chickenlj closed pull request #741: Bump junit:junit from 4.13 to 4.13.1 in 
/java_interop/protobuf-triple/java
URL: https://github.com/apache/dubbo-go-samples/pull/741


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] Bump junit:junit from 4.13 to 4.13.1 in /java_interop/protobuf-triple/java/java-server [dubbo-go-samples]

2024-03-30 Thread via GitHub


chickenlj closed pull request #742: Bump junit:junit from 4.13 to 4.13.1 in 
/java_interop/protobuf-triple/java/java-server
URL: https://github.com/apache/dubbo-go-samples/pull/742


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] chore(deps): bump com.google.protobuf:protobuf-java from 3.19.4 to 3.19.6 in /service_discovery/service/java-server [dubbo-go-samples]

2024-03-30 Thread via GitHub


dependabot[bot] commented on PR #738:
URL: https://github.com/apache/dubbo-go-samples/pull/738#issuecomment-2028537610

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`. You can also ignore 
all major, minor, or patch releases for a dependency by adding an [`ignore` 
condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore)
 with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] chore(deps-dev): bump junit:junit from 4.13 to 4.13.1 in /service_discovery/service/java-client [dubbo-go-samples]

2024-03-30 Thread via GitHub


dependabot[bot] commented on PR #736:
URL: https://github.com/apache/dubbo-go-samples/pull/736#issuecomment-2028537604

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`. You can also ignore 
all major, minor, or patch releases for a dependency by adding an [`ignore` 
condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore)
 with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] chore(deps-dev): bump junit:junit from 4.13 to 4.13.1 in /service_discovery/service/java-server [dubbo-go-samples]

2024-03-30 Thread via GitHub


dependabot[bot] commented on PR #737:
URL: https://github.com/apache/dubbo-go-samples/pull/737#issuecomment-2028537607

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`. You can also ignore 
all major, minor, or patch releases for a dependency by adding an [`ignore` 
condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore)
 with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] chore(deps): bump com.google.protobuf:protobuf-java from 3.19.4 to 3.19.6 in /service_discovery/interface/java-server [dubbo-go-samples]

2024-03-30 Thread via GitHub


dependabot[bot] commented on PR #734:
URL: https://github.com/apache/dubbo-go-samples/pull/734#issuecomment-2028537601

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`. You can also ignore 
all major, minor, or patch releases for a dependency by adding an [`ignore` 
condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore)
 with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] chore(deps): bump com.google.protobuf:protobuf-java from 3.19.4 to 3.19.6 in /service_discovery/service/java-client [dubbo-go-samples]

2024-03-30 Thread via GitHub


dependabot[bot] commented on PR #735:
URL: https://github.com/apache/dubbo-go-samples/pull/735#issuecomment-2028537603

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`. You can also ignore 
all major, minor, or patch releases for a dependency by adding an [`ignore` 
condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore)
 with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] chore(deps): bump com.google.protobuf:protobuf-java from 3.19.4 to 3.19.6 in /service_discovery/service/java-server [dubbo-go-samples]

2024-03-30 Thread via GitHub


chickenlj closed pull request #738: chore(deps): bump 
com.google.protobuf:protobuf-java from 3.19.4 to 3.19.6 in 
/service_discovery/service/java-server
URL: https://github.com/apache/dubbo-go-samples/pull/738


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] chore(deps-dev): bump junit:junit from 4.13 to 4.13.1 in /service_discovery/service/java-server [dubbo-go-samples]

2024-03-30 Thread via GitHub


chickenlj closed pull request #737: chore(deps-dev): bump junit:junit from 4.13 
to 4.13.1 in /service_discovery/service/java-server
URL: https://github.com/apache/dubbo-go-samples/pull/737


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] chore(deps-dev): bump junit:junit from 4.13 to 4.13.1 in /service_discovery/service/java-client [dubbo-go-samples]

2024-03-30 Thread via GitHub


chickenlj closed pull request #736: chore(deps-dev): bump junit:junit from 4.13 
to 4.13.1 in /service_discovery/service/java-client
URL: https://github.com/apache/dubbo-go-samples/pull/736


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] chore(deps): bump com.google.protobuf:protobuf-java from 3.19.4 to 3.19.6 in /service_discovery/interface/java-server [dubbo-go-samples]

2024-03-30 Thread via GitHub


chickenlj closed pull request #734: chore(deps): bump 
com.google.protobuf:protobuf-java from 3.19.4 to 3.19.6 in 
/service_discovery/interface/java-server
URL: https://github.com/apache/dubbo-go-samples/pull/734


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] chore(deps): bump com.google.protobuf:protobuf-java from 3.19.4 to 3.19.6 in /service_discovery/service/java-client [dubbo-go-samples]

2024-03-30 Thread via GitHub


chickenlj closed pull request #735: chore(deps): bump 
com.google.protobuf:protobuf-java from 3.19.4 to 3.19.6 in 
/service_discovery/service/java-client
URL: https://github.com/apache/dubbo-go-samples/pull/735


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



[PR] Bump com.google.protobuf:protobuf-java from 3.19.4 to 3.19.6 in /java_interop/protobuf-triple/java [dubbo-go-samples]

2024-03-30 Thread via GitHub


dependabot[bot] opened a new pull request, #745:
URL: https://github.com/apache/dubbo-go-samples/pull/745

   Bumps 
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
 from 3.19.4 to 3.19.6.
   
   Release notes
   Sourced from https://github.com/protocolbuffers/protobuf/releases";>com.google.protobuf:protobuf-java's
 releases.
   
   Protocol Buffers v3.19.6
   Java
   
   Refactoring java full runtime to reuse sub-message builders and prepare 
to
   migrate parsing logic from parse constructor to builder.
   Move proto wireformat parsing functionality from the private 
"parsing
   constructor" to the Builder class.
   Change the Lite runtime to prefer merging from the wireformat into 
mutable
   messages rather than building up a new immutable object before merging. This
   way results in fewer allocations and copy operations.
   Make message-type extensions merge from wire-format instead of building 
up
   instances and merging afterwards. This has much better performance.
   Fix TextFormat parser to build up recurring (but supposedly not repeated)
   sub-messages directly from text rather than building a new sub-message and
   merging the fully formed message into the existing field.
   This release addresses a https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-h4h5-3hr4-j3g2";>Security
 Advisory for Java users
   
   Protocol Buffers v3.19.5
   C++
   
   Reduce memory consumption of MessageSet parsing
   This release addresses a https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-8gq9-2x98-w8hf";>Security
 Advisory for C++ and Python users
   
   
   
   
   Commits
   
   https://github.com/protocolbuffers/protobuf/commit/5cba162a5d93f8df786d828621019e03e50edb4f";>5cba162
 Updating version.json and repo version numbers to: 19.6
   https://github.com/protocolbuffers/protobuf/commit/b0e8e607dc1ace17c823276d3384eeda775bbd76";>b0e8e60
 Refactoring Java parsing (3.19.x) (https://redirect.github.com/protocolbuffers/protobuf/issues/10667";>#10667)
   https://github.com/protocolbuffers/protobuf/commit/30b9f88f003f327822b3032a844cff1ad23ec487";>30b9f88
 Merge pull request https://redirect.github.com/protocolbuffers/protobuf/issues/10603";>#10603
 from deannagarcia/3.19.x
   https://github.com/protocolbuffers/protobuf/commit/80dbdd7561b184a8231f4886e630b7221b0b";>80d
 Merge pull request https://redirect.github.com/protocolbuffers/protobuf/issues/10606";>#10606
 from deannagarcia/buildZip19
   https://github.com/protocolbuffers/protobuf/commit/0661cc41dc65545938515f7e3944e1b4ea4618e5";>0661cc4
 Use local artifacts
   https://github.com/protocolbuffers/protobuf/commit/184f584b0a1d7c3c22757084c721f503214bbcbf";>184f584
 Fix spelling
   https://github.com/protocolbuffers/protobuf/commit/9e8d5f10977397411dbe9bba9cb0c60c2c427b53";>9e8d5f1
 Merge pull request https://redirect.github.com/protocolbuffers/protobuf/issues/10574";>#10574
 from deannagarcia/3.19.x
   https://github.com/protocolbuffers/protobuf/commit/8b17db185c09c0929a67f45adab9c1a50f285c1e";>8b17db1
 Merge pull request https://redirect.github.com/protocolbuffers/protobuf/issues/10578";>#10578
 from protocolbuffers/3.19.x-202209141437
   https://github.com/protocolbuffers/protobuf/commit/b1135aa41280dba9d61637e643ed97eab218acab";>b1135aa
 Update version.json to: 19.6-dev
   https://github.com/protocolbuffers/protobuf/commit/23865cde2f142eb286a079fb048d332aeea7056a";>23865cd
 Make release script executable
   Additional commits viewable in https://github.com/protocolbuffers/protobuf/compare/v3.19.4...v3.19.6";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=maven&previous-version=3.19.4&new-version=3.19.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 show  

[PR] Bump com.google.protobuf:protobuf-java from 3.19.4 to 3.19.6 in /java_interop/protobuf-triple/java/java-server [dubbo-go-samples]

2024-03-30 Thread via GitHub


dependabot[bot] opened a new pull request, #746:
URL: https://github.com/apache/dubbo-go-samples/pull/746

   Bumps 
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
 from 3.19.4 to 3.19.6.
   
   Release notes
   Sourced from https://github.com/protocolbuffers/protobuf/releases";>com.google.protobuf:protobuf-java's
 releases.
   
   Protocol Buffers v3.19.6
   Java
   
   Refactoring java full runtime to reuse sub-message builders and prepare 
to
   migrate parsing logic from parse constructor to builder.
   Move proto wireformat parsing functionality from the private 
"parsing
   constructor" to the Builder class.
   Change the Lite runtime to prefer merging from the wireformat into 
mutable
   messages rather than building up a new immutable object before merging. This
   way results in fewer allocations and copy operations.
   Make message-type extensions merge from wire-format instead of building 
up
   instances and merging afterwards. This has much better performance.
   Fix TextFormat parser to build up recurring (but supposedly not repeated)
   sub-messages directly from text rather than building a new sub-message and
   merging the fully formed message into the existing field.
   This release addresses a https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-h4h5-3hr4-j3g2";>Security
 Advisory for Java users
   
   Protocol Buffers v3.19.5
   C++
   
   Reduce memory consumption of MessageSet parsing
   This release addresses a https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-8gq9-2x98-w8hf";>Security
 Advisory for C++ and Python users
   
   
   
   
   Commits
   
   https://github.com/protocolbuffers/protobuf/commit/5cba162a5d93f8df786d828621019e03e50edb4f";>5cba162
 Updating version.json and repo version numbers to: 19.6
   https://github.com/protocolbuffers/protobuf/commit/b0e8e607dc1ace17c823276d3384eeda775bbd76";>b0e8e60
 Refactoring Java parsing (3.19.x) (https://redirect.github.com/protocolbuffers/protobuf/issues/10667";>#10667)
   https://github.com/protocolbuffers/protobuf/commit/30b9f88f003f327822b3032a844cff1ad23ec487";>30b9f88
 Merge pull request https://redirect.github.com/protocolbuffers/protobuf/issues/10603";>#10603
 from deannagarcia/3.19.x
   https://github.com/protocolbuffers/protobuf/commit/80dbdd7561b184a8231f4886e630b7221b0b";>80d
 Merge pull request https://redirect.github.com/protocolbuffers/protobuf/issues/10606";>#10606
 from deannagarcia/buildZip19
   https://github.com/protocolbuffers/protobuf/commit/0661cc41dc65545938515f7e3944e1b4ea4618e5";>0661cc4
 Use local artifacts
   https://github.com/protocolbuffers/protobuf/commit/184f584b0a1d7c3c22757084c721f503214bbcbf";>184f584
 Fix spelling
   https://github.com/protocolbuffers/protobuf/commit/9e8d5f10977397411dbe9bba9cb0c60c2c427b53";>9e8d5f1
 Merge pull request https://redirect.github.com/protocolbuffers/protobuf/issues/10574";>#10574
 from deannagarcia/3.19.x
   https://github.com/protocolbuffers/protobuf/commit/8b17db185c09c0929a67f45adab9c1a50f285c1e";>8b17db1
 Merge pull request https://redirect.github.com/protocolbuffers/protobuf/issues/10578";>#10578
 from protocolbuffers/3.19.x-202209141437
   https://github.com/protocolbuffers/protobuf/commit/b1135aa41280dba9d61637e643ed97eab218acab";>b1135aa
 Update version.json to: 19.6-dev
   https://github.com/protocolbuffers/protobuf/commit/23865cde2f142eb286a079fb048d332aeea7056a";>23865cd
 Make release script executable
   Additional commits viewable in https://github.com/protocolbuffers/protobuf/compare/v3.19.4...v3.19.6";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=maven&previous-version=3.19.4&new-version=3.19.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 show  

[PR] Bump junit:junit from 4.13 to 4.13.1 in /java_interop/protobuf-triple/java [dubbo-go-samples]

2024-03-30 Thread via GitHub


dependabot[bot] opened a new pull request, #741:
URL: https://github.com/apache/dubbo-go-samples/pull/741

   Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.13 to 
4.13.1.
   
   Release notes
   Sourced from https://github.com/junit-team/junit4/releases";>junit:junit's 
releases.
   
   JUnit 4.13.1
   Please refer to the https://github.com/junit-team/junit/blob/HEAD/doc/ReleaseNotes4.13.1.md";>release
 notes for details.
   
   
   
   Changelog
   Sourced from https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md";>junit:junit's
 changelog.
   
   Summary of changes in version 4.13.1
   Rules
   Security fix: TemporaryFolder now limits access to 
temporary folders on Java 1.7 or later
   A local information disclosure vulnerability in 
TemporaryFolder has been fixed. See the published https://github.com/junit-team/junit4/security/advisories/GHSA-269g-pwp5-87pp";>security
 advisory for details.
   Test Runners
   [Pull request https://redirect.github.com/junit-team/junit4/issues/1669";>#1669:](https://redirect.github.com/junit-team/junit/pull/1669";>junit-team/junit#1669)
 Make FrameworkField constructor public
   Prior to this change, custom runners could make 
FrameworkMethod instances, but not FrameworkField 
instances. This small change allows for both now, because 
FrameworkField's constructor has been promoted from 
package-private to public.
   
   
   
   Commits
   
   https://github.com/junit-team/junit4/commit/1b683f4ec07bcfa40149f086d32240f805487e66";>1b683f4
 [maven-release-plugin] prepare release r4.13.1
   https://github.com/junit-team/junit4/commit/ce6ce3aadc070db2902698fe0d3dc6729cd631f2";>ce6ce3a
 Draft 4.13.1 release notes
   https://github.com/junit-team/junit4/commit/c29dd8239d6b353e699397eb090a1fd27411fa24";>c29dd82
 Change version to 4.13.1-SNAPSHOT
   https://github.com/junit-team/junit4/commit/1d174861f0b64f97ab0722bb324a760bfb02f567";>1d17486
 Add a link to assertThrows in exception testing
   https://github.com/junit-team/junit4/commit/543905df72ff10364b94dda27552efebf3dd04e9";>543905d
 Use separate line for annotation in Javadoc
   https://github.com/junit-team/junit4/commit/510e906b391e7e46a346e1c852416dc7be934944";>510e906
 Add sub headlines to class Javadoc
   https://github.com/junit-team/junit4/commit/610155b8c22138329f0723eec22521627dbc52ae";>610155b
 Merge pull request from GHSA-269g-pwp5-87pp
   https://github.com/junit-team/junit4/commit/b6cfd1e3d736cc2106242a8be799615b472c7fec";>b6cfd1e
 Explicitly wrap float parameter for consistency (https://redirect.github.com/junit-team/junit4/issues/1671";>#1671)
   https://github.com/junit-team/junit4/commit/a5d205c7956dbed302b3bb5ecde5ba4299f0b646";>a5d205c
 Fix GitHub link in FAQ (https://redirect.github.com/junit-team/junit4/issues/1672";>#1672)
   https://github.com/junit-team/junit4/commit/3a5c6b4d08f408c8ca6a8e0bae71a9bc5a8f97e8";>3a5c6b4
 Deprecated since jdk9 replacing constructor instance of Double and Float (https://redirect.github.com/junit-team/junit4/issues/1660";>#1660)
   Additional commits viewable in https://github.com/junit-team/junit4/compare/r4.13...r4.13.1";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=junit:junit&package-manager=maven&previous-version=4.13&new-version=4.13.1)](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 show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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 

[PR] Bump org.apache.dubbo:dubbo from 3.1.7 to 3.1.11 in /java_interop/protobuf-triple/java/java-server [dubbo-go-samples]

2024-03-30 Thread via GitHub


dependabot[bot] opened a new pull request, #743:
URL: https://github.com/apache/dubbo-go-samples/pull/743

   Bumps [org.apache.dubbo:dubbo](https://github.com/apache/dubbo) from 3.1.7 
to 3.1.11.
   
   Release notes
   Sourced from https://github.com/apache/dubbo/releases";>org.apache.dubbo:dubbo's 
releases.
   
   dubbo-3.1.11
   What's Changed
   
   Enhance logs by https://github.com/AlbumenJ";>@​AlbumenJ in https://redirect.github.com/apache/dubbo/pull/12682";>apache/dubbo#12682
   Use random id by https://github.com/AlbumenJ";>@​AlbumenJ in https://redirect.github.com/apache/dubbo/pull/12663";>apache/dubbo#12663
   
   Full Changelog: https://github.com/apache/dubbo/compare/dubbo-3.1.10...dubbo-3.1.11";>https://github.com/apache/dubbo/compare/dubbo-3.1.10...dubbo-3.1.11
   dubbo-3.1.10
   What's Changed
   
   Fix native ci for scheduled by https://github.com/CrazyHZM";>@​CrazyHZM in https://redirect.github.com/apache/dubbo/pull/11932";>apache/dubbo#11932
   [3.1] Fix https://redirect.github.com/apache/dubbo/issues/11524";>#11524 (https://redirect.github.com/apache/dubbo/issues/11524";>#11524) by https://github.com/ZhaoGZzzz";>@​ZhaoGZzzz in https://redirect.github.com/apache/dubbo/pull/11936";>apache/dubbo#11936
   triple serialize check by https://github.com/EarthChen";>@​EarthChen in https://redirect.github.com/apache/dubbo/pull/11984";>apache/dubbo#11984
   Fix abstractServiceDiscovery update exception caused by loading order by 
https://github.com/xieshouyu";>@​xieshouyu in https://redirect.github.com/apache/dubbo/pull/12033";>apache/dubbo#12033
   1、fix after offline and online error by https://github.com/xieshouyu";>@​xieshouyu in https://redirect.github.com/apache/dubbo/pull/12044";>apache/dubbo#12044
   Fix serializable check & Add test cases by https://github.com/AlbumenJ";>@​AlbumenJ in https://redirect.github.com/apache/dubbo/pull/12054";>apache/dubbo#12054
   Remove unused code by https://github.com/EarthChen";>@​EarthChen in https://redirect.github.com/apache/dubbo/pull/11459";>apache/dubbo#11459
   Fix tri headerfilter 3.1 by https://github.com/EarthChen";>@​EarthChen in https://redirect.github.com/apache/dubbo/pull/12070";>apache/dubbo#12070
   M1 support by https://github.com/guohao";>@​guohao in https://redirect.github.com/apache/dubbo/pull/12086";>apache/dubbo#12086
   fix tri stub exception by https://github.com/EarthChen";>@​EarthChen in https://redirect.github.com/apache/dubbo/pull/12093";>apache/dubbo#12093
   
   New Contributors
   
   https://github.com/ZhaoGZzzz";>@​ZhaoGZzzz made 
their first contribution in https://redirect.github.com/apache/dubbo/pull/11936";>apache/dubbo#11936
   
   Full Changelog: https://github.com/apache/dubbo/compare/dubbo-3.1.9...dubbo-3.1.10";>https://github.com/apache/dubbo/compare/dubbo-3.1.9...dubbo-3.1.10
   dubbo-3.1.9
   What's Changed
   
   Fix 2.6.x LoadBalance SPI not work by https://github.com/wegod";>@​wegod in https://redirect.github.com/apache/dubbo/pull/11730";>apache/dubbo#11730
   Fix bug issue https://redirect.github.com/apache/dubbo/issues/11790";>#11790 by https://github.com/mytang0";>@​mytang0 in https://redirect.github.com/apache/dubbo/pull/11824";>apache/dubbo#11824
   [Triple] Fix client can not get error when deserialize response failed 
by https://github.com/guohao";>@​guohao in https://redirect.github.com/apache/dubbo/pull/11838";>apache/dubbo#11838
   
   New Contributors
   
   https://github.com/wegod";>@​wegod made their 
first contribution in https://redirect.github.com/apache/dubbo/pull/11730";>apache/dubbo#11730
   
   Full Changelog: https://github.com/apache/dubbo/compare/dubbo-3.1.8...dubbo-3.1.9";>https://github.com/apache/dubbo/compare/dubbo-3.1.8...dubbo-3.1.9
   dubbo-3.1.8
   What's Changed
   Bugfix
   
   Fix customized executor paramters may not work by https://github.com/aamingaa";>@​aamingaa in https://redirect.github.com/apache/dubbo/pull/11652";>apache/dubbo#11652
   Fix service name check ignore sub string by https://github.com/aamingaa";>@​aamingaa in https://redirect.github.com/apache/dubbo/pull/11643";>apache/dubbo#11643
   Fix tri wrapper pack npe by https://github.com/EarthChen";>@​EarthChen in https://redirect.github.com/apache/dubbo/pull/11656";>apache/dubbo#11656
   Fix qos ByteBuf leak by https://github.com/mytang0";>@​mytang0 in https://redirect.github.com/apache/dubbo/pull/11714";>apache/dubbo#11714
   Fix metadata proxy load filter by https://github.com/AlbumenJ";>@​AlbumenJ in https://redirect.github.com/apache/dubbo/pull/11769";>apache/dubbo#11769
   Fix recreate client after destroy by https://github.com/AlbumenJ";>@​AlbumenJ in https://redirect.github.com/apache/dubbo/pull/11780";>apache/dubbo#11780
   Sync when destroy by https://github.com/AlbumenJ";>@​AlbumenJ in https://redirect.github.com/apache/dubbo/pull/11783";>apache/dubbo#11783
   Fix https://redirect.github.com/apache/dubbo/issues/11767";>#11767,  
restore the original parameter pair instead of giving

[PR] Bump org.apache.dubbo:dubbo from 3.1.7 to 3.1.11 in /java_interop/protobuf-triple/java [dubbo-go-samples]

2024-03-30 Thread via GitHub


dependabot[bot] opened a new pull request, #744:
URL: https://github.com/apache/dubbo-go-samples/pull/744

   Bumps [org.apache.dubbo:dubbo](https://github.com/apache/dubbo) from 3.1.7 
to 3.1.11.
   
   Release notes
   Sourced from https://github.com/apache/dubbo/releases";>org.apache.dubbo:dubbo's 
releases.
   
   dubbo-3.1.11
   What's Changed
   
   Enhance logs by https://github.com/AlbumenJ";>@​AlbumenJ in https://redirect.github.com/apache/dubbo/pull/12682";>apache/dubbo#12682
   Use random id by https://github.com/AlbumenJ";>@​AlbumenJ in https://redirect.github.com/apache/dubbo/pull/12663";>apache/dubbo#12663
   
   Full Changelog: https://github.com/apache/dubbo/compare/dubbo-3.1.10...dubbo-3.1.11";>https://github.com/apache/dubbo/compare/dubbo-3.1.10...dubbo-3.1.11
   dubbo-3.1.10
   What's Changed
   
   Fix native ci for scheduled by https://github.com/CrazyHZM";>@​CrazyHZM in https://redirect.github.com/apache/dubbo/pull/11932";>apache/dubbo#11932
   [3.1] Fix https://redirect.github.com/apache/dubbo/issues/11524";>#11524 (https://redirect.github.com/apache/dubbo/issues/11524";>#11524) by https://github.com/ZhaoGZzzz";>@​ZhaoGZzzz in https://redirect.github.com/apache/dubbo/pull/11936";>apache/dubbo#11936
   triple serialize check by https://github.com/EarthChen";>@​EarthChen in https://redirect.github.com/apache/dubbo/pull/11984";>apache/dubbo#11984
   Fix abstractServiceDiscovery update exception caused by loading order by 
https://github.com/xieshouyu";>@​xieshouyu in https://redirect.github.com/apache/dubbo/pull/12033";>apache/dubbo#12033
   1、fix after offline and online error by https://github.com/xieshouyu";>@​xieshouyu in https://redirect.github.com/apache/dubbo/pull/12044";>apache/dubbo#12044
   Fix serializable check & Add test cases by https://github.com/AlbumenJ";>@​AlbumenJ in https://redirect.github.com/apache/dubbo/pull/12054";>apache/dubbo#12054
   Remove unused code by https://github.com/EarthChen";>@​EarthChen in https://redirect.github.com/apache/dubbo/pull/11459";>apache/dubbo#11459
   Fix tri headerfilter 3.1 by https://github.com/EarthChen";>@​EarthChen in https://redirect.github.com/apache/dubbo/pull/12070";>apache/dubbo#12070
   M1 support by https://github.com/guohao";>@​guohao in https://redirect.github.com/apache/dubbo/pull/12086";>apache/dubbo#12086
   fix tri stub exception by https://github.com/EarthChen";>@​EarthChen in https://redirect.github.com/apache/dubbo/pull/12093";>apache/dubbo#12093
   
   New Contributors
   
   https://github.com/ZhaoGZzzz";>@​ZhaoGZzzz made 
their first contribution in https://redirect.github.com/apache/dubbo/pull/11936";>apache/dubbo#11936
   
   Full Changelog: https://github.com/apache/dubbo/compare/dubbo-3.1.9...dubbo-3.1.10";>https://github.com/apache/dubbo/compare/dubbo-3.1.9...dubbo-3.1.10
   dubbo-3.1.9
   What's Changed
   
   Fix 2.6.x LoadBalance SPI not work by https://github.com/wegod";>@​wegod in https://redirect.github.com/apache/dubbo/pull/11730";>apache/dubbo#11730
   Fix bug issue https://redirect.github.com/apache/dubbo/issues/11790";>#11790 by https://github.com/mytang0";>@​mytang0 in https://redirect.github.com/apache/dubbo/pull/11824";>apache/dubbo#11824
   [Triple] Fix client can not get error when deserialize response failed 
by https://github.com/guohao";>@​guohao in https://redirect.github.com/apache/dubbo/pull/11838";>apache/dubbo#11838
   
   New Contributors
   
   https://github.com/wegod";>@​wegod made their 
first contribution in https://redirect.github.com/apache/dubbo/pull/11730";>apache/dubbo#11730
   
   Full Changelog: https://github.com/apache/dubbo/compare/dubbo-3.1.8...dubbo-3.1.9";>https://github.com/apache/dubbo/compare/dubbo-3.1.8...dubbo-3.1.9
   dubbo-3.1.8
   What's Changed
   Bugfix
   
   Fix customized executor paramters may not work by https://github.com/aamingaa";>@​aamingaa in https://redirect.github.com/apache/dubbo/pull/11652";>apache/dubbo#11652
   Fix service name check ignore sub string by https://github.com/aamingaa";>@​aamingaa in https://redirect.github.com/apache/dubbo/pull/11643";>apache/dubbo#11643
   Fix tri wrapper pack npe by https://github.com/EarthChen";>@​EarthChen in https://redirect.github.com/apache/dubbo/pull/11656";>apache/dubbo#11656
   Fix qos ByteBuf leak by https://github.com/mytang0";>@​mytang0 in https://redirect.github.com/apache/dubbo/pull/11714";>apache/dubbo#11714
   Fix metadata proxy load filter by https://github.com/AlbumenJ";>@​AlbumenJ in https://redirect.github.com/apache/dubbo/pull/11769";>apache/dubbo#11769
   Fix recreate client after destroy by https://github.com/AlbumenJ";>@​AlbumenJ in https://redirect.github.com/apache/dubbo/pull/11780";>apache/dubbo#11780
   Sync when destroy by https://github.com/AlbumenJ";>@​AlbumenJ in https://redirect.github.com/apache/dubbo/pull/11783";>apache/dubbo#11783
   Fix https://redirect.github.com/apache/dubbo/issues/11767";>#11767,  
restore the original parameter pair instead of giving

[PR] Bump junit:junit from 4.13 to 4.13.1 in /java_interop/protobuf-triple/java/java-server [dubbo-go-samples]

2024-03-30 Thread via GitHub


dependabot[bot] opened a new pull request, #742:
URL: https://github.com/apache/dubbo-go-samples/pull/742

   Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.13 to 
4.13.1.
   
   Release notes
   Sourced from https://github.com/junit-team/junit4/releases";>junit:junit's 
releases.
   
   JUnit 4.13.1
   Please refer to the https://github.com/junit-team/junit/blob/HEAD/doc/ReleaseNotes4.13.1.md";>release
 notes for details.
   
   
   
   Changelog
   Sourced from https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md";>junit:junit's
 changelog.
   
   Summary of changes in version 4.13.1
   Rules
   Security fix: TemporaryFolder now limits access to 
temporary folders on Java 1.7 or later
   A local information disclosure vulnerability in 
TemporaryFolder has been fixed. See the published https://github.com/junit-team/junit4/security/advisories/GHSA-269g-pwp5-87pp";>security
 advisory for details.
   Test Runners
   [Pull request https://redirect.github.com/junit-team/junit4/issues/1669";>#1669:](https://redirect.github.com/junit-team/junit/pull/1669";>junit-team/junit#1669)
 Make FrameworkField constructor public
   Prior to this change, custom runners could make 
FrameworkMethod instances, but not FrameworkField 
instances. This small change allows for both now, because 
FrameworkField's constructor has been promoted from 
package-private to public.
   
   
   
   Commits
   
   https://github.com/junit-team/junit4/commit/1b683f4ec07bcfa40149f086d32240f805487e66";>1b683f4
 [maven-release-plugin] prepare release r4.13.1
   https://github.com/junit-team/junit4/commit/ce6ce3aadc070db2902698fe0d3dc6729cd631f2";>ce6ce3a
 Draft 4.13.1 release notes
   https://github.com/junit-team/junit4/commit/c29dd8239d6b353e699397eb090a1fd27411fa24";>c29dd82
 Change version to 4.13.1-SNAPSHOT
   https://github.com/junit-team/junit4/commit/1d174861f0b64f97ab0722bb324a760bfb02f567";>1d17486
 Add a link to assertThrows in exception testing
   https://github.com/junit-team/junit4/commit/543905df72ff10364b94dda27552efebf3dd04e9";>543905d
 Use separate line for annotation in Javadoc
   https://github.com/junit-team/junit4/commit/510e906b391e7e46a346e1c852416dc7be934944";>510e906
 Add sub headlines to class Javadoc
   https://github.com/junit-team/junit4/commit/610155b8c22138329f0723eec22521627dbc52ae";>610155b
 Merge pull request from GHSA-269g-pwp5-87pp
   https://github.com/junit-team/junit4/commit/b6cfd1e3d736cc2106242a8be799615b472c7fec";>b6cfd1e
 Explicitly wrap float parameter for consistency (https://redirect.github.com/junit-team/junit4/issues/1671";>#1671)
   https://github.com/junit-team/junit4/commit/a5d205c7956dbed302b3bb5ecde5ba4299f0b646";>a5d205c
 Fix GitHub link in FAQ (https://redirect.github.com/junit-team/junit4/issues/1672";>#1672)
   https://github.com/junit-team/junit4/commit/3a5c6b4d08f408c8ca6a8e0bae71a9bc5a8f97e8";>3a5c6b4
 Deprecated since jdk9 replacing constructor instance of Double and Float (https://redirect.github.com/junit-team/junit4/issues/1660";>#1660)
   Additional commits viewable in https://github.com/junit-team/junit4/compare/r4.13...r4.13.1";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=junit:junit&package-manager=maven&previous-version=4.13&new-version=4.13.1)](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 show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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 

Re: [PR] [Feat/ecosystem seata] adding triple sample, adjust non-idl sample [dubbo-go-samples]

2024-03-30 Thread via GitHub


chickenlj merged PR #733:
URL: https://github.com/apache/dubbo-go-samples/pull/733


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] java interop - triple protocol-java -go [dubbo-go-samples]

2024-03-30 Thread via GitHub


chickenlj merged PR #730:
URL: https://github.com/apache/dubbo-go-samples/pull/730


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



[I] Front: Feature about application events page [dubbo-kubernetes]

2024-03-30 Thread via GitHub


Helltab opened a new issue, #241:
URL: https://github.com/apache/dubbo-kubernetes/issues/241

   There is the UI prototype.
   https://github.com/apache/dubbo-kubernetes/assets/26338738/3ac8e38f-cea5-4c18-8f87-ad8281c416a5";>


-- 
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: notifications-unsubscr...@dubbo.apache.org.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] feat: add filter sentinel samples and test [dubbo-go-samples]

2024-03-30 Thread via GitHub


chickenlj merged PR #726:
URL: https://github.com/apache/dubbo-go-samples/pull/726


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] feat: add filter sentinel samples and test [dubbo-go-samples]

2024-03-30 Thread via GitHub


chickenlj commented on PR #726:
URL: https://github.com/apache/dubbo-go-samples/pull/726#issuecomment-2028535460

   This PR looks good serving as an example. File a new pull request for README 
and testing please.


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] Feat security [dubbo-go]

2024-03-30 Thread via GitHub


sonarcloud[bot] commented on PR #2643:
URL: https://github.com/apache/dubbo-go/pull/2643#issuecomment-2028534308

   ## [![Quality Gate 
Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png
 'Quality Gate 
Passed')](https://sonarcloud.io/dashboard?id=apache_dubbo-go&pullRequest=2643) 
**Quality Gate passed**  
   Issues  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [47 New 
issues](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2643&resolved=false&inNewCodePeriod=true)
  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png
 '') [0 Accepted 
issues](https://sonarcloud.io/component_measures?id=apache_dubbo-go&pullRequest=2643&metric=new_accepted_issues&view=list)
   
   Measures  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [0 Security 
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo-go&pullRequest=2643&resolved=false&inNewCodePeriod=true)
  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/no-data-16px.png
 '') No data about Coverage  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [0.2% Duplication on New 
Code](https://sonarcloud.io/component_measures?id=apache_dubbo-go&pullRequest=2643&metric=new_duplicated_lines_density&view=list)
  
 
   [See analysis details on 
SonarCloud](https://sonarcloud.io/dashboard?id=apache_dubbo-go&pullRequest=2643)
   
   


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] Feat security [dubbo-go]

2024-03-30 Thread via GitHub


sonarcloud[bot] commented on PR #2643:
URL: https://github.com/apache/dubbo-go/pull/2643#issuecomment-2028533892

   ## [![Quality Gate 
Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png
 'Quality Gate 
Passed')](https://sonarcloud.io/dashboard?id=apache_dubbo-go&pullRequest=2643) 
**Quality Gate passed**  
   Issues  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [46 New 
issues](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2643&resolved=false&inNewCodePeriod=true)
  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png
 '') [0 Accepted 
issues](https://sonarcloud.io/component_measures?id=apache_dubbo-go&pullRequest=2643&metric=new_accepted_issues&view=list)
   
   Measures  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [0 Security 
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo-go&pullRequest=2643&resolved=false&inNewCodePeriod=true)
  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/no-data-16px.png
 '') No data about Coverage  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [0.2% Duplication on New 
Code](https://sonarcloud.io/component_measures?id=apache_dubbo-go&pullRequest=2643&metric=new_duplicated_lines_density&view=list)
  
 
   [See analysis details on 
SonarCloud](https://sonarcloud.io/dashboard?id=apache_dubbo-go&pullRequest=2643)
   
   


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] feat(#237): [dubbo-kubernetes]

2024-03-30 Thread via GitHub


chickenlj merged PR #239:
URL: https://github.com/apache/dubbo-kubernetes/pull/239


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] feat: Condition Rule [dubbo-kubernetes]

2024-03-30 Thread via GitHub


chickenlj merged PR #232:
URL: https://github.com/apache/dubbo-kubernetes/pull/232


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] Feat security [dubbo-go]

2024-03-30 Thread via GitHub


sonarcloud[bot] commented on PR #2643:
URL: https://github.com/apache/dubbo-go/pull/2643#issuecomment-2028509373

   ## [![Quality Gate 
Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png
 'Quality Gate 
Passed')](https://sonarcloud.io/dashboard?id=apache_dubbo-go&pullRequest=2643) 
**Quality Gate passed**  
   Issues  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [43 New 
issues](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2643&resolved=false&inNewCodePeriod=true)
  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png
 '') [0 Accepted 
issues](https://sonarcloud.io/component_measures?id=apache_dubbo-go&pullRequest=2643&metric=new_accepted_issues&view=list)
   
   Measures  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [0 Security 
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo-go&pullRequest=2643&resolved=false&inNewCodePeriod=true)
  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/no-data-16px.png
 '') No data about Coverage  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [0.2% Duplication on New 
Code](https://sonarcloud.io/component_measures?id=apache_dubbo-go&pullRequest=2643&metric=new_duplicated_lines_density&view=list)
  
 
   [See analysis details on 
SonarCloud](https://sonarcloud.io/dashboard?id=apache_dubbo-go&pullRequest=2643)
   
   


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



[I] [Bug] 同等条件下,压测效果(QPS/RT)dubbo3不如dubbo2表现好 [dubbo]

2024-03-30 Thread via GitHub


roadToit opened a new issue, #14013:
URL: https://github.com/apache/dubbo/issues/14013

   ### Pre-check
   
   - [X] I am sure that all the content I provide is in English.
   
   
   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Apache Dubbo Component
   
   Java SDK (apache/dubbo)
   
   ### Dubbo Version
   
   Dubbo 3.1.11
   Dubbo 2.6.12
   OpenJdk 11
   Linux
   
   ### Steps to reproduce this issue
   
   1、空dubbo接口(里面无任何逻辑)
   2、dubbo接口返回一个pojo对象
   3、dubbo接口返回pojo的list
   分别基于dubbo2和dubbo3对以上三种接口进行压测,
   压测结果:
   1、基于dubbo3的接口比基于dubbo2的接口的QPS下降了相当数值;
   2、基于dubbo3的接口比基于dubbo2的接口RT(Max/TP/TP999/TP99/avg)都有不同程度的上升,接口变慢了。
   基于上面的压测结果,请问还有必要进行dubbo2到dubbo3的升级吗
   
   ### What you expected to happen
   
   期望dubbo3的QPS和RT相较于dubbo2能够有提升,但是压测结果并不是这样,很困惑
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request to fix on your own?
   
   - [ ] Yes I am willing to submit a pull request on my own!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: notifications-unsubscr...@dubbo.apache.org.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



[PR] feat(#237): [dubbo-kubernetes]

2024-03-30 Thread via GitHub


Helltab opened a new pull request, #239:
URL: https://github.com/apache/dubbo-kubernetes/pull/239

   feat(#237):
   #237 
   1.building a universal component for classification configuration form.
   left card is a group of menu items for every configuration type
   right card is the form of one configuration type
   2.Adjusted the display logic and visual effects of some pages.


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



[I] Front:Issue about incorporating custom components within a tab layout. [dubbo-kubernetes]

2024-03-30 Thread via GitHub


Helltab opened a new issue, #238:
URL: https://github.com/apache/dubbo-kubernetes/issues/238

   https://github.com/apache/dubbo-kubernetes/assets/26338738/be834181-a853-442a-bcd7-58165a040a7d";>
   https://github.com/apache/dubbo-kubernetes/assets/26338738/5bfa389a-1453-4ca5-b19c-444c41091ee7";>
   


-- 
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: notifications-unsubscr...@dubbo.apache.org.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] fix triple stub calling grpc server fail [dubbo]

2024-03-30 Thread via GitHub


codecov-commenter commented on PR #14012:
URL: https://github.com/apache/dubbo/pull/14012#issuecomment-2028119828

   ## 
[Codecov](https://app.codecov.io/gh/apache/dubbo/pull/14012?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 Report
   All modified and coverable lines are covered by tests :white_check_mark:
   > Project coverage is 70.40%. Comparing base 
[(`00812ce`)](https://app.codecov.io/gh/apache/dubbo/commit/00812ce41c44be6e5cd5e2b8e5bf602f806bbbca?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 to head 
[(`4845889`)](https://app.codecov.io/gh/apache/dubbo/pull/14012?dropdown=coverage&src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   
   
   Additional details and impacted files
   
   
   ```diff
   @@Coverage Diff @@
   ##  3.2   #14012  +/-   ##
   ==
   - Coverage   70.43%   70.40%   -0.03% 
   ==
 Files1607 1607  
 Lines   7007470075   +1 
 Branches1010010100  
   ==
   - Hits4935649336  -20 
   - Misses  1608016095  +15 
   - Partials 4638 4644   +6 
   ```
   
   
   
   
   
   [:umbrella: View full report in Codecov by 
Sentry](https://app.codecov.io/gh/apache/dubbo/pull/14012?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   
   :loudspeaker: Have feedback on the report? [Share it 
here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] fix triple stub calling grpc server fail [dubbo]

2024-03-30 Thread via GitHub


sonarcloud[bot] commented on PR #14012:
URL: https://github.com/apache/dubbo/pull/14012#issuecomment-2028118300

   ## [![Quality Gate 
Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png
 'Quality Gate 
Passed')](https://sonarcloud.io/dashboard?id=apache_dubbo&pullRequest=14012) 
**Quality Gate passed**  
   Issues  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [0 New 
issues](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=14012&resolved=false&inNewCodePeriod=true)
  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png
 '') [0 Accepted 
issues](https://sonarcloud.io/component_measures?id=apache_dubbo&pullRequest=14012&metric=new_accepted_issues&view=list)
   
   Measures  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [0 Security 
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo&pullRequest=14012&resolved=false&inNewCodePeriod=true)
  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [0.0% Coverage on New 
Code](https://sonarcloud.io/component_measures?id=apache_dubbo&pullRequest=14012&metric=new_coverage&view=list)
  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [0.0% Duplication on New 
Code](https://sonarcloud.io/component_measures?id=apache_dubbo&pullRequest=14012&metric=new_duplicated_lines_density&view=list)
  
 
   [See analysis details on 
SonarCloud](https://sonarcloud.io/dashboard?id=apache_dubbo&pullRequest=14012)
   
   


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



[I] Front: Feature about building a universal component for classification configuration form. [dubbo-kubernetes]

2024-03-30 Thread via GitHub


Helltab opened a new issue, #237:
URL: https://github.com/apache/dubbo-kubernetes/issues/237

   1. left card is a group of menu items for every configuration type
   2. right card is the form of one configuration type
   https://github.com/apache/dubbo-kubernetes/assets/26338738/2cd8e452-3b64-4ff6-88f7-09134b7d9d59";>
   


-- 
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: notifications-unsubscr...@dubbo.apache.org.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



[PR] fix triple stub calling grpc server fail [dubbo]

2024-03-30 Thread via GitHub


icodening opened a new pull request, #14012:
URL: https://github.com/apache/dubbo/pull/14012

   ## What is the purpose of the change
   fix #13980
   
   
   ## Brief changelog
   modify interface name when NATIVE_STUB proxy
   
   ## Verifying this change
   
   
   
   
   ## Checklist
   - [x] Make sure there is a 
[GitHub_issue](https://github.com/apache/dubbo/issues) field for the change 
(usually before you start working on it). Trivial changes like typos do not 
require a GitHub issue. Your pull request should address just this issue, 
without pulling in other changes - one PR resolves one issue.
   - [ ] Each commit in the pull request should have a meaningful subject line 
and body.
   - [ ] Write a pull request description that is detailed enough to understand 
what the pull request does, how, and why.
   - [ ] Check if is necessary to patch to Dubbo 3 if you are work on Dubbo 2.7
   - [ ] Write necessary unit-test to verify your logic correction, more mock a 
little better when cross module dependency exist. If the new feature or 
significant change is committed, please remember to add sample in [dubbo 
samples](https://github.com/apache/dubbo-samples) project.
   - [ ] Add some description to 
[dubbo-website](https://github.com/apache/dubbo-website) project if you are 
requesting to add a feature.
   - [ ] GitHub Actions works fine on your own branch.
   - [ ] If this contribution is large, please follow the [Software Donation 
Guide](https://github.com/apache/dubbo/wiki/Software-donation-guide).
   


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



(dubbo-samples) branch wxbty-patch-1 deleted (was 8ca2e7911)

2024-03-30 Thread wangxiaobin
This is an automated email from the ASF dual-hosted git repository.

wangxiaobin pushed a change to branch wxbty-patch-1
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


 was 8ca2e7911 Update README.md

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [I] [Bug] dubbo interacts with native grpc java_package is unavailable [dubbo]

2024-03-30 Thread via GitHub


icodening commented on issue #13980:
URL: https://github.com/apache/dubbo/issues/13980#issuecomment-2028026674

   看了一下3.3才做了server端的兼容处理。如果将client改成使用pkg发
   
   > 
![image](https://github.com/apache/dubbo-samples/raw/master/2-advanced/dubbo-samples-triple-grpc/docs/triple-grpc.png)
 借用dubbo-samples的一张图,只有第一种情况有问题
   
   看了下提交记录是3.3才有的JAVA_SERVICE/SERVICE兼容处理。  
   如果在低于该版本下做处理,将client修改成pkg发起请求,那么server端也需要一起修改以支持原本java pkg请求的接入。


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



[I] java.lang.reflect.InaccessibleObjectException: Unable to make field private final java.lang.module.ModuleDescriptor java.lang.module.ModuleReference.descriptor accessible: module java.base does no

2024-03-30 Thread via GitHub


EnterJson opened a new issue, #14011:
URL: https://github.com/apache/dubbo/issues/14011

   ### Pre-check
   
   - [X] I am sure that all the content I provide is in English.
   
   
   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Apache Dubbo Component
   
   Java SDK (apache/dubbo)
   
   ### Dubbo Version
   
   3.2.0-beta.3,jdk17,windows10
   
   ### Steps to reproduce this issue
   
   Problem with Dubbo client call
   
   ### What you expected to happen
   
   fastjsonversion does not support program listing
   
   ### Anything else
   
   java.lang.reflect.InaccessibleObjectException: Unable to make field private 
final java.lang.module.ModuleDescriptor 
java.lang.module.ModuleReference.descriptor accessible: module java.base does 
not "opens java.lang.module" to unnamed module @68267da0
at 
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354)
 ~[na:na]
at 
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
 ~[na:na]
at 
java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:178) ~[na:na]
at java.base/java.lang.reflect.Field.setAccessible(Field.java:172) 
~[na:na]
at 
com.alibaba.fastjson2.writer.ObjectWriterCreator.createFieldWriter(ObjectWriterCreator.java:650)
 ~[fastjson2-2.0.21.jar:na]
at 
com.alibaba.fastjson2.writer.ObjectWriterCreatorASM.createFieldWriter(ObjectWriterCreatorASM.java:2930)
 ~[fastjson2-2.0.21.jar:na]
at 
com.alibaba.fastjson2.writer.ObjectWriterCreator.creteFieldWriter(ObjectWriterCreator.java:226)
 ~[fastjson2-2.0.21.jar:na]
at 
com.alibaba.fastjson2.writer.ObjectWriterCreatorASM.lambda$createObjectWriter$0(ObjectWriterCreatorASM.java:203)
 ~[fastjson2-2.0.21.jar:na]
at 
com.alibaba.fastjson2.util.BeanUtils.declaredFields(BeanUtils.java:307) 
~[fastjson2-2.0.21.jar:na]
at 
com.alibaba.fastjson2.util.BeanUtils.declaredFields(BeanUtils.java:258) 
~[fastjson2-2.0.21.jar:na]
at 
com.alibaba.fastjson2.writer.ObjectWriterCreatorASM.createObjectWriter(ObjectWriterCreatorASM.java:201)
 ~[fastjson2-2.0.21.jar:na]
at 
com.alibaba.fastjson2.writer.ObjectWriterProvider.getObjectWriter(ObjectWriterProvider.java:300)
 ~[fastjson2-2.0.21.jar:na]
at 
com.alibaba.fastjson2.writer.ObjectWriterImplMap.writeJSONB(ObjectWriterImplMap.java:273)
 ~[fastjson2-2.0.21.jar:na]
at com.alibaba.fastjson2.writer.ObjectWriter_18.writeJSONB(Unknown 
Source) ~[na:na]
at com.alibaba.fastjson2.writer.ObjectWriter_17.writeJSONB(Unknown 
Source) ~[na:na]
at 
com.alibaba.fastjson2.writer.ObjectWriterArray.writeJSONB(ObjectWriterArray.java:144)
 ~[fastjson2-2.0.21.jar:na]
at com.alibaba.fastjson2.writer.ObjectWriter_16.writeJSONB(Unknown 
Source) ~[na:na]
at com.alibaba.fastjson2.writer.ObjectWriter_15.writeJSONB(Unknown 
Source) ~[na:na]
at com.alibaba.fastjson2.writer.ObjectWriter_14.writeJSONB(Unknown 
Source) ~[na:na]
at com.alibaba.fastjson2.writer.ObjectWriter_12.writeJSONB(Unknown 
Source) ~[na:na]
at com.alibaba.fastjson2.writer.ObjectWriter_11.writeJSONB(Unknown 
Source) ~[na:na]
at 
com.alibaba.fastjson2.writer.ObjectWriterArray.writeJSONB(ObjectWriterArray.java:144)
 ~[fastjson2-2.0.21.jar:na]
at 
com.alibaba.fastjson2.writer.FieldWriterObject.write(FieldWriterObject.java:267)
 ~[fastjson2-2.0.21.jar:na]
at 
com.alibaba.fastjson2.writer.ObjectWriterAdapter.writeJSONB(ObjectWriterAdapter.java:255)
 ~[fastjson2-2.0.21.jar:na]
at com.alibaba.fastjson2.writer.ObjectWriter_10.writeJSONB(Unknown 
Source) ~[na:na]
at com.alibaba.fastjson2.writer.ObjectWriter_8.writeJSONB(Unknown 
Source) ~[na:na]
at com.alibaba.fastjson2.writer.ObjectWriter_2.writeJSONB(Unknown 
Source) ~[na:na]
at com.alibaba.fastjson2.writer.ObjectWriter_1.writeJSONB(Unknown 
Source) ~[na:na]
at com.alibaba.fastjson2.JSONB.toBytes(JSONB.java:) 
~[fastjson2-2.0.21.jar:na]
at 
org.apache.dubbo.common.serialize.fastjson2.FastJson2ObjectOutput.writeObject(FastJson2ObjectOutput.java:99)
 ~[dubbo-3.2.0-beta.3.jar:3.2.0-beta.3]
at 
org.apache.dubbo.rpc.protocol.dubbo.DubboCodec.encodeRequestData(DubboCodec.java:225)
 ~[dubbo-3.2.0-beta.3.jar:3.2.0-beta.3]
at 
org.apache.dubbo.remoting.exchange.codec.ExchangeCodec.encodeRequest(ExchangeCodec.java:261)
 ~[dubbo-3.2.0-beta.3.jar:3.2.0-beta.3]
at 
org.apache.dubbo.remoting.exchange.codec.ExchangeCodec.encode(ExchangeCodec.java:75)
 ~[dubbo-3.2.0-beta.3.jar:3.2.0-beta.3]
at 
org.apache.dubbo.rpc.protocol.dubbo.DubboCountCodec.encode(DubboCountCodec.java:53)
 ~[dubbo-3.2.0-beta.3.jar:3.2.0-beta.3]
at 
org.apache.dubbo.remoting.transport.netty4.NettyChannel.send(NettyChannel.java:192)
 ~[dubbo-3.2.0-beta.3.jar

Re: [PR] [feat]: add new sample multirpc [dubbo-go-samples]

2024-03-30 Thread via GitHub


chickenlj merged PR #725:
URL: https://github.com/apache/dubbo-go-samples/pull/725


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



[PR] Bump golang.org/x/crypto from 0.14.0 to 0.17.0 [dubbo-go-samples]

2024-03-30 Thread via GitHub


dependabot[bot] opened a new pull request, #740:
URL: https://github.com/apache/dubbo-go-samples/pull/740

   Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 
0.17.0.
   
   Commits
   
   https://github.com/golang/crypto/commit/9d2ee975ef9fe627bf0a6f01c1f69e8ef1d4f05d";>9d2ee97
 ssh: implement strict KEX protocol changes
   https://github.com/golang/crypto/commit/4e5a26183ecb4f9a0f85c8f8dbe7982885435436";>4e5a261
 ssh: close net.Conn on all NewServerConn errors
   https://github.com/golang/crypto/commit/152cdb1503ebc13bc0fbb68f92ee189ebf9e3d00";>152cdb1
 x509roots/fallback: update bundle
   https://github.com/golang/crypto/commit/fdfe1f8531a1adcc300c8eba98cb372044826d62";>fdfe1f8
 ssh: defer channel window adjustment
   https://github.com/golang/crypto/commit/b8ffc16e10063067bac0e15c6d7f7995937503ce";>b8ffc16
 blake2b: drop Go 1.6, Go 1.8 compatibility
   https://github.com/golang/crypto/commit/7e6fbd82c804e1760feb603fe21caecb0af0a124";>7e6fbd8
 ssh: wrap errors from client handshake
   https://github.com/golang/crypto/commit/bda2f3f5cfce3f27039acccd823693f6d67c2a74";>bda2f3f
 argon2: avoid clobbering BP
   https://github.com/golang/crypto/commit/325b735346247f48971d2b37d24dd180a35f391f";>325b735
 ssh/test: skip TestSSHCLIAuth on Windows
   https://github.com/golang/crypto/commit/1eadac50a566dfaa1b603ca15e8ad3cbd1c77b20";>1eadac5
 go.mod: update golang.org/x dependencies
   https://github.com/golang/crypto/commit/b2d7c26edb17864f117d8b0ee73c1843bcc6090f";>b2d7c26
 ssh: add (*Client).DialContext method
   Additional commits viewable in https://github.com/golang/crypto/compare/v0.14.0...v0.17.0";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.14.0&new-version=0.17.0)](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 show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/dubbo-go-samples/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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] bump go to 1.20 [dubbo-go-samples]

2024-03-30 Thread via GitHub


chickenlj merged PR #739:
URL: https://github.com/apache/dubbo-go-samples/pull/739


-- 
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: notifications-unsubscr...@dubbo.apache.org

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


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org