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

getLabelAnnotationsList is returing empty map #644

Closed
buddhapuneeth opened this issue May 3, 2017 · 6 comments
Closed

getLabelAnnotationsList is returing empty map #644

buddhapuneeth opened this issue May 3, 2017 · 6 comments
Assignees

Comments

@buddhapuneeth
Copy link

In which file did you encounter the issue?

java-docs-samples/vision/cloud-client/src/main/java/com/example/vision/QuickstartSample.java

Did you change the file? If so, how?

no. running on Tomcat 7 in java 1.8

Describe the issue

EntityAnnotation annotation : res.getLabelAnnotationsList()
there are no items in that. It was working fine some time back, now stopped working. I'm using:
com.google.cloud
google-cloud-vision
0.17.1-beta

@lesv
Copy link
Contributor

lesv commented May 8, 2017

@gguuss PTAL

@gguuss
Copy link
Contributor

gguuss commented May 8, 2017

It's possible that the results returned from ML APIs change, meaning an image that returned labels before no longer returns labels. I'm very surprised that you are not seeing any labels returned though. For me, sending a transparent image with just a few pixels in it returns labels.

Is the issue occurring with all images or just a specific one? Are you seeing any errors from the API?

@gguuss
Copy link
Contributor

gguuss commented May 16, 2017

This looks related to this issue. @buddhapuneeth it may be helpful for the Google Cloud Client library team to have your input.

@buddhapuneeth
Copy link
Author

@gguuss it was the same behavior for all the images, those images when uploaded in google vision API home page is showing labels correctly. Even actual response from the API is having labels. I took the raw response and passed it to my custom parser to bypass.
One more issue with APIs is the raw response of APIs is different from REST response. For example, in one it has 'Joy_Likelihood' and other has 'joylikelihood'. I noticed this because of my custom parser. As ML libraries are not working in GAE environment, I replaced APIs with REST calls then my parser started giving issues.

@gguuss
Copy link
Contributor

gguuss commented May 16, 2017

In short, the issue you're experiencing is that we do not have good support for Tomcat in the Cloud Client library for Java (those in the com.google.cloud namespace). The issue I linked is collecting feedback on what behavior you're experiencing from the API so they can resolve those behaviors in a future release of the client library.

As you have effectively moved to your own client libraries (built around REST), it is expected that some of the behaviors will be different from those provided by the client libraries team. You might want to try using the Apiary client library for Vision as a middle ground solution with constants more idiomatic to Java and broader current platform support.

@nnegrey
Copy link
Contributor

nnegrey commented Dec 5, 2018

This appears to have been resolved. Please feel free to reopen if this is not true. :)

