Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ggj][codegen] fix!: wrap protobuf location and process comments #336

Merged
merged 8 commits into from
Sep 19, 2020

Conversation

miraleung
Copy link
Contributor

No description provided.

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 19, 2020
@miraleung miraleung merged commit 39918f1 into master Sep 19, 2020
@miraleung miraleung deleted the gp/g2 branch September 19, 2020 04:53
suztomo pushed a commit that referenced this pull request Dec 16, 2022
)

Support delimiters(_-.~) as start or end characters for a segment if the segment does not contain complex resource names.

A segment can start with a delimiter, as long as there is no { right after it.
A segment can end with a delimiter, as long as there is no } right before it.
A segment like .{well}-{known} or {well}-{known}. is invalid.
A segment like .well-known, .well-{known} or .-~{well-known} is considered a literal hence is valid.
suztomo pushed a commit that referenced this pull request Dec 16, 2022
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [io.grpc:grpc-protobuf](https://togithub.com/grpc/grpc-java) | `1.44.1` -> `1.45.0` | [![age](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-protobuf/1.45.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-protobuf/1.45.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-protobuf/1.45.0/compatibility-slim/1.44.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-protobuf/1.45.0/confidence-slim/1.44.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>grpc/grpc-java</summary>

### [`v1.45.0`](https://togithub.com/grpc/grpc-java/releases/v1.45.0)

##### gRPC Java 1.45.0 Release Notes

##### Bug Fixes

-   rls: fix child lb leak when client channel is shutdown ([#&#8203;8750](https://togithub.com/grpc/grpc-java/issues/8750))
-   rls: fix RLS lb policy name ([#&#8203;8867](https://togithub.com/grpc/grpc-java/issues/8867))
-   testing: fix GrpcCleanupRule issue when retrying tests ([#&#8203;8918](https://togithub.com/grpc/grpc-java/issues/8918))
-   xds: fix validation code to accept new-style CertificateProviderPluginInstance ([#&#8203;8892](https://togithub.com/grpc/grpc-java/issues/8892))
-   xds: fix a concurrency issue in CSDS ClientStatus responses ([#&#8203;8795](https://togithub.com/grpc/grpc-java/issues/8795))
-   bom: Include grpc-binder
-   binder: Fix a ServiceConnection leak ([#&#8203;8861](https://togithub.com/grpc/grpc-java/issues/8861))
-   binder: Increase fairness across streams when limited by flow control. This can dramatically reduce latency when channel is being used for high throughput ([#&#8203;8835](https://togithub.com/grpc/grpc-java/issues/8835))
-   android: fix for app coming to foreground ([#&#8203;8855](https://togithub.com/grpc/grpc-java/issues/8855))

##### Behavior Changes

-   Local-only transparent retry is (practically) unlimited now. Previously it was at most once per RPC.
-   xds: implement least_request load balancing policy ([#&#8203;8739](https://togithub.com/grpc/grpc-java/issues/8739))

##### Dependencies

-   Bump Error Prone Annotations to 2.10.0
-   Bump Guava to 31.0.1-android
-   Bump Google Auth Library to 1.4.0
-   Bump Auto Value to 1.9
-   netty: Include both x86 and Arm64 epoll as dependency for grpc-netty-shaded
-   testing: remove opencensus dependency from grpc-testing ([#&#8203;8833](https://togithub.com/grpc/grpc-java/issues/8833))

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-common-protos).
suztomo pushed a commit that referenced this pull request Dec 16, 2022
🤖 I have created a release *beep* *boop*
---


## [2.8.0](googleapis/java-common-protos@v2.7.4...v2.8.0) (2022-03-11)


### Features

* KMS configuration in settings ([#322](googleapis/java-common-protos#322)) ([007233b](googleapis/java-common-protos@007233b))


### Dependencies

* update dependency io.grpc:grpc-bom to v1.45.0 ([#323](googleapis/java-common-protos#323)) ([589506c](googleapis/java-common-protos@589506c))
* update dependency io.grpc:grpc-protobuf to v1.44.1 ([#324](googleapis/java-common-protos#324)) ([09d4cf3](googleapis/java-common-protos@09d4cf3))
* update dependency io.grpc:grpc-protobuf to v1.45.0 ([#336](googleapis/java-common-protos#336)) ([75fe492](googleapis/java-common-protos@75fe492))
* update dependency io.grpc:grpc-stub to v1.44.1 ([#325](googleapis/java-common-protos#325)) ([74f8523](googleapis/java-common-protos@74f8523))
* update dependency io.grpc:grpc-stub to v1.45.0 ([#335](googleapis/java-common-protos#335)) ([5b50031](googleapis/java-common-protos@5b50031))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
suztomo pushed a commit that referenced this pull request Dec 16, 2022
…-plugin to v3.4.0 (#336)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.apache.maven.plugins:maven-javadoc-plugin](https://maven.apache.org/plugins/) | `3.3.2` -> `3.4.0` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.4.0/compatibility-slim/3.3.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.4.0/confidence-slim/3.3.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-iam).
suztomo pushed a commit that referenced this pull request Mar 21, 2023
🤖 I have created a release \*beep\* \*boop\*
---
## [0.22.0](https://www.github.com/googleapis/java-shared-dependencies/compare/0.21.1...v0.22.0) (2021-04-23)


### Features

* promote to 1.0.0 ([#341](https://www.github.com/googleapis/java-shared-dependencies/issues/341)) ([1b9cc50](https://www.github.com/googleapis/java-shared-dependencies/commit/1b9cc507e68fe98aba04160d56bb35fd2d345be6))


### Dependencies

* update dependency com.google.api:api-common to v1.10.3 ([#340](https://www.github.com/googleapis/java-shared-dependencies/issues/340)) ([ca5f5da](https://www.github.com/googleapis/java-shared-dependencies/commit/ca5f5da70e12fe5b520633218a46c12d5db7469e))
* update dependency com.google.auth:google-auth-library-bom to v0.25.4 ([#334](https://www.github.com/googleapis/java-shared-dependencies/issues/334)) ([54e0f63](https://www.github.com/googleapis/java-shared-dependencies/commit/54e0f6388880b27d3ae9b36bf43863618842965d))
* update dependency com.google.auth:google-auth-library-bom to v0.25.5 ([#338](https://www.github.com/googleapis/java-shared-dependencies/issues/338)) ([100348f](https://www.github.com/googleapis/java-shared-dependencies/commit/100348f0cf288115b91d4e85bfc64e4db29d112c))
* update dependency org.threeten:threetenbp to v1.5.1 ([#335](https://www.github.com/googleapis/java-shared-dependencies/issues/335)) ([16a87e3](https://www.github.com/googleapis/java-shared-dependencies/commit/16a87e308d1d108464e6a0a260416cc996ff9293))
* update google.core.version to v1.94.8 ([#342](https://www.github.com/googleapis/java-shared-dependencies/issues/342)) ([a3c132e](https://www.github.com/googleapis/java-shared-dependencies/commit/a3c132e3a39c93e56072da2ed8a8cfdebdf8eb21))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant