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

Language samples #845

Merged
merged 7 commits into from
Sep 19, 2017
Merged

Language samples #845

merged 7 commits into from
Sep 19, 2017

Conversation

jabubake
Copy link
Contributor

@jabubake jabubake commented Sep 8, 2017

Adding classify samples
Also did a refactor to allow for easily importing as snippets.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 8, 2017
import com.google.cloud.language.v1beta2.AnalyzeEntitySentimentRequest;
import com.google.cloud.language.v1beta2.AnalyzeEntitySentimentResponse;
import com.google.cloud.language.v1beta2.AnalyzeSentimentResponse;
import com.google.cloud.language.v1beta2.ClassificationCategory;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v1beta2 is unfriendly.

return response.getEntitiesList();
public static void classifyText(String text) throws Exception {
// [START classify_text]
// Instantiate a beta client : com.google.cloud.language.v1beta2.LanguageServiceClient
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this as long as this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pre-dates this release, but looks like we are maintaining the
com.google.cloud.language.v1beta2.LanguageServiceClient
and com.google.cloud.language.v1.LanguageServiceClient in parallel with new features being addded in v1beta2.
I provided the import path here, so it is clear to the user which one we are using in these snippets.


List<Tag> got = token.stream().map(e -> e.getPartOfSpeech().getTag())
.collect(Collectors.toList());

// Assert
assertThat(got).containsExactly(Tag.PRON, Tag.CONJ, Tag.VERB, Tag.CONJ, Tag.VERB,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will make us unhappy eventually.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm hoping POS tags have less likelihood of making us unhappy.

Copy link
Contributor

@lesv lesv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. assorted Nits
  2. I thought we were just going to show top answer for many of these API's rather than all of them.
  3. We should probably hard code the bucket in the future.

@jabubake
Copy link
Contributor Author

jabubake commented Sep 8, 2017

@lesv : reg showing the top answer for many of these API's rather than all of them : I'll make sure to follow up on this and update accordingly. Tx for reviewing !

@jabubake jabubake added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Sep 8, 2017
@@ -16,44 +16,30 @@

package com.google.cloud.language.samples;


import com.google.cloud.language.v1beta2.AnalyzeEntitySentimentRequest;
import com.google.cloud.language.v1beta2.AnalyzeEntitySentimentResponse;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AnalyzeEntitySentiment has been moved to v1; the samples need to be moved to Analyze.java.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will be moved when library is regenerated.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

library published to maven. (0.23.1-beta)

@googlebot
Copy link

So there's good news and bad news.

👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there.

😕 The bad news is that it appears that one or more commits were authored by someone other than the pull request submitter. We need to confirm that they're okay with their commits being contributed to this project. Please have them confirm that here in the pull request.

Note to project maintainer: This is a terminal state, meaning the cla/google commit status will not change from this State. It's up to you to confirm consent of the commit author(s) and merge this pull request when appropriate.

@googlebot googlebot added cla: no This human has *not* signed the Contributor License Agreement. and removed cla: yes This human has signed the Contributor License Agreement. labels Sep 18, 2017
@jabubake
Copy link
Contributor Author

@googlebot I signed it

@gguuss
Copy link
Contributor

gguuss commented Sep 18, 2017

@googlebot I signed it!

@jabubake
Copy link
Contributor Author

@googlebot I consent

@jabubake jabubake removed cla: no This human has *not* signed the Contributor License Agreement. do not merge Indicates a pull request not ready for merge, due to either quality or timing. labels Sep 19, 2017
@jabubake jabubake merged commit 2ec36ec into master Sep 19, 2017
@jabubake jabubake deleted the language-samples branch September 19, 2017 15:50
bourgeoisor pushed a commit that referenced this pull request Nov 11, 2022
…2.0 (#845)

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://github.com/GoogleCloudPlatform/cloud-opensource-java)) | `25.1.0` -> `25.2.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/25.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/25.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/25.2.0/compatibility-slim/25.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/25.2.0/confidence-slim/25.1.0)](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**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **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-dataproc).
charlieyu1996 pushed a commit that referenced this pull request Nov 11, 2022
…21.5 (#845)

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.protobuf:protobuf-java-util](https://developers.google.com/protocol-buffers/) ([source](https://github.com/protocolbuffers/protobuf)) | `3.21.4` -> `3.21.5` | [![age](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.21.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.21.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.21.5/compatibility-slim/3.21.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.21.5/confidence-slim/3.21.4)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>protocolbuffers/protobuf</summary>

### [`v3.21.5`](https://github.com/protocolbuffers/protobuf/compare/v3.21.4...v3.21.5)

[Compare Source](https://github.com/protocolbuffers/protobuf/compare/v3.21.4...v3.21.5)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-datacatalog).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE1NC40In0=-->
Sita04 pushed a commit that referenced this pull request Nov 11, 2022
…test to v2.7.2 (#845)

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.springframework.boot:spring-boot-starter-test](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | `2.7.1` -> `2.7.2` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-test/2.7.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-test/2.7.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-test/2.7.2/compatibility-slim/2.7.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-test/2.7.2/confidence-slim/2.7.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>spring-projects/spring-boot</summary>

### [`v2.7.2`](https://github.com/spring-projects/spring-boot/releases/tag/v2.7.2)

[Compare Source](https://github.com/spring-projects/spring-boot/compare/v2.7.1...v2.7.2)

#### 🐞 Bug Fixes

-   Publishing a docker image to a private registry fails without authentication [#&#8203;31824](https://github.com/spring-projects/spring-boot/issues/31824)
-   In a non-reactive application, health indicators in a parent context are not found [#&#8203;31818](https://github.com/spring-projects/spring-boot/issues/31818)
-   Dependency management for Derby is incomplete [#&#8203;31814](https://github.com/spring-projects/spring-boot/issues/31814)
-   ApplicationPid doesn't log a warning if it takes a long time to return [#&#8203;31810](https://github.com/spring-projects/spring-boot/issues/31810)
-   A router function with attributes causes /actuator/mappings to return a 500 response due to an UnsupportedOperationException [#&#8203;31806](https://github.com/spring-projects/spring-boot/issues/31806)
-   InstanceAlreadyExistsException when using Actuator with multiple context and JMX enabled [#&#8203;31804](https://github.com/spring-projects/spring-boot/issues/31804)
-   Using 'ImportAutoConfigurationImportSelector' in the jar package loaded by a custom class loader throws ClassNotFoundException [#&#8203;31801](https://github.com/spring-projects/spring-boot/issues/31801)
-   GraphQL auto-configuration does not configure the GrapQlSource with SubscriptionExceptionResolver beans [#&#8203;31794](https://github.com/spring-projects/spring-boot/issues/31794)
-   Trailing whitespace in the value of a property is hard to identify in failure analysis descriptions [#&#8203;31780](https://github.com/spring-projects/spring-boot/issues/31780)
-   Log4j2's shutdown hook is not disabled when using Log4j 2.18 or later [#&#8203;31732](https://github.com/spring-projects/spring-boot/issues/31732)
-   HTTP Server and Data repositories metrics record null for the description [#&#8203;31706](https://github.com/spring-projects/spring-boot/issues/31706)
-   Deprecation hint for spring.data.mongodb.grid-fs-database is located in the wrong section [#&#8203;31690](https://github.com/spring-projects/spring-boot/issues/31690)
-   Image building fails with latest Paketo base builder and additional buildpacks configured [#&#8203;31558](https://github.com/spring-projects/spring-boot/issues/31558)
-   Tomcat fails to start when PEM files are used and key-store-password is not specified [#&#8203;31253](https://github.com/spring-projects/spring-boot/issues/31253)

#### 📔 Documentation

-   Clarify how docker image publishing registry is determined  [#&#8203;31826](https://github.com/spring-projects/spring-boot/issues/31826)
-   Fix typo in "HTTP and WebSocket" section of GraphQL documentation [#&#8203;31518](https://github.com/spring-projects/spring-boot/pull/31518)

#### 🔨 Dependency Upgrades

-   Upgrade to AppEngine SDK 1.9.98 [#&#8203;31790](https://github.com/spring-projects/spring-boot/issues/31790)
-   Upgrade to Byte Buddy 1.12.12 [#&#8203;31735](https://github.com/spring-projects/spring-boot/issues/31735)
-   Upgrade to Couchbase Client 3.3.2 [#&#8203;31736](https://github.com/spring-projects/spring-boot/issues/31736)
-   Upgrade to Dependency Management Plugin 1.0.12.RELEASE [#&#8203;31556](https://github.com/spring-projects/spring-boot/issues/31556)
-   Upgrade to Embedded Mongo 3.4.7 [#&#8203;31830](https://github.com/spring-projects/spring-boot/issues/31830)
-   Upgrade to GraphQL Java 18.2  [#&#8203;31812](https://github.com/spring-projects/spring-boot/issues/31812)
-   Upgrade to Hibernate 5.6.10.Final [#&#8203;31738](https://github.com/spring-projects/spring-boot/issues/31738)
-   Upgrade to HttpCore5 5.1.4 [#&#8203;31739](https://github.com/spring-projects/spring-boot/issues/31739)
-   Upgrade to Jetty Reactive HTTPClient 1.1.12 [#&#8203;31740](https://github.com/spring-projects/spring-boot/issues/31740)
-   Upgrade to JsonAssert 1.5.1 [#&#8203;31741](https://github.com/spring-projects/spring-boot/issues/31741)
-   Upgrade to Kotlin Coroutines 1.6.4 [#&#8203;31742](https://github.com/spring-projects/spring-boot/issues/31742)
-   Upgrade to Lettuce 6.1.9.RELEASE [#&#8203;31743](https://github.com/spring-projects/spring-boot/issues/31743)
-   Upgrade to MariaDB 3.0.6 [#&#8203;31744](https://github.com/spring-projects/spring-boot/issues/31744)
-   Upgrade to Micrometer 1.9.2 [#&#8203;31614](https://github.com/spring-projects/spring-boot/issues/31614)
-   Upgrade to Neo4j Java Driver 4.4.9 [#&#8203;31745](https://github.com/spring-projects/spring-boot/issues/31745)
-   Upgrade to Netty 4.1.79.Final [#&#8203;31746](https://github.com/spring-projects/spring-boot/issues/31746)
-   Upgrade to Reactor 2020.0.21 [#&#8203;31608](https://github.com/spring-projects/spring-boot/issues/31608)
-   Upgrade to SendGrid 4.9.3 [#&#8203;31747](https://github.com/spring-projects/spring-boot/issues/31747)
-   Upgrade to Spring Data 2021.2.2 [#&#8203;31615](https://github.com/spring-projects/spring-boot/issues/31615)
-   Upgrade to Spring Framework 5.3.22 [#&#8203;31613](https://github.com/spring-projects/spring-boot/issues/31613)
-   Upgrade to Spring GraphQL 1.0.1 [#&#8203;31616](https://github.com/spring-projects/spring-boot/issues/31616)
-   Upgrade to Spring Integration 5.5.14 [#&#8203;31800](https://github.com/spring-projects/spring-boot/issues/31800)
-   Upgrade to Spring Kafka 2.8.8 [#&#8203;31786](https://github.com/spring-projects/spring-boot/issues/31786)
-   Upgrade to Tomcat 9.0.65 [#&#8203;31831](https://github.com/spring-projects/spring-boot/issues/31831)

#### ❤️ Contributors

We'd like to thank all the contributors who worked on this release!

-   [@&#8203;TheoCaldas](https://github.com/TheoCaldas)
-   [@&#8203;izeye](https://github.com/izeye)
-   [@&#8203;jakubskalak](https://github.com/jakubskalak)
-   [@&#8203;felixscheinost](https://github.com/felixscheinost)
-   [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)
-   [@&#8203;naveensrinivasan](https://github.com/naveensrinivasan)
-   [@&#8203;sonallux](https://github.com/sonallux)
-   [@&#8203;aoyvx](https://github.com/aoyvx)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-recaptchaenterprise).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjAuMCIsInVwZGF0ZWRJblZlciI6IjMyLjEyMC4wIn0=-->
Shabirmean pushed a commit that referenced this pull request Nov 14, 2022
…845)

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-core](https://github.com/googleapis/java-core) | `2.5.0` -> `2.5.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.5.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.5.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.5.1/compatibility-slim/2.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.5.1/confidence-slim/2.5.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-core</summary>

### [`v2.5.1`](https://github.com/googleapis/java-core/blob/HEAD/CHANGELOG.md#&#8203;251-httpsgithubcomgoogleapisjava-corecomparev250v251-2022-02-08)

[Compare Source](https://github.com/googleapis/java-core/compare/v2.5.0...v2.5.1)

</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-dialogflow).
Sita04 pushed a commit that referenced this pull request Nov 15, 2022
…test to v2.7.2 (#845)

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.springframework.boot:spring-boot-starter-test](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | `2.7.1` -> `2.7.2` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-test/2.7.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-test/2.7.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-test/2.7.2/compatibility-slim/2.7.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-test/2.7.2/confidence-slim/2.7.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>spring-projects/spring-boot</summary>

### [`v2.7.2`](https://github.com/spring-projects/spring-boot/releases/tag/v2.7.2)

[Compare Source](https://github.com/spring-projects/spring-boot/compare/v2.7.1...v2.7.2)

#### 🐞 Bug Fixes

-   Publishing a docker image to a private registry fails without authentication [#&#8203;31824](https://github.com/spring-projects/spring-boot/issues/31824)
-   In a non-reactive application, health indicators in a parent context are not found [#&#8203;31818](https://github.com/spring-projects/spring-boot/issues/31818)
-   Dependency management for Derby is incomplete [#&#8203;31814](https://github.com/spring-projects/spring-boot/issues/31814)
-   ApplicationPid doesn't log a warning if it takes a long time to return [#&#8203;31810](https://github.com/spring-projects/spring-boot/issues/31810)
-   A router function with attributes causes /actuator/mappings to return a 500 response due to an UnsupportedOperationException [#&#8203;31806](https://github.com/spring-projects/spring-boot/issues/31806)
-   InstanceAlreadyExistsException when using Actuator with multiple context and JMX enabled [#&#8203;31804](https://github.com/spring-projects/spring-boot/issues/31804)
-   Using 'ImportAutoConfigurationImportSelector' in the jar package loaded by a custom class loader throws ClassNotFoundException [#&#8203;31801](https://github.com/spring-projects/spring-boot/issues/31801)
-   GraphQL auto-configuration does not configure the GrapQlSource with SubscriptionExceptionResolver beans [#&#8203;31794](https://github.com/spring-projects/spring-boot/issues/31794)
-   Trailing whitespace in the value of a property is hard to identify in failure analysis descriptions [#&#8203;31780](https://github.com/spring-projects/spring-boot/issues/31780)
-   Log4j2's shutdown hook is not disabled when using Log4j 2.18 or later [#&#8203;31732](https://github.com/spring-projects/spring-boot/issues/31732)
-   HTTP Server and Data repositories metrics record null for the description [#&#8203;31706](https://github.com/spring-projects/spring-boot/issues/31706)
-   Deprecation hint for spring.data.mongodb.grid-fs-database is located in the wrong section [#&#8203;31690](https://github.com/spring-projects/spring-boot/issues/31690)
-   Image building fails with latest Paketo base builder and additional buildpacks configured [#&#8203;31558](https://github.com/spring-projects/spring-boot/issues/31558)
-   Tomcat fails to start when PEM files are used and key-store-password is not specified [#&#8203;31253](https://github.com/spring-projects/spring-boot/issues/31253)

#### 📔 Documentation

-   Clarify how docker image publishing registry is determined  [#&#8203;31826](https://github.com/spring-projects/spring-boot/issues/31826)
-   Fix typo in "HTTP and WebSocket" section of GraphQL documentation [#&#8203;31518](https://github.com/spring-projects/spring-boot/pull/31518)

#### 🔨 Dependency Upgrades

-   Upgrade to AppEngine SDK 1.9.98 [#&#8203;31790](https://github.com/spring-projects/spring-boot/issues/31790)
-   Upgrade to Byte Buddy 1.12.12 [#&#8203;31735](https://github.com/spring-projects/spring-boot/issues/31735)
-   Upgrade to Couchbase Client 3.3.2 [#&#8203;31736](https://github.com/spring-projects/spring-boot/issues/31736)
-   Upgrade to Dependency Management Plugin 1.0.12.RELEASE [#&#8203;31556](https://github.com/spring-projects/spring-boot/issues/31556)
-   Upgrade to Embedded Mongo 3.4.7 [#&#8203;31830](https://github.com/spring-projects/spring-boot/issues/31830)
-   Upgrade to GraphQL Java 18.2  [#&#8203;31812](https://github.com/spring-projects/spring-boot/issues/31812)
-   Upgrade to Hibernate 5.6.10.Final [#&#8203;31738](https://github.com/spring-projects/spring-boot/issues/31738)
-   Upgrade to HttpCore5 5.1.4 [#&#8203;31739](https://github.com/spring-projects/spring-boot/issues/31739)
-   Upgrade to Jetty Reactive HTTPClient 1.1.12 [#&#8203;31740](https://github.com/spring-projects/spring-boot/issues/31740)
-   Upgrade to JsonAssert 1.5.1 [#&#8203;31741](https://github.com/spring-projects/spring-boot/issues/31741)
-   Upgrade to Kotlin Coroutines 1.6.4 [#&#8203;31742](https://github.com/spring-projects/spring-boot/issues/31742)
-   Upgrade to Lettuce 6.1.9.RELEASE [#&#8203;31743](https://github.com/spring-projects/spring-boot/issues/31743)
-   Upgrade to MariaDB 3.0.6 [#&#8203;31744](https://github.com/spring-projects/spring-boot/issues/31744)
-   Upgrade to Micrometer 1.9.2 [#&#8203;31614](https://github.com/spring-projects/spring-boot/issues/31614)
-   Upgrade to Neo4j Java Driver 4.4.9 [#&#8203;31745](https://github.com/spring-projects/spring-boot/issues/31745)
-   Upgrade to Netty 4.1.79.Final [#&#8203;31746](https://github.com/spring-projects/spring-boot/issues/31746)
-   Upgrade to Reactor 2020.0.21 [#&#8203;31608](https://github.com/spring-projects/spring-boot/issues/31608)
-   Upgrade to SendGrid 4.9.3 [#&#8203;31747](https://github.com/spring-projects/spring-boot/issues/31747)
-   Upgrade to Spring Data 2021.2.2 [#&#8203;31615](https://github.com/spring-projects/spring-boot/issues/31615)
-   Upgrade to Spring Framework 5.3.22 [#&#8203;31613](https://github.com/spring-projects/spring-boot/issues/31613)
-   Upgrade to Spring GraphQL 1.0.1 [#&#8203;31616](https://github.com/spring-projects/spring-boot/issues/31616)
-   Upgrade to Spring Integration 5.5.14 [#&#8203;31800](https://github.com/spring-projects/spring-boot/issues/31800)
-   Upgrade to Spring Kafka 2.8.8 [#&#8203;31786](https://github.com/spring-projects/spring-boot/issues/31786)
-   Upgrade to Tomcat 9.0.65 [#&#8203;31831](https://github.com/spring-projects/spring-boot/issues/31831)

#### ❤️ Contributors

We'd like to thank all the contributors who worked on this release!

-   [@&#8203;TheoCaldas](https://github.com/TheoCaldas)
-   [@&#8203;izeye](https://github.com/izeye)
-   [@&#8203;jakubskalak](https://github.com/jakubskalak)
-   [@&#8203;felixscheinost](https://github.com/felixscheinost)
-   [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)
-   [@&#8203;naveensrinivasan](https://github.com/naveensrinivasan)
-   [@&#8203;sonallux](https://github.com/sonallux)
-   [@&#8203;aoyvx](https://github.com/aoyvx)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-recaptchaenterprise).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjAuMCIsInVwZGF0ZWRJblZlciI6IjMyLjEyMC4wIn0=-->
Shabirmean pushed a commit that referenced this pull request Nov 15, 2022
…845)

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-core](https://github.com/googleapis/java-core) | `2.5.0` -> `2.5.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.5.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.5.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.5.1/compatibility-slim/2.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.5.1/confidence-slim/2.5.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-core</summary>

### [`v2.5.1`](https://github.com/googleapis/java-core/blob/HEAD/CHANGELOG.md#&#8203;251-httpsgithubcomgoogleapisjava-corecomparev250v251-2022-02-08)

[Compare Source](https://github.com/googleapis/java-core/compare/v2.5.0...v2.5.1)

</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-dialogflow).
Shabirmean pushed a commit that referenced this pull request Nov 17, 2022
* Language samples

* Updates to recently published libraries.

* Updates to latest client library version.

* Moves new production features to v1, updates tests, updates docs.
Shabirmean pushed a commit that referenced this pull request Nov 17, 2022
…3.0 (#845)

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://github.com/GoogleCloudPlatform/cloud-opensource-java)) | `25.2.0` -> `25.3.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/25.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/25.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/25.3.0/compatibility-slim/25.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/25.3.0/confidence-slim/25.2.0)](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**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **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. ⚠ **Warning**: custom changes will be lost.

---

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-language).
Shabirmean pushed a commit that referenced this pull request Nov 17, 2022
* Language samples

* Updates to recently published libraries.

* Updates to latest client library version.

* Moves new production features to v1, updates tests, updates docs.
Shabirmean pushed a commit that referenced this pull request Nov 17, 2022
…3.0 (#845)

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://github.com/GoogleCloudPlatform/cloud-opensource-java)) | `25.2.0` -> `25.3.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/25.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/25.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/25.3.0/compatibility-slim/25.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/25.3.0/confidence-slim/25.2.0)](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**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **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. ⚠ **Warning**: custom changes will be lost.

---

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-language).
Sita04 pushed a commit that referenced this pull request Feb 7, 2023
…845)

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://github.com/GoogleCloudPlatform/cloud-opensource-java)) | `24.4.0` -> `25.0.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/25.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/25.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/25.0.0/compatibility-slim/24.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/25.0.0/confidence-slim/24.4.0)](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**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **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-dlp).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants