-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
how can i use URL for images #645
Comments
What environment? GCE / GAEstd / GAEflex / GKE Lots of answers, don't want to point you in a bad direction. |
Closing issue, please re-open if you are still running into issues. |
averikitsch
pushed a commit
that referenced
this issue
Oct 27, 2022
…2.9 (#645) [![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:native-image-support](https://togithub.com/googleapis/java-core) | `0.12.8` -> `0.12.9` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:native-image-support/0.12.9/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:native-image-support/0.12.9/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:native-image-support/0.12.9/compatibility-slim/0.12.8)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:native-image-support/0.12.9/confidence-slim/0.12.8)](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-tasks).
9 tasks
9 tasks
Sita04
pushed a commit
that referenced
this issue
Nov 11, 2022
…thymeleaf to v2.6.0 (#645) [![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-thymeleaf](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-thymeleaf/2.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/2.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/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-thymeleaf/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 [#​28138](https://togithub.com/spring-projects/spring-boot/pull/28138) #### 🐞 Bug Fixes - Profiles added using `@ActiveProfiles` have different precedence [#​28724](https://togithub.com/spring-projects/spring-boot/issues/28724) - Dependency management for JSTL is out of date [#​28660](https://togithub.com/spring-projects/spring-boot/issues/28660) - A RestClientBuilder bean is not defined when RestHighLevelClient is unavailable [#​28655](https://togithub.com/spring-projects/spring-boot/pull/28655) - JUnit annotations may prevent a test context from being cached [#​28566](https://togithub.com/spring-projects/spring-boot/issues/28566) - Avoid duplicate AOP proxy class definition with FilteredClassLoader [#​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 [#​28536](https://togithub.com/spring-projects/spring-boot/issues/28536) - Task metrics should not expose time-related metrics as these are not supported yet [#​28535](https://togithub.com/spring-projects/spring-boot/issues/28535) - Logback should default to JVM's default charset instead of ASCII [#​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 [#​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 [#​28469](https://togithub.com/spring-projects/spring-boot/issues/28469) - Lettuce metrics auto-configuration should not require Spring Data [#​28436](https://togithub.com/spring-projects/spring-boot/pull/28436) - Error page is accessible when no credentials are provided [#​26356](https://togithub.com/spring-projects/spring-boot/issues/26356) #### 📔 Documentation - Fix "Configure Two DataSources" example [#​28713](https://togithub.com/spring-projects/spring-boot/issues/28713) - Configuration sample in reference doc has wrong yaml formatting [#​28693](https://togithub.com/spring-projects/spring-boot/issues/28693) - Fix yaml sample format in reference doc [#​28692](https://togithub.com/spring-projects/spring-boot/issues/28692) - Update URL for GraphQL Spring Boot starter [#​28691](https://togithub.com/spring-projects/spring-boot/issues/28691) - Fix `@deprecated` and `@see` in org.springframework.boot.loader.archive.Archive's javadoc [#​28681](https://togithub.com/spring-projects/spring-boot/issues/28681) - Update links to Spring Security's reference documentation [#​28618](https://togithub.com/spring-projects/spring-boot/issues/28618) - Replace "e.g." by "for example" [#​28583](https://togithub.com/spring-projects/spring-boot/pull/28583) - Fix typo in "Ant-style path matching" [#​28550](https://togithub.com/spring-projects/spring-boot/issues/28550) - Replace "refer to" with "see" [#​28537](https://togithub.com/spring-projects/spring-boot/pull/28537) - Replace "check out" with more formal language [#​28503](https://togithub.com/spring-projects/spring-boot/pull/28503) - Replace "etc" in reference documentation [#​28497](https://togithub.com/spring-projects/spring-boot/pull/28497) - Change description of property "logging.logback.rollingpolicy.max-history" to match Logback documentation [#​28467](https://togithub.com/spring-projects/spring-boot/issues/28467) - Improve documentation on using an embedded ActiveMQ broker [#​28435](https://togithub.com/spring-projects/spring-boot/issues/28435) - Remove use of {`@code` ? } from configuration property descriptions [#​28431](https://togithub.com/spring-projects/spring-boot/issues/28431) - Reinstate monospaced formatting in Actuator endpoint documentation [#​28430](https://togithub.com/spring-projects/spring-boot/issues/28430) #### 🔨 Dependency Upgrades - Upgrade to AppEngine SDK 1.9.92 [#​28569](https://togithub.com/spring-projects/spring-boot/issues/28569) - Upgrade to Awaitility 4.1.1 [#​28570](https://togithub.com/spring-projects/spring-boot/issues/28570) - Upgrade to Byte Buddy 1.11.22 [#​28571](https://togithub.com/spring-projects/spring-boot/issues/28571) - Upgrade to Couchbase Client 3.2.3 [#​28664](https://togithub.com/spring-projects/spring-boot/issues/28664) - Upgrade to Elasticsearch 7.15.2 [#​28665](https://togithub.com/spring-projects/spring-boot/issues/28665) - Upgrade to Flyway 8.0.4 [#​28697](https://togithub.com/spring-projects/spring-boot/issues/28697) - Upgrade to Gson 2.8.9 [#​28573](https://togithub.com/spring-projects/spring-boot/issues/28573) - Upgrade to Hibernate 5.6.1.Final [#​28574](https://togithub.com/spring-projects/spring-boot/issues/28574) - Upgrade to HttpClient5 5.1.2 [#​28719](https://togithub.com/spring-projects/spring-boot/issues/28719) - Upgrade to Johnzon 1.2.15 [#​28576](https://togithub.com/spring-projects/spring-boot/issues/28576) - Upgrade to Kotlin 1.6.0 [#​28698](https://togithub.com/spring-projects/spring-boot/issues/28698) - Upgrade to Logback 1.2.7 [#​28699](https://togithub.com/spring-projects/spring-boot/issues/28699) - Upgrade to Micrometer 1.8.0 [#​28516](https://togithub.com/spring-projects/spring-boot/issues/28516) - Upgrade to MongoDB 4.4.0 [#​28666](https://togithub.com/spring-projects/spring-boot/issues/28666) - Upgrade to Neo4j Java Driver 4.3.6 [#​28667](https://togithub.com/spring-projects/spring-boot/issues/28667) - Upgrade to Netty 4.1.70.Final [#​28579](https://togithub.com/spring-projects/spring-boot/issues/28579) - Upgrade to Netty tcNative 2.0.46.Final [#​28720](https://togithub.com/spring-projects/spring-boot/issues/28720) - Upgrade to Postgresql 42.3.1 [#​28581](https://togithub.com/spring-projects/spring-boot/issues/28581) - Upgrade to Reactor 2020.0.13 [#​28514](https://togithub.com/spring-projects/spring-boot/issues/28514) - Upgrade to Spring AMQP 2.4.0 [#​28518](https://togithub.com/spring-projects/spring-boot/issues/28518) - Upgrade to Spring Batch 4.3.4 [#​28261](https://togithub.com/spring-projects/spring-boot/issues/28261) - Upgrade to Spring Data 2021.1.0 [#​28517](https://togithub.com/spring-projects/spring-boot/issues/28517) - Upgrade to Spring Framework 5.3.13 [#​28515](https://togithub.com/spring-projects/spring-boot/issues/28515) - Upgrade to Spring HATEOAS 1.4.0 [#​28610](https://togithub.com/spring-projects/spring-boot/issues/28610) - Upgrade to Spring Integration 5.5.6 [#​28521](https://togithub.com/spring-projects/spring-boot/issues/28521) - Upgrade to Spring Kafka 2.8.0 [#​28519](https://togithub.com/spring-projects/spring-boot/issues/28519) - Upgrade to Spring Security 5.6.0 [#​28520](https://togithub.com/spring-projects/spring-boot/issues/28520) - Upgrade to Spring Session 2021.1.0 [#​28522](https://togithub.com/spring-projects/spring-boot/issues/28522) - Upgrade to Tomcat 9.0.55 [#​28700](https://togithub.com/spring-projects/spring-boot/issues/28700) #### ❤️ Contributors We'd like to thank all the contributors who worked on this release! - [@​filiphr](https://togithub.com/filiphr) - [@​dreis2211](https://togithub.com/dreis2211) - [@​jzheaux](https://togithub.com/jzheaux) - [@​sokomishalov](https://togithub.com/sokomishalov) - [@​phxql](https://togithub.com/phxql) - [@​vpavic](https://togithub.com/vpavic) - [@​weixsun](https://togithub.com/weixsun) - [@​ledoyen](https://togithub.com/ledoyen) - [@​izeye](https://togithub.com/izeye) - [@​ghusta](https://togithub.com/ghusta) - [@​Buzzardo](https://togithub.com/Buzzardo) - [@​davidh44](https://togithub.com/davidh44) - [@​vignesh1992](https://togithub.com/vignesh1992) - [@​polarbear567](https://togithub.com/polarbear567) - [@​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 [#​28659](https://togithub.com/spring-projects/spring-boot/issues/28659) - JUnit annotations may prevent a test context from being cached [#​28565](https://togithub.com/spring-projects/spring-boot/issues/28565) - Avoid duplicate AOP proxy class definition with FilteredClassLoader [#​28531](https://togithub.com/spring-projects/spring-boot/pull/28531) - Profiles added using `@ActiveProfiles` have different precedence [#​28530](https://togithub.com/spring-projects/spring-boot/issues/28530) - Logback should default to JVM's default charset instead of ASCII [#​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 [#​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 [#​28446](https://togithub.com/spring-projects/spring-boot/issues/28446) #### 📔 Documentation - Fix "Configure Two DataSources" example [#​28712](https://togithub.com/spring-projects/spring-boot/pull/28712) - Update URL for GraphQL Spring Boot starter [#​28683](https://togithub.com/spring-projects/spring-boot/pull/28683) - Fix `@deprecated` and `@see` in org.springframework.boot.loader.archive.Archive's javadoc [#​28680](https://togithub.com/spring-projects/spring-boot/issues/28680) - Configuration sample in reference doc has wrong yaml formatting [#​28671](https://togithub.com/spring-projects/spring-boot/pull/28671) - Fix yaml sample format in reference doc [#​28670](https://togithub.com/spring-projects/spring-boot/pull/28670) - Fix typo in "Ant-style path matching" [#​28549](https://togithub.com/spring-projects/spring-boot/issues/28549) - Change description of property "logging.logback.rollingpolicy.max-history" to match Logback documentation [#​28466](https://togithub.com/spring-projects/spring-boot/issues/28466) - Improve documentation on using an embedded ActiveMQ broker [#​28434](https://togithub.com/spring-projects/spring-boot/issues/28434) - Don't use markdown syntax in javadoc or error messages [#​28424](https://togithub.com/spring-projects/spring-boot/issues/28424) #### 🔨 Dependency Upgrades - Upgrade to AppEngine SDK 1.9.92 [#​28556](https://togithub.com/spring-projects/spring-boot/issues/28556) - Upgrade to Gson 2.8.9 [#​28557](https://togithub.com/spring-projects/spring-boot/issues/28557) - Upgrade to Hazelcast 4.1.6 [#​28558](https://togithub.com/spring-projects/spring-boot/issues/28558) - Upgrade to Johnzon 1.2.15 [#​28559](https://togithub.com/spring-projects/spring-boot/issues/28559) - Upgrade to Kafka 2.7.2 [#​28694](https://togithub.com/spring-projects/spring-boot/issues/28694) - Upgrade to Logback 1.2.7 [#​28695](https://togithub.com/spring-projects/spring-boot/issues/28695) - Upgrade to Micrometer 1.7.6 [#​28511](https://togithub.com/spring-projects/spring-boot/issues/28511) - Upgrade to Neo4j Java Driver 4.2.8 [#​28717](https://togithub.com/spring-projects/spring-boot/issues/28717) - Upgrade to Netty 4.1.70.Final [#​28560](https://togithub.com/spring-projects/spring-boot/issues/28560) - Upgrade to Netty tcNative 2.0.46.Final [#​28718](https://togithub.com/spring-projects/spring-boot/issues/28718) - Upgrade to Reactor 2020.0.13 [#​28509](https://togithub.com/spring-projects/spring-boot/issues/28509) - Upgrade to Spring AMQP 2.3.12 [#​28600](https://togithub.com/spring-projects/spring-boot/issues/28600) - Upgrade to Spring Batch 4.3.4 [#​28250](https://togithub.com/spring-projects/spring-boot/issues/28250) - Upgrade to Spring Data 2021.0.7 [#​28512](https://togithub.com/spring-projects/spring-boot/issues/28512) - Upgrade to Spring Framework 5.3.13 [#​28510](https://togithub.com/spring-projects/spring-boot/issues/28510) - Upgrade to Spring HATEOAS 1.3.6 [#​28609](https://togithub.com/spring-projects/spring-boot/issues/28609) - Upgrade to Spring Integration 5.5.6 [#​28513](https://togithub.com/spring-projects/spring-boot/issues/28513) - Upgrade to Spring Kafka 2.7.9 [#​28539](https://togithub.com/spring-projects/spring-boot/issues/28539) - Upgrade to Tomcat 9.0.55 [#​28696](https://togithub.com/spring-projects/spring-boot/issues/28696) #### ❤️ Contributors We'd like to thank all the contributors who worked on this release! - [@​izeye](https://togithub.com/izeye) - [@​ghusta](https://togithub.com/ghusta) - [@​dreis2211](https://togithub.com/dreis2211) - [@​jzheaux](https://togithub.com/jzheaux) - [@​phxql](https://togithub.com/phxql) - [@​polarbear567](https://togithub.com/polarbear567) - [@​vpavic](https://togithub.com/vpavic) - [@​weixsun](https://togithub.com/weixsun) - [@​slowjoe007](https://togithub.com/slowjoe007) - [@​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
…thymeleaf to v2.6.0 (#645) [![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-thymeleaf](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-thymeleaf/2.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/2.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-thymeleaf/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-thymeleaf/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 [#​28138](https://togithub.com/spring-projects/spring-boot/pull/28138) #### 🐞 Bug Fixes - Profiles added using `@ActiveProfiles` have different precedence [#​28724](https://togithub.com/spring-projects/spring-boot/issues/28724) - Dependency management for JSTL is out of date [#​28660](https://togithub.com/spring-projects/spring-boot/issues/28660) - A RestClientBuilder bean is not defined when RestHighLevelClient is unavailable [#​28655](https://togithub.com/spring-projects/spring-boot/pull/28655) - JUnit annotations may prevent a test context from being cached [#​28566](https://togithub.com/spring-projects/spring-boot/issues/28566) - Avoid duplicate AOP proxy class definition with FilteredClassLoader [#​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 [#​28536](https://togithub.com/spring-projects/spring-boot/issues/28536) - Task metrics should not expose time-related metrics as these are not supported yet [#​28535](https://togithub.com/spring-projects/spring-boot/issues/28535) - Logback should default to JVM's default charset instead of ASCII [#​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 [#​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 [#​28469](https://togithub.com/spring-projects/spring-boot/issues/28469) - Lettuce metrics auto-configuration should not require Spring Data [#​28436](https://togithub.com/spring-projects/spring-boot/pull/28436) - Error page is accessible when no credentials are provided [#​26356](https://togithub.com/spring-projects/spring-boot/issues/26356) #### 📔 Documentation - Fix "Configure Two DataSources" example [#​28713](https://togithub.com/spring-projects/spring-boot/issues/28713) - Configuration sample in reference doc has wrong yaml formatting [#​28693](https://togithub.com/spring-projects/spring-boot/issues/28693) - Fix yaml sample format in reference doc [#​28692](https://togithub.com/spring-projects/spring-boot/issues/28692) - Update URL for GraphQL Spring Boot starter [#​28691](https://togithub.com/spring-projects/spring-boot/issues/28691) - Fix `@deprecated` and `@see` in org.springframework.boot.loader.archive.Archive's javadoc [#​28681](https://togithub.com/spring-projects/spring-boot/issues/28681) - Update links to Spring Security's reference documentation [#​28618](https://togithub.com/spring-projects/spring-boot/issues/28618) - Replace "e.g." by "for example" [#​28583](https://togithub.com/spring-projects/spring-boot/pull/28583) - Fix typo in "Ant-style path matching" [#​28550](https://togithub.com/spring-projects/spring-boot/issues/28550) - Replace "refer to" with "see" [#​28537](https://togithub.com/spring-projects/spring-boot/pull/28537) - Replace "check out" with more formal language [#​28503](https://togithub.com/spring-projects/spring-boot/pull/28503) - Replace "etc" in reference documentation [#​28497](https://togithub.com/spring-projects/spring-boot/pull/28497) - Change description of property "logging.logback.rollingpolicy.max-history" to match Logback documentation [#​28467](https://togithub.com/spring-projects/spring-boot/issues/28467) - Improve documentation on using an embedded ActiveMQ broker [#​28435](https://togithub.com/spring-projects/spring-boot/issues/28435) - Remove use of {`@code` ? } from configuration property descriptions [#​28431](https://togithub.com/spring-projects/spring-boot/issues/28431) - Reinstate monospaced formatting in Actuator endpoint documentation [#​28430](https://togithub.com/spring-projects/spring-boot/issues/28430) #### 🔨 Dependency Upgrades - Upgrade to AppEngine SDK 1.9.92 [#​28569](https://togithub.com/spring-projects/spring-boot/issues/28569) - Upgrade to Awaitility 4.1.1 [#​28570](https://togithub.com/spring-projects/spring-boot/issues/28570) - Upgrade to Byte Buddy 1.11.22 [#​28571](https://togithub.com/spring-projects/spring-boot/issues/28571) - Upgrade to Couchbase Client 3.2.3 [#​28664](https://togithub.com/spring-projects/spring-boot/issues/28664) - Upgrade to Elasticsearch 7.15.2 [#​28665](https://togithub.com/spring-projects/spring-boot/issues/28665) - Upgrade to Flyway 8.0.4 [#​28697](https://togithub.com/spring-projects/spring-boot/issues/28697) - Upgrade to Gson 2.8.9 [#​28573](https://togithub.com/spring-projects/spring-boot/issues/28573) - Upgrade to Hibernate 5.6.1.Final [#​28574](https://togithub.com/spring-projects/spring-boot/issues/28574) - Upgrade to HttpClient5 5.1.2 [#​28719](https://togithub.com/spring-projects/spring-boot/issues/28719) - Upgrade to Johnzon 1.2.15 [#​28576](https://togithub.com/spring-projects/spring-boot/issues/28576) - Upgrade to Kotlin 1.6.0 [#​28698](https://togithub.com/spring-projects/spring-boot/issues/28698) - Upgrade to Logback 1.2.7 [#​28699](https://togithub.com/spring-projects/spring-boot/issues/28699) - Upgrade to Micrometer 1.8.0 [#​28516](https://togithub.com/spring-projects/spring-boot/issues/28516) - Upgrade to MongoDB 4.4.0 [#​28666](https://togithub.com/spring-projects/spring-boot/issues/28666) - Upgrade to Neo4j Java Driver 4.3.6 [#​28667](https://togithub.com/spring-projects/spring-boot/issues/28667) - Upgrade to Netty 4.1.70.Final [#​28579](https://togithub.com/spring-projects/spring-boot/issues/28579) - Upgrade to Netty tcNative 2.0.46.Final [#​28720](https://togithub.com/spring-projects/spring-boot/issues/28720) - Upgrade to Postgresql 42.3.1 [#​28581](https://togithub.com/spring-projects/spring-boot/issues/28581) - Upgrade to Reactor 2020.0.13 [#​28514](https://togithub.com/spring-projects/spring-boot/issues/28514) - Upgrade to Spring AMQP 2.4.0 [#​28518](https://togithub.com/spring-projects/spring-boot/issues/28518) - Upgrade to Spring Batch 4.3.4 [#​28261](https://togithub.com/spring-projects/spring-boot/issues/28261) - Upgrade to Spring Data 2021.1.0 [#​28517](https://togithub.com/spring-projects/spring-boot/issues/28517) - Upgrade to Spring Framework 5.3.13 [#​28515](https://togithub.com/spring-projects/spring-boot/issues/28515) - Upgrade to Spring HATEOAS 1.4.0 [#​28610](https://togithub.com/spring-projects/spring-boot/issues/28610) - Upgrade to Spring Integration 5.5.6 [#​28521](https://togithub.com/spring-projects/spring-boot/issues/28521) - Upgrade to Spring Kafka 2.8.0 [#​28519](https://togithub.com/spring-projects/spring-boot/issues/28519) - Upgrade to Spring Security 5.6.0 [#​28520](https://togithub.com/spring-projects/spring-boot/issues/28520) - Upgrade to Spring Session 2021.1.0 [#​28522](https://togithub.com/spring-projects/spring-boot/issues/28522) - Upgrade to Tomcat 9.0.55 [#​28700](https://togithub.com/spring-projects/spring-boot/issues/28700) #### ❤️ Contributors We'd like to thank all the contributors who worked on this release! - [@​filiphr](https://togithub.com/filiphr) - [@​dreis2211](https://togithub.com/dreis2211) - [@​jzheaux](https://togithub.com/jzheaux) - [@​sokomishalov](https://togithub.com/sokomishalov) - [@​phxql](https://togithub.com/phxql) - [@​vpavic](https://togithub.com/vpavic) - [@​weixsun](https://togithub.com/weixsun) - [@​ledoyen](https://togithub.com/ledoyen) - [@​izeye](https://togithub.com/izeye) - [@​ghusta](https://togithub.com/ghusta) - [@​Buzzardo](https://togithub.com/Buzzardo) - [@​davidh44](https://togithub.com/davidh44) - [@​vignesh1992](https://togithub.com/vignesh1992) - [@​polarbear567](https://togithub.com/polarbear567) - [@​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 [#​28659](https://togithub.com/spring-projects/spring-boot/issues/28659) - JUnit annotations may prevent a test context from being cached [#​28565](https://togithub.com/spring-projects/spring-boot/issues/28565) - Avoid duplicate AOP proxy class definition with FilteredClassLoader [#​28531](https://togithub.com/spring-projects/spring-boot/pull/28531) - Profiles added using `@ActiveProfiles` have different precedence [#​28530](https://togithub.com/spring-projects/spring-boot/issues/28530) - Logback should default to JVM's default charset instead of ASCII [#​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 [#​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 [#​28446](https://togithub.com/spring-projects/spring-boot/issues/28446) #### 📔 Documentation - Fix "Configure Two DataSources" example [#​28712](https://togithub.com/spring-projects/spring-boot/pull/28712) - Update URL for GraphQL Spring Boot starter [#​28683](https://togithub.com/spring-projects/spring-boot/pull/28683) - Fix `@deprecated` and `@see` in org.springframework.boot.loader.archive.Archive's javadoc [#​28680](https://togithub.com/spring-projects/spring-boot/issues/28680) - Configuration sample in reference doc has wrong yaml formatting [#​28671](https://togithub.com/spring-projects/spring-boot/pull/28671) - Fix yaml sample format in reference doc [#​28670](https://togithub.com/spring-projects/spring-boot/pull/28670) - Fix typo in "Ant-style path matching" [#​28549](https://togithub.com/spring-projects/spring-boot/issues/28549) - Change description of property "logging.logback.rollingpolicy.max-history" to match Logback documentation [#​28466](https://togithub.com/spring-projects/spring-boot/issues/28466) - Improve documentation on using an embedded ActiveMQ broker [#​28434](https://togithub.com/spring-projects/spring-boot/issues/28434) - Don't use markdown syntax in javadoc or error messages [#​28424](https://togithub.com/spring-projects/spring-boot/issues/28424) #### 🔨 Dependency Upgrades - Upgrade to AppEngine SDK 1.9.92 [#​28556](https://togithub.com/spring-projects/spring-boot/issues/28556) - Upgrade to Gson 2.8.9 [#​28557](https://togithub.com/spring-projects/spring-boot/issues/28557) - Upgrade to Hazelcast 4.1.6 [#​28558](https://togithub.com/spring-projects/spring-boot/issues/28558) - Upgrade to Johnzon 1.2.15 [#​28559](https://togithub.com/spring-projects/spring-boot/issues/28559) - Upgrade to Kafka 2.7.2 [#​28694](https://togithub.com/spring-projects/spring-boot/issues/28694) - Upgrade to Logback 1.2.7 [#​28695](https://togithub.com/spring-projects/spring-boot/issues/28695) - Upgrade to Micrometer 1.7.6 [#​28511](https://togithub.com/spring-projects/spring-boot/issues/28511) - Upgrade to Neo4j Java Driver 4.2.8 [#​28717](https://togithub.com/spring-projects/spring-boot/issues/28717) - Upgrade to Netty 4.1.70.Final [#​28560](https://togithub.com/spring-projects/spring-boot/issues/28560) - Upgrade to Netty tcNative 2.0.46.Final [#​28718](https://togithub.com/spring-projects/spring-boot/issues/28718) - Upgrade to Reactor 2020.0.13 [#​28509](https://togithub.com/spring-projects/spring-boot/issues/28509) - Upgrade to Spring AMQP 2.3.12 [#​28600](https://togithub.com/spring-projects/spring-boot/issues/28600) - Upgrade to Spring Batch 4.3.4 [#​28250](https://togithub.com/spring-projects/spring-boot/issues/28250) - Upgrade to Spring Data 2021.0.7 [#​28512](https://togithub.com/spring-projects/spring-boot/issues/28512) - Upgrade to Spring Framework 5.3.13 [#​28510](https://togithub.com/spring-projects/spring-boot/issues/28510) - Upgrade to Spring HATEOAS 1.3.6 [#​28609](https://togithub.com/spring-projects/spring-boot/issues/28609) - Upgrade to Spring Integration 5.5.6 [#​28513](https://togithub.com/spring-projects/spring-boot/issues/28513) - Upgrade to Spring Kafka 2.7.9 [#​28539](https://togithub.com/spring-projects/spring-boot/issues/28539) - Upgrade to Tomcat 9.0.55 [#​28696](https://togithub.com/spring-projects/spring-boot/issues/28696) #### ❤️ Contributors We'd like to thank all the contributors who worked on this release! - [@​izeye](https://togithub.com/izeye) - [@​ghusta](https://togithub.com/ghusta) - [@​dreis2211](https://togithub.com/dreis2211) - [@​jzheaux](https://togithub.com/jzheaux) - [@​phxql](https://togithub.com/phxql) - [@​polarbear567](https://togithub.com/polarbear567) - [@​vpavic](https://togithub.com/vpavic) - [@​weixsun](https://togithub.com/weixsun) - [@​slowjoe007](https://togithub.com/slowjoe007) - [@​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
Feb 7, 2023
🤖 I have created a release \*beep\* \*boop\* --- ### [3.0.3](https://www.github.com/googleapis/java-dlp/compare/v3.0.2...v3.0.3) (2021-09-01) ### Dependencies * update dependency com.google.cloud:google-cloud-pubsub to v1.114.1 ([#632](https://www.github.com/googleapis/java-dlp/issues/632)) ([eaa725d](https://www.github.com/googleapis/java-dlp/commit/eaa725dcd9df341890e1da49568d801af2b376af)) * update dependency com.google.cloud:google-cloud-pubsub to v1.114.2 ([#636](https://www.github.com/googleapis/java-dlp/issues/636)) ([9d39ba7](https://www.github.com/googleapis/java-dlp/commit/9d39ba766602fda634dcb3eb63ba46ff355336f7)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.0 ([#642](https://www.github.com/googleapis/java-dlp/issues/642)) ([7b92659](https://www.github.com/googleapis/java-dlp/commit/7b9265988321d778d6e00395dab25e1429e49428)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how can I use URL for images
when I use URI the feature show me nothing
The text was updated successfully, but these errors were encountered: