Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.boot:spring-boot-starter-test (source) 2.7.0 -> 2.7.1 age adoption passing confidence

Release Notes

spring-projects/spring-boot

v2.7.1

Compare Source

🐞 Bug Fixes
  • Values in a spring.data.cassandra.config file can't override some defaults defined in CassandraProperties #​31503
  • @RestControllerAdvice @ExceptionHandler Inconsistent behavior with @RestControllerEndpoint #​31501
  • Malformed json causes BasicJsonParser to throw a NullPointerException #​31499
  • Metadata generated by the configuration properties annotation processor can miss inherited properties from nested classes #​31484
  • JarFile implementation calls close early which breaks verification of signed unpacked nested jars on Oracle JDK #​31395
  • Health indicators that take a long time to respond are difficult to diagnose #​31384
  • Custom Converter annotated with @ConfigurationPropertiesBinding does not get selected if targetType has a static factory method different return type #​31341
  • Tomcat server.max-http-header-size property is ignored when using HTTP/2 #​31329
  • OAuth2 Resource Server Auto-Configuration can only configure a single JWS algorithm #​31321
  • Maven shade plugin configuration in spring-boot-starter-parent does not append META-INF/spring/*.imports files #​31316
  • GraphQL RouterFunctions are unordered which prevents other functions from being ordered after them #​31314
  • spring-boot-dependencies manages spring-ldap-ldif-batch which no longer exists #​31254
  • Dependency task can fail due to BootJar and BootWar afterResolve hooks #​31213
  • MimeMappings does not include application/wasm #​31188
  • spring-configuration-metadata.json is missing for additional-spring-configuration-metadata.json after switching from @Configuration to @AutoConfiguration #​31186
  • Binder(ConfigurationPropertySource... sources) does not assert that sources contains only non-null elements #​31183
  • WebMvcMetricsFilter stopped working since 2.7.0 #​31150
  • Dependency management for mimepull is redundant and the managed version is incompatible with Java 8 #​31145
  • layers.xsd is out of sync with the documentation and implementation for including and excluding module dependencies #​31128
📔 Documentation
  • Make SpringApplication Kotlin samples idiomatic #​31463
  • Harmonize Kotlin example #​31458
  • Remove duplicate content from "The Spring WebFlux Framework" section #​31381
  • Document that property placeholders should use the canonical property name form #​31369
  • Fix typos in the reference documentation #​31366
  • Enable Links for the Javadoc of the Gradle Plugin #​31362
  • Remove "earlier in this chapter" from places where content is now elsewhere in the documentation #​31360
  • Restore custom favicon documentation #​31358
  • Document that when using Lombok it must be configured to run before spring-boot-configuration-processor #​31356
  • Use Lambda-based API in Spring Security examples #​31354
  • Fix typo in name of imports file in javadoc of ImportCandidates.from #​31277
  • Typos in documentation ("spring-factories" instead of "spring.factories") #​31206
  • Fix Custom Layers Configuration section title in Maven plugin docs #​31180
  • org.springframework.boot.actuate.autoconfigure.metrics.graphql has no package info #​31140
  • Update Dynatrace Micrometer registry documentation #​31132
🔨 Dependency Upgrades
❤️ Contributors

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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

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


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team as a code owner June 23, 2022 14:39
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Jun 23, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jun 23, 2022
@product-auto-label product-auto-label bot added the api: recaptchaenterprise Issues related to the googleapis/java-recaptchaenterprise API. label Jun 23, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 23, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 23, 2022
@meltsufin meltsufin added the automerge Merge the pull request once unit tests and other checks pass. label Jun 24, 2022
@gcf-merge-on-green gcf-merge-on-green bot merged commit 5c973c5 into googleapis:main Jun 24, 2022
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jun 24, 2022
@renovate-bot renovate-bot deleted the renovate/org.springframework.boot-spring-boot-starter-test-2.x branch June 24, 2022 15:22
gcf-merge-on-green bot pushed a commit that referenced this pull request Jul 1, 2022
🤖 I have created a release *beep* *boop*
---


## [3.0.0](v2.6.2...v3.0.0) (2022-07-01)


### ⚠ BREAKING CHANGES

* set the right field number for reCAPTCHA private password leak (#819)

### Features

* Enable REST transport for most of Java and Go clients ([#821](#821)) ([33722c0](33722c0))


### Bug Fixes

* set the right field number for reCAPTCHA private password leak ([#819](#819)) ([02bac15](02bac15))


### Documentation

* **samples:** add password leak sample and test ([#808](#808)) ([59a337e](59a337e))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([#820](#820)) ([fb19eb8](fb19eb8))
* update dependency io.github.bonigarcia:webdrivermanager to v5.2.1 ([#827](#827)) ([f88648a](f88648a))
* update dependency org.seleniumhq.selenium:selenium-chrome-driver to v4.2.2 ([#813](#813)) ([4529e2f](4529e2f))
* update dependency org.seleniumhq.selenium:selenium-chrome-driver to v4.3.0 ([#825](#825)) ([d14d35d](d14d35d))
* update dependency org.seleniumhq.selenium:selenium-java to v4.2.2 ([#814](#814)) ([2ef3a63](2ef3a63))
* update dependency org.seleniumhq.selenium:selenium-java to v4.3.0 ([#826](#826)) ([ce5371a](ce5371a))
* update dependency org.springframework.boot:spring-boot-starter-test to v2.7.1 ([#822](#822)) ([5c973c5](5c973c5))
* update dependency org.springframework.boot:spring-boot-starter-thymeleaf to v2.7.1 ([#823](#823)) ([56e0f6d](56e0f6d))
* update dependency org.springframework.boot:spring-boot-starter-web to v2.7.1 ([#824](#824)) ([2a5e042](2a5e042))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this pull request Jul 1, 2022
🤖 I have created a release *beep* *boop*
---


## [3.0.0](googleapis/java-recaptchaenterprise@v2.6.2...v3.0.0) (2022-07-01)


### ⚠ BREAKING CHANGES

* set the right field number for reCAPTCHA private password leak (googleapis#819)

### Features

* Enable REST transport for most of Java and Go clients ([googleapis#821](googleapis/java-recaptchaenterprise#821)) ([0a1e7f7](googleapis/java-recaptchaenterprise@0a1e7f7))


### Bug Fixes

* set the right field number for reCAPTCHA private password leak ([googleapis#819](googleapis/java-recaptchaenterprise#819)) ([bb2c0ae](googleapis/java-recaptchaenterprise@bb2c0ae))


### Documentation

* **samples:** add password leak sample and test ([googleapis#808](googleapis/java-recaptchaenterprise#808)) ([7f34dbb](googleapis/java-recaptchaenterprise@7f34dbb))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([googleapis#820](googleapis/java-recaptchaenterprise#820)) ([df7ab36](googleapis/java-recaptchaenterprise@df7ab36))
* update dependency io.github.bonigarcia:webdrivermanager to v5.2.1 ([googleapis#827](googleapis/java-recaptchaenterprise#827)) ([7f0a96f](googleapis/java-recaptchaenterprise@7f0a96f))
* update dependency org.seleniumhq.selenium:selenium-chrome-driver to v4.2.2 ([googleapis#813](googleapis/java-recaptchaenterprise#813)) ([478ca45](googleapis/java-recaptchaenterprise@478ca45))
* update dependency org.seleniumhq.selenium:selenium-chrome-driver to v4.3.0 ([googleapis#825](googleapis/java-recaptchaenterprise#825)) ([1dfb081](googleapis/java-recaptchaenterprise@1dfb081))
* update dependency org.seleniumhq.selenium:selenium-java to v4.2.2 ([googleapis#814](googleapis/java-recaptchaenterprise#814)) ([b045a08](googleapis/java-recaptchaenterprise@b045a08))
* update dependency org.seleniumhq.selenium:selenium-java to v4.3.0 ([googleapis#826](googleapis/java-recaptchaenterprise#826)) ([a80a641](googleapis/java-recaptchaenterprise@a80a641))
* update dependency org.springframework.boot:spring-boot-starter-test to v2.7.1 ([googleapis#822](googleapis/java-recaptchaenterprise#822)) ([4d2a4d8](googleapis/java-recaptchaenterprise@4d2a4d8))
* update dependency org.springframework.boot:spring-boot-starter-thymeleaf to v2.7.1 ([googleapis#823](googleapis/java-recaptchaenterprise#823)) ([8824222](googleapis/java-recaptchaenterprise@8824222))
* update dependency org.springframework.boot:spring-boot-starter-web to v2.7.1 ([googleapis#824](googleapis/java-recaptchaenterprise#824)) ([e368915](googleapis/java-recaptchaenterprise@e368915))

---
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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: recaptchaenterprise Issues related to the googleapis/java-recaptchaenterprise API. size: xs Pull request size is extra small.
Projects
None yet
3 participants