@nnegrey nnegrey closed this as completed Dec 5, 2018
Sita04 pushed a commit that referenced this issue Nov 11, 2022
…test to v2.6.0 (#644)

[![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.springframework.boot:spring-boot-starter-test](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.5.6` -> `2.6.0` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-test/2.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-test/2.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-test/2.6.0/compatibility-slim/2.5.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-test/2.6.0/confidence-slim/2.5.6)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v2.6.0`](https://togithub.com/spring-projects/spring-boot/releases/v2.6.0)

[Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v2.5.7...v2.6.0)

For full [upgrade instructions](https://togithub.com/spring-projects/spring-boot/wiki/Spring-Boot-2.6-Release-Notes#upgrading-from-spring-boot-25) and [new and noteworthy features](https://togithub.com/spring-projects/spring-boot/wiki/Spring-Boot-2.6-Release-Notes#new-and-noteworthy) please see the [release notes](https://togithub.com/spring-projects/spring-boot/wiki/Spring-Boot-2.6-Release-Notes).

#### ⭐ New Features

-   Support both kebab-case and camelCase as Spring init CLI Options [#&#8203;28138](https://togithub.com/spring-projects/spring-boot/pull/28138)

#### 🐞 Bug Fixes

-   Profiles added using `@ActiveProfiles` have different precedence [#&#8203;28724](https://togithub.com/spring-projects/spring-boot/issues/28724)
-   Dependency management for JSTL is out of date [#&#8203;28660](https://togithub.com/spring-projects/spring-boot/issues/28660)
-   A RestClientBuilder bean is not defined when RestHighLevelClient is unavailable [#&#8203;28655](https://togithub.com/spring-projects/spring-boot/pull/28655)
-   JUnit annotations may prevent a test context from being cached [#&#8203;28566](https://togithub.com/spring-projects/spring-boot/issues/28566)
-   Avoid duplicate AOP proxy class definition with FilteredClassLoader [#&#8203;28545](https://togithub.com/spring-projects/spring-boot/issues/28545)
-   Metrics for ThreadPoolTaskScheduler can conflict with the metrics of ThreadPoolTaskExecutor if they share the same bean name prefix [#&#8203;28536](https://togithub.com/spring-projects/spring-boot/issues/28536)
-   Task metrics should not expose time-related metrics as these are not supported yet [#&#8203;28535](https://togithub.com/spring-projects/spring-boot/issues/28535)
-   Logback should default to JVM's default charset instead of ASCII [#&#8203;28487](https://togithub.com/spring-projects/spring-boot/issues/28487)
-   When a parent context has method validation configuration, it isn't auto-configured in its child contexts [#&#8203;28480](https://togithub.com/spring-projects/spring-boot/issues/28480)
-   Prometheus actuator endpoint should produce a text/plain response unless application/openmetrics-text is explicitly accepted [#&#8203;28469](https://togithub.com/spring-projects/spring-boot/issues/28469)
-   Lettuce metrics auto-configuration should not require Spring Data [#&#8203;28436](https://togithub.com/spring-projects/spring-boot/pull/28436)
-   Error page is accessible when no credentials are provided [#&#8203;26356](https://togithub.com/spring-projects/spring-boot/issues/26356)

#### 📔 Documentation

-   Fix "Configure Two DataSources" example [#&#8203;28713](https://togithub.com/spring-projects/spring-boot/issues/28713)
-   Configuration sample in reference doc has wrong yaml formatting [#&#8203;28693](https://togithub.com/spring-projects/spring-boot/issues/28693)
-   Fix yaml sample format in reference doc [#&#8203;28692](https://togithub.com/spring-projects/spring-boot/issues/28692)
-   Update URL for GraphQL Spring Boot starter [#&#8203;28691](https://togithub.com/spring-projects/spring-boot/issues/28691)
-   Fix `@deprecated` and `@see` in org.springframework.boot.loader.archive.Archive's javadoc [#&#8203;28681](https://togithub.com/spring-projects/spring-boot/issues/28681)
-   Update links to Spring Security's reference documentation [#&#8203;28618](https://togithub.com/spring-projects/spring-boot/issues/28618)
-   Replace "e.g." by "for example" [#&#8203;28583](https://togithub.com/spring-projects/spring-boot/pull/28583)
-   Fix typo in "Ant-style path matching" [#&#8203;28550](https://togithub.com/spring-projects/spring-boot/issues/28550)
-   Replace "refer to" with "see" [#&#8203;28537](https://togithub.com/spring-projects/spring-boot/pull/28537)
-   Replace "check out" with more formal language [#&#8203;28503](https://togithub.com/spring-projects/spring-boot/pull/28503)
-   Replace "etc" in reference documentation [#&#8203;28497](https://togithub.com/spring-projects/spring-boot/pull/28497)
-   Change description of property "logging.logback.rollingpolicy.max-history" to match Logback documentation [#&#8203;28467](https://togithub.com/spring-projects/spring-boot/issues/28467)
-   Improve documentation on using an embedded ActiveMQ broker [#&#8203;28435](https://togithub.com/spring-projects/spring-boot/issues/28435)
-   Remove use of {`@code` ? } from configuration property descriptions [#&#8203;28431](https://togithub.com/spring-projects/spring-boot/issues/28431)
-   Reinstate monospaced formatting in Actuator endpoint documentation [#&#8203;28430](https://togithub.com/spring-projects/spring-boot/issues/28430)

#### 🔨 Dependency Upgrades

-   Upgrade to AppEngine SDK 1.9.92 [#&#8203;28569](https://togithub.com/spring-projects/spring-boot/issues/28569)
-   Upgrade to Awaitility 4.1.1 [#&#8203;28570](https://togithub.com/spring-projects/spring-boot/issues/28570)
-   Upgrade to Byte Buddy 1.11.22 [#&#8203;28571](https://togithub.com/spring-projects/spring-boot/issues/28571)
-   Upgrade to Couchbase Client 3.2.3 [#&#8203;28664](https://togithub.com/spring-projects/spring-boot/issues/28664)
-   Upgrade to Elasticsearch 7.15.2 [#&#8203;28665](https://togithub.com/spring-projects/spring-boot/issues/28665)
-   Upgrade to Flyway 8.0.4 [#&#8203;28697](https://togithub.com/spring-projects/spring-boot/issues/28697)
-   Upgrade to Gson 2.8.9 [#&#8203;28573](https://togithub.com/spring-projects/spring-boot/issues/28573)
-   Upgrade to Hibernate 5.6.1.Final [#&#8203;28574](https://togithub.com/spring-projects/spring-boot/issues/28574)
-   Upgrade to HttpClient5 5.1.2 [#&#8203;28719](https://togithub.com/spring-projects/spring-boot/issues/28719)
-   Upgrade to Johnzon 1.2.15 [#&#8203;28576](https://togithub.com/spring-projects/spring-boot/issues/28576)
-   Upgrade to Kotlin 1.6.0 [#&#8203;28698](https://togithub.com/spring-projects/spring-boot/issues/28698)
-   Upgrade to Logback 1.2.7 [#&#8203;28699](https://togithub.com/spring-projects/spring-boot/issues/28699)
-   Upgrade to Micrometer 1.8.0 [#&#8203;28516](https://togithub.com/spring-projects/spring-boot/issues/28516)
-   Upgrade to MongoDB 4.4.0 [#&#8203;28666](https://togithub.com/spring-projects/spring-boot/issues/28666)
-   Upgrade to Neo4j Java Driver 4.3.6 [#&#8203;28667](https://togithub.com/spring-projects/spring-boot/issues/28667)
-   Upgrade to Netty 4.1.70.Final [#&#8203;28579](https://togithub.com/spring-projects/spring-boot/issues/28579)
-   Upgrade to Netty tcNative 2.0.46.Final [#&#8203;28720](https://togithub.com/spring-projects/spring-boot/issues/28720)
-   Upgrade to Postgresql 42.3.1 [#&#8203;28581](https://togithub.com/spring-projects/spring-boot/issues/28581)
-   Upgrade to Reactor 2020.0.13 [#&#8203;28514](https://togithub.com/spring-projects/spring-boot/issues/28514)
-   Upgrade to Spring AMQP 2.4.0 [#&#8203;28518](https://togithub.com/spring-projects/spring-boot/issues/28518)
-   Upgrade to Spring Batch 4.3.4 [#&#8203;28261](https://togithub.com/spring-projects/spring-boot/issues/28261)
-   Upgrade to Spring Data 2021.1.0 [#&#8203;28517](https://togithub.com/spring-projects/spring-boot/issues/28517)
-   Upgrade to Spring Framework 5.3.13 [#&#8203;28515](https://togithub.com/spring-projects/spring-boot/issues/28515)
-   Upgrade to Spring HATEOAS 1.4.0 [#&#8203;28610](https://togithub.com/spring-projects/spring-boot/issues/28610)
-   Upgrade to Spring Integration 5.5.6 [#&#8203;28521](https://togithub.com/spring-projects/spring-boot/issues/28521)
-   Upgrade to Spring Kafka 2.8.0 [#&#8203;28519](https://togithub.com/spring-projects/spring-boot/issues/28519)
-   Upgrade to Spring Security 5.6.0 [#&#8203;28520](https://togithub.com/spring-projects/spring-boot/issues/28520)
-   Upgrade to Spring Session 2021.1.0 [#&#8203;28522](https://togithub.com/spring-projects/spring-boot/issues/28522)
-   Upgrade to Tomcat 9.0.55 [#&#8203;28700](https://togithub.com/spring-projects/spring-boot/issues/28700)

#### ❤️ Contributors

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

-   [@&#8203;filiphr](https://togithub.com/filiphr)
-   [@&#8203;dreis2211](https://togithub.com/dreis2211)
-   [@&#8203;jzheaux](https://togithub.com/jzheaux)
-   [@&#8203;sokomishalov](https://togithub.com/sokomishalov)
-   [@&#8203;phxql](https://togithub.com/phxql)
-   [@&#8203;vpavic](https://togithub.com/vpavic)
-   [@&#8203;weixsun](https://togithub.com/weixsun)
-   [@&#8203;ledoyen](https://togithub.com/ledoyen)
-   [@&#8203;izeye](https://togithub.com/izeye)
-   [@&#8203;ghusta](https://togithub.com/ghusta)
-   [@&#8203;Buzzardo](https://togithub.com/Buzzardo)
-   [@&#8203;davidh44](https://togithub.com/davidh44)
-   [@&#8203;vignesh1992](https://togithub.com/vignesh1992)
-   [@&#8203;polarbear567](https://togithub.com/polarbear567)
-   [@&#8203;slowjoe007](https://togithub.com/slowjoe007)

### [`v2.5.7`](https://togithub.com/spring-projects/spring-boot/releases/v2.5.7)

[Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v2.5.6...v2.5.7)

#### 🐞 Bug Fixes

-   Dependency management for JSTL is out of date [#&#8203;28659](https://togithub.com/spring-projects/spring-boot/issues/28659)
-   JUnit annotations may prevent a test context from being cached [#&#8203;28565](https://togithub.com/spring-projects/spring-boot/issues/28565)
-   Avoid duplicate AOP proxy class definition with FilteredClassLoader [#&#8203;28531](https://togithub.com/spring-projects/spring-boot/pull/28531)
-   Profiles added using `@ActiveProfiles` have different precedence [#&#8203;28530](https://togithub.com/spring-projects/spring-boot/issues/28530)
-   Logback should default to JVM's default charset instead of ASCII [#&#8203;28486](https://togithub.com/spring-projects/spring-boot/issues/28486)
-   When a parent context has method validation configuration, it isn't auto-configured in its child contexts [#&#8203;28479](https://togithub.com/spring-projects/spring-boot/issues/28479)
-   Prometheus actuator endpoint should produce a text/plain response unless application/openmetrics-text is explicitly accepted [#&#8203;28446](https://togithub.com/spring-projects/spring-boot/issues/28446)

#### 📔 Documentation

-   Fix "Configure Two DataSources" example [#&#8203;28712](https://togithub.com/spring-projects/spring-boot/pull/28712)
-   Update URL for GraphQL Spring Boot starter [#&#8203;28683](https://togithub.com/spring-projects/spring-boot/pull/28683)
-   Fix `@deprecated` and `@see` in org.springframework.boot.loader.archive.Archive's javadoc [#&#8203;28680](https://togithub.com/spring-projects/spring-boot/issues/28680)
-   Configuration sample in reference doc has wrong yaml formatting [#&#8203;28671](https://togithub.com/spring-projects/spring-boot/pull/28671)
-   Fix yaml sample format in reference doc [#&#8203;28670](https://togithub.com/spring-projects/spring-boot/pull/28670)
-   Fix typo in "Ant-style path matching" [#&#8203;28549](https://togithub.com/spring-projects/spring-boot/issues/28549)
-   Change description of property "logging.logback.rollingpolicy.max-history" to match Logback documentation [#&#8203;28466](https://togithub.com/spring-projects/spring-boot/issues/28466)
-   Improve documentation on using an embedded ActiveMQ broker [#&#8203;28434](https://togithub.com/spring-projects/spring-boot/issues/28434)
-   Don't use markdown syntax in javadoc or error messages [#&#8203;28424](https://togithub.com/spring-projects/spring-boot/issues/28424)

#### 🔨 Dependency Upgrades

-   Upgrade to AppEngine SDK 1.9.92 [#&#8203;28556](https://togithub.com/spring-projects/spring-boot/issues/28556)
-   Upgrade to Gson 2.8.9 [#&#8203;28557](https://togithub.com/spring-projects/spring-boot/issues/28557)
-   Upgrade to Hazelcast 4.1.6 [#&#8203;28558](https://togithub.com/spring-projects/spring-boot/issues/28558)
-   Upgrade to Johnzon 1.2.15 [#&#8203;28559](https://togithub.com/spring-projects/spring-boot/issues/28559)
-   Upgrade to Kafka 2.7.2 [#&#8203;28694](https://togithub.com/spring-projects/spring-boot/issues/28694)
-   Upgrade to Logback 1.2.7 [#&#8203;28695](https://togithub.com/spring-projects/spring-boot/issues/28695)
-   Upgrade to Micrometer 1.7.6 [#&#8203;28511](https://togithub.com/spring-projects/spring-boot/issues/28511)
-   Upgrade to Neo4j Java Driver 4.2.8 [#&#8203;28717](https://togithub.com/spring-projects/spring-boot/issues/28717)
-   Upgrade to Netty 4.1.70.Final [#&#8203;28560](https://togithub.com/spring-projects/spring-boot/issues/28560)
-   Upgrade to Netty tcNative 2.0.46.Final [#&#8203;28718](https://togithub.com/spring-projects/spring-boot/issues/28718)
-   Upgrade to Reactor 2020.0.13 [#&#8203;28509](https://togithub.com/spring-projects/spring-boot/issues/28509)
-   Upgrade to Spring AMQP 2.3.12 [#&#8203;28600](https://togithub.com/spring-projects/spring-boot/issues/28600)
-   Upgrade to Spring Batch 4.3.4 [#&#8203;28250](https://togithub.com/spring-projects/spring-boot/issues/28250)
-   Upgrade to Spring Data 2021.0.7 [#&#8203;28512](https://togithub.com/spring-projects/spring-boot/issues/28512)
-   Upgrade to Spring Framework 5.3.13 [#&#8203;28510](https://togithub.com/spring-projects/spring-boot/issues/28510)
-   Upgrade to Spring HATEOAS 1.3.6 [#&#8203;28609](https://togithub.com/spring-projects/spring-boot/issues/28609)
-   Upgrade to Spring Integration 5.5.6 [#&#8203;28513](https://togithub.com/spring-projects/spring-boot/issues/28513)
-   Upgrade to Spring Kafka 2.7.9 [#&#8203;28539](https://togithub.com/spring-projects/spring-boot/issues/28539)
-   Upgrade to Tomcat 9.0.55 [#&#8203;28696](https://togithub.com/spring-projects/spring-boot/issues/28696)

#### ❤️ Contributors

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

-   [@&#8203;izeye](https://togithub.com/izeye)
-   [@&#8203;ghusta](https://togithub.com/ghusta)
-   [@&#8203;dreis2211](https://togithub.com/dreis2211)
-   [@&#8203;jzheaux](https://togithub.com/jzheaux)
-   [@&#8203;phxql](https://togithub.com/phxql)
-   [@&#8203;polarbear567](https://togithub.com/polarbear567)
-   [@&#8203;vpavic](https://togithub.com/vpavic)
-   [@&#8203;weixsun](https://togithub.com/weixsun)
-   [@&#8203;slowjoe007](https://togithub.com/slowjoe007)
-   [@&#8203;ledoyen](https://togithub.com/ledoyen)

</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-recaptchaenterprise).
Sita04 pushed a commit that referenced this issue Nov 15, 2022
…test to v2.6.0 (#644)

[![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.springframework.boot:spring-boot-starter-test](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.5.6` -> `2.6.0` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-test/2.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-test/2.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-test/2.6.0/compatibility-slim/2.5.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-test/2.6.0/confidence-slim/2.5.6)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v2.6.0`](https://togithub.com/spring-projects/spring-boot/releases/v2.6.0)

[Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v2.5.7...v2.6.0)

For full [upgrade instructions](https://togithub.com/spring-projects/spring-boot/wiki/Spring-Boot-2.6-Release-Notes#upgrading-from-spring-boot-25) and [new and noteworthy features](https://togithub.com/spring-projects/spring-boot/wiki/Spring-Boot-2.6-Release-Notes#new-and-noteworthy) please see the [release notes](https://togithub.com/spring-projects/spring-boot/wiki/Spring-Boot-2.6-Release-Notes).

#### ⭐ New Features

-   Support both kebab-case and camelCase as Spring init CLI Options [#&#8203;28138](https://togithub.com/spring-projects/spring-boot/pull/28138)

#### 🐞 Bug Fixes

-   Profiles added using `@ActiveProfiles` have different precedence [#&#8203;28724](https://togithub.com/spring-projects/spring-boot/issues/28724)
-   Dependency management for JSTL is out of date [#&#8203;28660](https://togithub.com/spring-projects/spring-boot/issues/28660)
-   A RestClientBuilder bean is not defined when RestHighLevelClient is unavailable [#&#8203;28655](https://togithub.com/spring-projects/spring-boot/pull/28655)
-   JUnit annotations may prevent a test context from being cached [#&#8203;28566](https://togithub.com/spring-projects/spring-boot/issues/28566)
-   Avoid duplicate AOP proxy class definition with FilteredClassLoader [#&#8203;28545](https://togithub.com/spring-projects/spring-boot/issues/28545)
-   Metrics for ThreadPoolTaskScheduler can conflict with the metrics of ThreadPoolTaskExecutor if they share the same bean name prefix [#&#8203;28536](https://togithub.com/spring-projects/spring-boot/issues/28536)
-   Task metrics should not expose time-related metrics as these are not supported yet [#&#8203;28535](https://togithub.com/spring-projects/spring-boot/issues/28535)
-   Logback should default to JVM's default charset instead of ASCII [#&#8203;28487](https://togithub.com/spring-projects/spring-boot/issues/28487)
-   When a parent context has method validation configuration, it isn't auto-configured in its child contexts [#&#8203;28480](https://togithub.com/spring-projects/spring-boot/issues/28480)
-   Prometheus actuator endpoint should produce a text/plain response unless application/openmetrics-text is explicitly accepted [#&#8203;28469](https://togithub.com/spring-projects/spring-boot/issues/28469)
-   Lettuce metrics auto-configuration should not require Spring Data [#&#8203;28436](https://togithub.com/spring-projects/spring-boot/pull/28436)
-   Error page is accessible when no credentials are provided [#&#8203;26356](https://togithub.com/spring-projects/spring-boot/issues/26356)

#### 📔 Documentation

-   Fix "Configure Two DataSources" example [#&#8203;28713](https://togithub.com/spring-projects/spring-boot/issues/28713)
-   Configuration sample in reference doc has wrong yaml formatting [#&#8203;28693](https://togithub.com/spring-projects/spring-boot/issues/28693)
-   Fix yaml sample format in reference doc [#&#8203;28692](https://togithub.com/spring-projects/spring-boot/issues/28692)
-   Update URL for GraphQL Spring Boot starter [#&#8203;28691](https://togithub.com/spring-projects/spring-boot/issues/28691)
-   Fix `@deprecated` and `@see` in org.springframework.boot.loader.archive.Archive's javadoc [#&#8203;28681](https://togithub.com/spring-projects/spring-boot/issues/28681)
-   Update links to Spring Security's reference documentation [#&#8203;28618](https://togithub.com/spring-projects/spring-boot/issues/28618)
-   Replace "e.g." by "for example" [#&#8203;28583](https://togithub.com/spring-projects/spring-boot/pull/28583)
-   Fix typo in "Ant-style path matching" [#&#8203;28550](https://togithub.com/spring-projects/spring-boot/issues/28550)
-   Replace "refer to" with "see" [#&#8203;28537](https://togithub.com/spring-projects/spring-boot/pull/28537)
-   Replace "check out" with more formal language [#&#8203;28503](https://togithub.com/spring-projects/spring-boot/pull/28503)
-   Replace "etc" in reference documentation [#&#8203;28497](https://togithub.com/spring-projects/spring-boot/pull/28497)
-   Change description of property "logging.logback.rollingpolicy.max-history" to match Logback documentation [#&#8203;28467](https://togithub.com/spring-projects/spring-boot/issues/28467)
-   Improve documentation on using an embedded ActiveMQ broker [#&#8203;28435](https://togithub.com/spring-projects/spring-boot/issues/28435)
-   Remove use of {`@code` ? } from configuration property descriptions [#&#8203;28431](https://togithub.com/spring-projects/spring-boot/issues/28431)
-   Reinstate monospaced formatting in Actuator endpoint documentation [#&#8203;28430](https://togithub.com/spring-projects/spring-boot/issues/28430)

#### 🔨 Dependency Upgrades

-   Upgrade to AppEngine SDK 1.9.92 [#&#8203;28569](https://togithub.com/spring-projects/spring-boot/issues/28569)
-   Upgrade to Awaitility 4.1.1 [#&#8203;28570](https://togithub.com/spring-projects/spring-boot/issues/28570)
-   Upgrade to Byte Buddy 1.11.22 [#&#8203;28571](https://togithub.com/spring-projects/spring-boot/issues/28571)
-   Upgrade to Couchbase Client 3.2.3 [#&#8203;28664](https://togithub.com/spring-projects/spring-boot/issues/28664)
-   Upgrade to Elasticsearch 7.15.2 [#&#8203;28665](https://togithub.com/spring-projects/spring-boot/issues/28665)
-   Upgrade to Flyway 8.0.4 [#&#8203;28697](https://togithub.com/spring-projects/spring-boot/issues/28697)
-   Upgrade to Gson 2.8.9 [#&#8203;28573](https://togithub.com/spring-projects/spring-boot/issues/28573)
-   Upgrade to Hibernate 5.6.1.Final [#&#8203;28574](https://togithub.com/spring-projects/spring-boot/issues/28574)
-   Upgrade to HttpClient5 5.1.2 [#&#8203;28719](https://togithub.com/spring-projects/spring-boot/issues/28719)
-   Upgrade to Johnzon 1.2.15 [#&#8203;28576](https://togithub.com/spring-projects/spring-boot/issues/28576)
-   Upgrade to Kotlin 1.6.0 [#&#8203;28698](https://togithub.com/spring-projects/spring-boot/issues/28698)
-   Upgrade to Logback 1.2.7 [#&#8203;28699](https://togithub.com/spring-projects/spring-boot/issues/28699)
-   Upgrade to Micrometer 1.8.0 [#&#8203;28516](https://togithub.com/spring-projects/spring-boot/issues/28516)
-   Upgrade to MongoDB 4.4.0 [#&#8203;28666](https://togithub.com/spring-projects/spring-boot/issues/28666)
-   Upgrade to Neo4j Java Driver 4.3.6 [#&#8203;28667](https://togithub.com/spring-projects/spring-boot/issues/28667)
-   Upgrade to Netty 4.1.70.Final [#&#8203;28579](https://togithub.com/spring-projects/spring-boot/issues/28579)
-   Upgrade to Netty tcNative 2.0.46.Final [#&#8203;28720](https://togithub.com/spring-projects/spring-boot/issues/28720)
-   Upgrade to Postgresql 42.3.1 [#&#8203;28581](https://togithub.com/spring-projects/spring-boot/issues/28581)
-   Upgrade to Reactor 2020.0.13 [#&#8203;28514](https://togithub.com/spring-projects/spring-boot/issues/28514)
-   Upgrade to Spring AMQP 2.4.0 [#&#8203;28518](https://togithub.com/spring-projects/spring-boot/issues/28518)
-   Upgrade to Spring Batch 4.3.4 [#&#8203;28261](https://togithub.com/spring-projects/spring-boot/issues/28261)
-   Upgrade to Spring Data 2021.1.0 [#&#8203;28517](https://togithub.com/spring-projects/spring-boot/issues/28517)
-   Upgrade to Spring Framework 5.3.13 [#&#8203;28515](https://togithub.com/spring-projects/spring-boot/issues/28515)
-   Upgrade to Spring HATEOAS 1.4.0 [#&#8203;28610](https://togithub.com/spring-projects/spring-boot/issues/28610)
-   Upgrade to Spring Integration 5.5.6 [#&#8203;28521](https://togithub.com/spring-projects/spring-boot/issues/28521)
-   Upgrade to Spring Kafka 2.8.0 [#&#8203;28519](https://togithub.com/spring-projects/spring-boot/issues/28519)
-   Upgrade to Spring Security 5.6.0 [#&#8203;28520](https://togithub.com/spring-projects/spring-boot/issues/28520)
-   Upgrade to Spring Session 2021.1.0 [#&#8203;28522](https://togithub.com/spring-projects/spring-boot/issues/28522)
-   Upgrade to Tomcat 9.0.55 [#&#8203;28700](https://togithub.com/spring-projects/spring-boot/issues/28700)

#### ❤️ Contributors

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

-   [@&#8203;filiphr](https://togithub.com/filiphr)
-   [@&#8203;dreis2211](https://togithub.com/dreis2211)
-   [@&#8203;jzheaux](https://togithub.com/jzheaux)
-   [@&#8203;sokomishalov](https://togithub.com/sokomishalov)
-   [@&#8203;phxql](https://togithub.com/phxql)
-   [@&#8203;vpavic](https://togithub.com/vpavic)
-   [@&#8203;weixsun](https://togithub.com/weixsun)
-   [@&#8203;ledoyen](https://togithub.com/ledoyen)
-   [@&#8203;izeye](https://togithub.com/izeye)
-   [@&#8203;ghusta](https://togithub.com/ghusta)
-   [@&#8203;Buzzardo](https://togithub.com/Buzzardo)
-   [@&#8203;davidh44](https://togithub.com/davidh44)
-   [@&#8203;vignesh1992](https://togithub.com/vignesh1992)
-   [@&#8203;polarbear567](https://togithub.com/polarbear567)
-   [@&#8203;slowjoe007](https://togithub.com/slowjoe007)

### [`v2.5.7`](https://togithub.com/spring-projects/spring-boot/releases/v2.5.7)

[Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v2.5.6...v2.5.7)

#### 🐞 Bug Fixes

-   Dependency management for JSTL is out of date [#&#8203;28659](https://togithub.com/spring-projects/spring-boot/issues/28659)
-   JUnit annotations may prevent a test context from being cached [#&#8203;28565](https://togithub.com/spring-projects/spring-boot/issues/28565)
-   Avoid duplicate AOP proxy class definition with FilteredClassLoader [#&#8203;28531](https://togithub.com/spring-projects/spring-boot/pull/28531)
-   Profiles added using `@ActiveProfiles` have different precedence [#&#8203;28530](https://togithub.com/spring-projects/spring-boot/issues/28530)
-   Logback should default to JVM's default charset instead of ASCII [#&#8203;28486](https://togithub.com/spring-projects/spring-boot/issues/28486)
-   When a parent context has method validation configuration, it isn't auto-configured in its child contexts [#&#8203;28479](https://togithub.com/spring-projects/spring-boot/issues/28479)
-   Prometheus actuator endpoint should produce a text/plain response unless application/openmetrics-text is explicitly accepted [#&#8203;28446](https://togithub.com/spring-projects/spring-boot/issues/28446)

#### 📔 Documentation

-   Fix "Configure Two DataSources" example [#&#8203;28712](https://togithub.com/spring-projects/spring-boot/pull/28712)
-   Update URL for GraphQL Spring Boot starter [#&#8203;28683](https://togithub.com/spring-projects/spring-boot/pull/28683)
-   Fix `@deprecated` and `@see` in org.springframework.boot.loader.archive.Archive's javadoc [#&#8203;28680](https://togithub.com/spring-projects/spring-boot/issues/28680)
-   Configuration sample in reference doc has wrong yaml formatting [#&#8203;28671](https://togithub.com/spring-projects/spring-boot/pull/28671)
-   Fix yaml sample format in reference doc [#&#8203;28670](https://togithub.com/spring-projects/spring-boot/pull/28670)
-   Fix typo in "Ant-style path matching" [#&#8203;28549](https://togithub.com/spring-projects/spring-boot/issues/28549)
-   Change description of property "logging.logback.rollingpolicy.max-history" to match Logback documentation [#&#8203;28466](https://togithub.com/spring-projects/spring-boot/issues/28466)
-   Improve documentation on using an embedded ActiveMQ broker [#&#8203;28434](https://togithub.com/spring-projects/spring-boot/issues/28434)
-   Don't use markdown syntax in javadoc or error messages [#&#8203;28424](https://togithub.com/spring-projects/spring-boot/issues/28424)

#### 🔨 Dependency Upgrades

-   Upgrade to AppEngine SDK 1.9.92 [#&#8203;28556](https://togithub.com/spring-projects/spring-boot/issues/28556)
-   Upgrade to Gson 2.8.9 [#&#8203;28557](https://togithub.com/spring-projects/spring-boot/issues/28557)
-   Upgrade to Hazelcast 4.1.6 [#&#8203;28558](https://togithub.com/spring-projects/spring-boot/issues/28558)
-   Upgrade to Johnzon 1.2.15 [#&#8203;28559](https://togithub.com/spring-projects/spring-boot/issues/28559)
-   Upgrade to Kafka 2.7.2 [#&#8203;28694](https://togithub.com/spring-projects/spring-boot/issues/28694)
-   Upgrade to Logback 1.2.7 [#&#8203;28695](https://togithub.com/spring-projects/spring-boot/issues/28695)
-   Upgrade to Micrometer 1.7.6 [#&#8203;28511](https://togithub.com/spring-projects/spring-boot/issues/28511)
-   Upgrade to Neo4j Java Driver 4.2.8 [#&#8203;28717](https://togithub.com/spring-projects/spring-boot/issues/28717)
-   Upgrade to Netty 4.1.70.Final [#&#8203;28560](https://togithub.com/spring-projects/spring-boot/issues/28560)
-   Upgrade to Netty tcNative 2.0.46.Final [#&#8203;28718](https://togithub.com/spring-projects/spring-boot/issues/28718)
-   Upgrade to Reactor 2020.0.13 [#&#8203;28509](https://togithub.com/spring-projects/spring-boot/issues/28509)
-   Upgrade to Spring AMQP 2.3.12 [#&#8203;28600](https://togithub.com/spring-projects/spring-boot/issues/28600)
-   Upgrade to Spring Batch 4.3.4 [#&#8203;28250](https://togithub.com/spring-projects/spring-boot/issues/28250)
-   Upgrade to Spring Data 2021.0.7 [#&#8203;28512](https://togithub.com/spring-projects/spring-boot/issues/28512)
-   Upgrade to Spring Framework 5.3.13 [#&#8203;28510](https://togithub.com/spring-projects/spring-boot/issues/28510)
-   Upgrade to Spring HATEOAS 1.3.6 [#&#8203;28609](https://togithub.com/spring-projects/spring-boot/issues/28609)
-   Upgrade to Spring Integration 5.5.6 [#&#8203;28513](https://togithub.com/spring-projects/spring-boot/issues/28513)
-   Upgrade to Spring Kafka 2.7.9 [#&#8203;28539](https://togithub.com/spring-projects/spring-boot/issues/28539)
-   Upgrade to Tomcat 9.0.55 [#&#8203;28696](https://togithub.com/spring-projects/spring-boot/issues/28696)

#### ❤️ Contributors

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

-   [@&#8203;izeye](https://togithub.com/izeye)
-   [@&#8203;ghusta](https://togithub.com/ghusta)
-   [@&#8203;dreis2211](https://togithub.com/dreis2211)
-   [@&#8203;jzheaux](https://togithub.com/jzheaux)
-   [@&#8203;phxql](https://togithub.com/phxql)
-   [@&#8203;polarbear567](https://togithub.com/polarbear567)
-   [@&#8203;vpavic](https://togithub.com/vpavic)
-   [@&#8203;weixsun](https://togithub.com/weixsun)
-   [@&#8203;slowjoe007](https://togithub.com/slowjoe007)
-   [@&#8203;ledoyen](https://togithub.com/ledoyen)

</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-recaptchaenterprise).
charlieyu1996 pushed a commit that referenced this issue Nov 15, 2022
…3.0 (#644)

[![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://togithub.com/GoogleCloudPlatform/cloud-opensource-java)) | `24.2.0` -> `24.3.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/24.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/24.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/24.3.0/compatibility-slim/24.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/24.3.0/confidence-slim/24.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**: 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-texttospeech).
Shabirmean pushed a commit that referenced this issue Nov 18, 2022
….1 (#644)

[![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-storage](https://togithub.com/googleapis/java-storage) | `2.1.0` -> `2.1.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.1.1/compatibility-slim/2.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.1.1/confidence-slim/2.1.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v2.1.1`](https://togithub.com/googleapis/java-storage/blob/master/CHANGELOG.md#&#8203;211-httpswwwgithubcomgoogleapisjava-storagecomparev210v211-2021-09-03)

[Compare Source](https://togithub.com/googleapis/java-storage/compare/v2.1.0...v2.1.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, check this box.

---

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-aiplatform).
gcf-merge-on-green bot pushed a commit that referenced this issue Dec 20, 2022
### Migrating samples from [googleapis/java-aiplatform](https://togithub.com/googleapis/java-aiplatform/tree/main/samples) into [java-docs-samples/aiplatform](https://togithub.com/GoogleCloudPlatform/java-docs-samples)
---

- feat: initial code generation
- chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.18 (#2)
- chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.19 (#11)
- samples: update pom.xml (s) in the samples dir (#24)
- chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.21 (#14)
- test(deps): update dependency junit:junit to v4.13.1
- test(deps): update dependency com.google.truth:truth to v1.1 (#33)
- deps: update dependency com.google.cloud:google-cloud-storage to v1.113.2 (#38)
- samples: ucaip samples batch 3 of 6 (#18)
- samples: ucaip batch samples 4 of 6 (#19)
- samples: ucaip batch samples 5 of 6 (#20)
- samples: ucaip samples batch 6 of  6 (#17)
- samples: ucaip sample batch 2 of 6 (#15)
- chore: delete ununsed format script (#48)
- samples: initial commit  and it is missing env vars for testing (#7)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v0.1.0 (#59)
- samples(deps): update dependency com.google.cloud:google-cloud-storage to v1.113.3 (#55)
- samples(deps): update dependency com.google.protobuf:protobuf-java-util to v4.0.0-rc-2 (#27)
- samples: adds custom model, action recognition samples and tests (#111)
- feat: adds ValueConverter utility and demo samples (#108)
- samples(deps): update dependency com.google.cloud:google-cloud-storage to v1.113.8 (#72)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v0.2.0 (#133)
- test(deps): update dependency com.google.truth:truth to v1.1.2 (#138)
- samples: adds enhanced library samples (#134)
- test(deps): update dependency junit:junit to v4.13.2 (#161)
- deps: update dependency com.google.cloud:google-cloud-storage to v1.113.9 (#132)
- fix: reduces image object detection test resource file size (#154)
- deps: update dependency com.google.cloud:google-cloud-storage to v1.113.10 (#164)
- feat: updates library for v1 service (#157)
- deps: update dependency com.google.cloud:google-cloud-storage to v1.113.11 (#175)
- docs: updates prediction to new hostname (#173)
- chore: replaced hard-coded values with env vars (#185)
- deps: update dependency com.google.cloud:google-cloud-storage to v1.113.12 (#186)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v0.3.0 (#188)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.3.0 (#189)
- deps: update dependency com.google.cloud:google-cloud-storage to v1.113.14 (#202)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v0.4.0 (#209)
- chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.22 (#223)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.4.0 (#210)
- deps: update dependency com.google.cloud:google-cloud-storage to v1.113.15 (#232)
- samples: updates samples to v1 (1 of 8) (#206)
- samples: updates samples to v1 (2 of 8) (#212)
- test(teardown): refactored teardown section of test (#254)
- test(env var): added missing requireEnv val (#255)
- samples:  updates samples to v1 (3 of 8) (#215)
- samples: updates samples to v1 (5 of 10) (#235)
- samples: updates samples to v1 (4 of 10) (#233)
- deps: update dependency com.google.cloud:google-cloud-storage to v1.113.16 (#334)
- chore: Increasing timeout createdataset (#337)
- samples: updates samples to v1 (7 of 10) (#238)
- samples: updates samples to v1 (6 of 10) (#236)
- samples: updates samples to v1 (8 of 8) (#239)
- deps: update dependency com.google.cloud:google-cloud-storage to v1.114.0 (#349)
- deps: update dependency com.google.code.gson:gson to v2.8.7 (#382)
- test(deps): update dependency com.google.truth:truth to v1.1.3 (#383)
- chore: changes product name to 'Vertex AI' (#373)
- chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.23 (#399)
- deps: update dependency com.google.cloud:google-cloud-storage to v1.115.0 (#396)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v1 (#406)
- chore: disabling ITs to reduce cost & resolve quota issue (#421)
- deps: update dependency com.google.cloud:google-cloud-storage to v1.117.1 (#422)
- test: Refactor teardown (#424)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.5.1 (#428)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v1.0.2 (#427)
- deps: update dependency com.google.cloud:google-cloud-storage to v1.118.0 (#440)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.5.2 (#434)
- deps: update dependency com.google.cloud:google-cloud-storage to v2 (#610)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2 (#609)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.0.1 (#612)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.6.0 (#608)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.0.1 (#616)
- deps: update dependency com.google.code.gson:gson to v2.8.8 (#622)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.0.2 (#621)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.6.1 (#617)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.1.0 (#630)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.6.2 (#629)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.0.2 (#628)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.1.0 (#640)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.1.1 (#644)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.2.0 (#650)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.8.0 (#641)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.2.1 (#660)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.1.2 (#662)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.8.1 (#661)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.8.2 (#666)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.1.3 (#667)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.1.4 (#669)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.1.5 (#673)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.2.2 (#665)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.8.3 (#678)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.2.3 (#677)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.2.4 (#681)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.1.6 (#683)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.8.4 (#682)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.1.7 (#689)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.1.8 (#696)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.1.9 (#698)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.3.0 (#702)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.9.0 (#703)
- deps: update dependency com.google.code.gson:gson to v2.8.9 (#707)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.2.0 (#710)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.2.1 (#722)
- docs: Added evalId comment to samples (#727)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.10.0 (#733)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.4.0 (#732)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.11.0 (#740)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.5.0 (#739)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.2.2 (#747)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.11.2 (#744)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.5.2 (#748)
- chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.0.24 (#734)
- chore(deps): update dependency com.google.cloud.samples:shared-configuration to v1.2.0 (#749)
- test: Add null check in teardown (#752)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.2.3 (#764)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.3.0 (#773)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.11.3 (#762)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.5.3 (#761)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.6.0 (#784)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.12.0 (#782)
- deps: update dependency com.google.code.gson:gson to v2.9.0 (#792)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.4.0 (#783)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.4.4 (#801)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.7.0 (#807)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.13.0 (#808)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.7.1 (#813)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.13.1 (#812)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.7.2 (#819)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.13.2 (#817)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.4.5 (#818)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.7.3 (#822)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.13.3 (#823)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.7.4 (#828)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.13.4 (#829)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.5.0 (#834)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.5.1 (#835)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.8.0 (#838)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.6.0 (#840)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.14.0 (#839)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.8.1 (#846)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.14.1 (#847)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.14.2 (#852)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.8.2 (#851)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.8.3 (#855)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.14.3 (#856)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.14.4 (#860)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.8.4 (#859)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.6.1 (#863)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.8.5 (#868)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.14.5 (#869)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.14.6 (#875)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.8.6 (#874)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.8.7 (#878)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.14.7 (#879)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.8.8 (#882)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.14.8 (#883)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.14.9 (#890)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.8.9 (#889)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.15.0 (#915)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.7.0 (#916)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.9.0 (#914)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.9.1 (#919)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.15.1 (#920)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.15.2 (#924)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.9.2 (#923)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.9.3 (#927)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.15.3 (#928)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.15.4 (#932)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.9.4 (#931)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.15.5 (#936)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.9.5 (#935)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.9.6 (#941)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.15.6 (#942)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.9.7 (#953)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.15.7 (#954)
- feat(samples): add create-featurestore sample (#948)
- feat(samples): added all entity type samples (#976)
- feat(samples): add remaining featurestore api samples (#974)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v3 (#986)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.17.0 (#1003)
- deps: update dependency com.google.code.gson:gson to v2.9.1 (#1001)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.10.0 (#1004)
- feat(samples): add all feature samples (#980)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.11.0 (#1005)
- feat(samples): add all feature values samples (#981)
- deps: update dependency com.google.cloud:google-cloud-bigquery to v2.14.1 (#1006)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.11.1 (#1008)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.11.2 (#1010)
- deps: update dependency com.google.cloud:google-cloud-bigquery to v2.14.3 (#1009)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v3.2.0 (#1020)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.18.0 (#1021)
- deps: update dependency com.google.cloud:google-cloud-bigquery to v2.14.5 (#1016)
- deps: update dependency com.google.cloud:google-cloud-bigquery to v2.14.6 (#1026)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.11.3 (#1015)
- deps: update dependency com.google.cloud:google-cloud-bigquery to v2.14.7 (#1031)
- deps: update dependency com.google.cloud:google-cloud-bigquery to v2.15.0 (#1040)
- deps: update dependency com.google.cloud:google-cloud-bigquery to v2.16.0 (#1044)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.19.0 (#1051)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v3.3.0 (#1050)
- deps: update dependency com.google.cloud:google-cloud-bigquery to v2.16.1 (#1046)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.12.0 (#1047)
- feat(sample): featurestore node updates (#1028)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v3.4.0 (#1085)
- deps: update dependency com.google.cloud:google-cloud-bigquery to v2.17.0 (#1082)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.20.0 (#1086)
- deps: update dependency com.google.cloud:google-cloud-storage to v2.13.0 (#1087)
- deps: update dependency com.google.cloud:google-cloud-bigquery to v2.17.1 (#1092)
- chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v3.4.1 (#1090)
- deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.20.1 (#1091)
- deps: update dependency com.google.cloud:google-cloud-bigquery to v2.18.0 (#1113)

Fixes #issue

> It's a good idea to open an issue first for discussion.

- [ ] I have followed [Sample Format Guide](https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md)
- [ ] `pom.xml` parent set to latest `shared-configuration`
- [ ] Appropriate changes to README are included in PR
- [ ] API's need to be enabled to test (tell us)
- [ ] Environment Variables need to be set (ask us to set them)
- [ ] **Tests** pass:   `mvn clean verify` **required**
- [ ] **Lint**  passes: `mvn -P lint checkstyle:check` **required**
- [ ] **Static Analysis**:  `mvn -P lint clean compile pmd:cpd-check spotbugs:check` **advisory only**
- [ ] Please **merge** this PR for me once it is approved.
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

No branches or pull requests

4 participants