This repository was archived by the owner on Sep 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see whatβs changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: googleapis/java-recaptchaenterprise
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: googleapis/java-recaptchaenterprise
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 13 files changed
- 2 contributors
Commits on Mar 24, 2022
-
chore(main): release 2.4.7-SNAPSHOT (#743)
π€ I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 828731c - Browse repository at this point
Copy the full SHA 828731cView commit details
Commits on Mar 25, 2022
-
chore(deps): update dependency com.google.cloud:google-cloud-recaptchβ¦
β¦aenterprise to v2.4.6 (#744) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-recaptchaenterprise](https://togithub.com/googleapis/java-recaptchaenterprise) | `2.4.5` -> `2.4.6` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-recaptchaenterprise</summary> ### [`v2.4.6`](https://togithub.com/googleapis/java-recaptchaenterprise/blob/HEAD/CHANGELOG.md#​246-httpsgithubcomgoogleapisjava-recaptchaenterprisecomparev245v246-2022-03-24) [Compare Source](https://togithub.com/googleapis/java-recaptchaenterprise/compare/v2.4.5...v2.4.6) </details> --- ### Configuration π **Schedule**: At any time (no schedule defined). π¦ **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β» **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. π **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-recaptchaenterprise).
Configuration menu - View commit details
-
Copy full SHA for 8ae453d - Browse repository at this point
Copy the full SHA 8ae453dView commit details -
deps: update dependency org.springframework.boot:spring-boot-starter-β¦
β¦test to v2.6.5 (#745) [](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.6.4` -> `2.6.5` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>spring-projects/spring-boot</summary> ### [`v2.6.5`](https://togithub.com/spring-projects/spring-boot/releases/v2.6.5) [Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v2.6.4...v2.6.5) ##### β New Features - Add EIGHTEEN to JavaVersion enum [#​30132](https://togithub.com/spring-projects/spring-boot/issues/30132) ##### π Bug Fixes - ConfigurationPropertyName#equals is not symmetric when adapt has removed trailing characters from an element [#​30392](https://togithub.com/spring-projects/spring-boot/issues/30392) - Thymeleaf auto-configuration in a reactive application can fail due to duplicate templateEngine beans [#​30385](https://togithub.com/spring-projects/spring-boot/issues/30385) - server.tomcat.keep-alive-timeout is not applied to HTTP/2 [#​30321](https://togithub.com/spring-projects/spring-boot/issues/30321) - Setting spring.mustache.enabled to false has no effect [#​30256](https://togithub.com/spring-projects/spring-boot/issues/30256) - bootWar is configured eagerly [#​30213](https://togithub.com/spring-projects/spring-boot/issues/30213) - Actuator `@ReadOperation` on Flux cancels request after first element emitted [#​30161](https://togithub.com/spring-projects/spring-boot/issues/30161) - Unnecessary allocations in Prometheus scraping endpoint [#​30125](https://togithub.com/spring-projects/spring-boot/issues/30125) - No metrics are bound for R2DBC ConnectionPools that have been wrapped [#​30100](https://togithub.com/spring-projects/spring-boot/issues/30100) - Condition evaluation report entry for a `@ConditionalOnSingleCandidate` that does not match due to multiple primary beans isn't as clear as it could be [#​30098](https://togithub.com/spring-projects/spring-boot/issues/30098) - Generated password are logged without an "unsuitable for production use" note [#​30070](https://togithub.com/spring-projects/spring-boot/issues/30070) - Dependency management for Netty tcNative is incomplete leading to possible version conflicts [#​30038](https://togithub.com/spring-projects/spring-boot/issues/30038) - Files in META-INF are not found when deploying a Gradle-built executable war to a servlet container [#​30036](https://togithub.com/spring-projects/spring-boot/issues/30036) - Dependency management for Apache Kafka is incomplete [#​30031](https://togithub.com/spring-projects/spring-boot/issues/30031) - spring-boot-configuration-processor fails compilation due to `@DefaultValue` with a long value and generates invalid metadata for byte and short properties with out-of-range default values [#​30022](https://togithub.com/spring-projects/spring-boot/issues/30022) ##### π Documentation - Add Apache Kafka to the description of the Messaging section [#​30389](https://togithub.com/spring-projects/spring-boot/issues/30389) - Default value of spring.thymeleaf.reactive.media-types is not documented [#​30387](https://togithub.com/spring-projects/spring-boot/issues/30387) - Clarify type matching that is performed when using `@MockBean` and `@SpyBean` [#​30382](https://togithub.com/spring-projects/spring-boot/issues/30382) - Fix links to Spring Security Reference Guide in Accessing the H2 Console in a Secured Application [#​30349](https://togithub.com/spring-projects/spring-boot/pull/30349) - Document how to access the H2 Console in a secured web application [#​30346](https://togithub.com/spring-projects/spring-boot/issues/30346) - Add Netty in "Enable HTTP Response Compression" [#​30344](https://togithub.com/spring-projects/spring-boot/issues/30344) - Fix JsonSerializer example in reference guide [#​30330](https://togithub.com/spring-projects/spring-boot/issues/30330) - WebSockets section missing in reference guide [#​30231](https://togithub.com/spring-projects/spring-boot/issues/30231) - Include default Dev Tools properties in the reference documentation [#​30166](https://togithub.com/spring-projects/spring-boot/issues/30166) - Document the WebSocket-related exclusions that are required to use Jetty 10 [#​30149](https://togithub.com/spring-projects/spring-boot/issues/30149) - Fix typo [#​30120](https://togithub.com/spring-projects/spring-boot/issues/30120) - Add documentation for spring.profiles.include [#​30114](https://togithub.com/spring-projects/spring-boot/issues/30114) - Document when config data properties are invalid [#​30113](https://togithub.com/spring-projects/spring-boot/issues/30113) - Document the scalar types supported by MapBinder [#​30111](https://togithub.com/spring-projects/spring-boot/issues/30111) - Document how to rely on ServletContext with an embedded container setup [#​30109](https://togithub.com/spring-projects/spring-boot/issues/30109) - Anchor tag for Spring HATEOAS does not redirect properly [#​30106](https://togithub.com/spring-projects/spring-boot/issues/30106) - Clarify that build plugins or the CLI does not have an auto-compile feature [#​30093](https://togithub.com/spring-projects/spring-boot/issues/30093) - Document how to structure configurations so that `@Bean` methods are included in slice tests [#​30091](https://togithub.com/spring-projects/spring-boot/issues/30091) - Remove non-existent spring.data.cassandra.connection.connection-timeout property from the documentation [#​30080](https://togithub.com/spring-projects/spring-boot/issues/30080) - Clarify actuator security documentation [#​30065](https://togithub.com/spring-projects/spring-boot/pull/30065) - Use Gradle's task configuration avoidance APIs in the main reference docs [#​30059](https://togithub.com/spring-projects/spring-boot/issues/30059) - Use Gradle's task configuration avoidance APIs in the Gradle Plugin's reference docs [#​30057](https://togithub.com/spring-projects/spring-boot/issues/30057) - Improve property placeholder documentation to mention environment variables and default values [#​30050](https://togithub.com/spring-projects/spring-boot/issues/30050) - Polish web examples in reference doc [#​30048](https://togithub.com/spring-projects/spring-boot/issues/30048) - Add links to Spring Boot for Apache Geode to the reference documentation [#​30018](https://togithub.com/spring-projects/spring-boot/issues/30018) - Document plugging in custom sanitisation rules with a SanitizingFunction bean [#​29950](https://togithub.com/spring-projects/spring-boot/issues/29950) ##### π¨ Dependency Upgrades - Upgrade to Couchbase Client 3.2.6 [#​30237](https://togithub.com/spring-projects/spring-boot/issues/30237) - Upgrade to Dropwizard Metrics 4.2.9 [#​30238](https://togithub.com/spring-projects/spring-boot/issues/30238) - Upgrade to Groovy 3.0.10 [#​30239](https://togithub.com/spring-projects/spring-boot/issues/30239) - Upgrade to Hibernate 5.6.7.Final [#​30338](https://togithub.com/spring-projects/spring-boot/issues/30338) - Upgrade to Hibernate Validator 6.2.3.Final [#​30241](https://togithub.com/spring-projects/spring-boot/issues/30241) - Upgrade to Jackson Bom 2.13.2 [#​30242](https://togithub.com/spring-projects/spring-boot/issues/30242) - Upgrade to Kafka 3.0.1 [#​30243](https://togithub.com/spring-projects/spring-boot/issues/30243) - Upgrade to Lettuce 6.1.8.RELEASE [#​30339](https://togithub.com/spring-projects/spring-boot/issues/30339) - Upgrade to Log4j2 2.17.2 [#​30244](https://togithub.com/spring-projects/spring-boot/issues/30244) - Upgrade to Logback 1.2.11 [#​30245](https://togithub.com/spring-projects/spring-boot/issues/30245) - Upgrade to Micrometer 1.8.4 [#​30178](https://togithub.com/spring-projects/spring-boot/issues/30178) - Upgrade to Neo4j Java Driver 4.4.5 [#​30326](https://togithub.com/spring-projects/spring-boot/issues/30326) - Upgrade to Netty 4.1.75.Final [#​30246](https://togithub.com/spring-projects/spring-boot/issues/30246) - Upgrade to Netty tcNative 2.0.51.Final [#​30247](https://togithub.com/spring-projects/spring-boot/issues/30247) - Upgrade to R2DBC Bom Arabba-SR13 [#​30340](https://togithub.com/spring-projects/spring-boot/issues/30340) - Upgrade to Reactor 2020.0.17 [#​30176](https://togithub.com/spring-projects/spring-boot/issues/30176) - Upgrade to Spring AMQP 2.4.3 [#​30180](https://togithub.com/spring-projects/spring-boot/issues/30180) - Upgrade to Spring Data 2021.1.3 [#​30179](https://togithub.com/spring-projects/spring-boot/issues/30179) - Upgrade to Spring Framework 5.3.17 [#​30177](https://togithub.com/spring-projects/spring-boot/issues/30177) - Upgrade to Spring Integration 5.5.10 [#​30183](https://togithub.com/spring-projects/spring-boot/issues/30183) - Upgrade to Spring Kafka 2.8.4 [#​30181](https://togithub.com/spring-projects/spring-boot/issues/30181) - Upgrade to Spring Retry 1.3.2 [#​30248](https://togithub.com/spring-projects/spring-boot/issues/30248) - Upgrade to Spring WS 3.1.3 [#​30182](https://togithub.com/spring-projects/spring-boot/issues/30182) - Upgrade to Tomcat 9.0.60 [#​30249](https://togithub.com/spring-projects/spring-boot/issues/30249) ##### β€οΈ Contributors We'd like to thank all the contributors who worked on this release! - [@​cmabdullah](https://togithub.com/cmabdullah) - [@​fml2](https://togithub.com/fml2) - [@​hpoettker](https://togithub.com/hpoettker) - [@​octylFractal](https://togithub.com/octylFractal) - [@​62mkv](https://togithub.com/62mkv) - [@​m-semnani](https://togithub.com/m-semnani) - [@​izeye](https://togithub.com/izeye) - [@​stokpop](https://togithub.com/stokpop) - [@​larsgrefer](https://togithub.com/larsgrefer) - [@​wonwoo](https://togithub.com/wonwoo) - [@​abelsromero](https://togithub.com/abelsromero) - [@​hak7a3](https://togithub.com/hak7a3) - [@​PPakSang](https://togithub.com/PPakSang) </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).
Configuration menu - View commit details
-
Copy full SHA for 7ec5272 - Browse repository at this point
Copy the full SHA 7ec5272View commit details -
chore(main): release 2.4.7 (#746)
π€ I have created a release *beep* *boop* --- ### [2.4.7](v2.4.6...v2.4.7) (2022-03-25) ### Dependencies * update dependency org.springframework.boot:spring-boot-starter-test to v2.6.5 ([#745](#745)) ([7ec5272](7ec5272)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 2c1a392 - Browse repository at this point
Copy the full SHA 2c1a392View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we canβt render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.4.6...v2.4.7