[pull] main from spring-projects:main#727
Merged
Merged
Conversation
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com> See gh-50750
Closes gh-50851
See gh-50789 Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
The MongoDB health indicators ran the `hello` command against every database returned by `listDatabaseNames()`. For the reactive indicator these commands were issued in parallel via `flatMap`, so a deployment with many databases per connection could open a connection per database on each health check, dramatically increasing connection usage (a regression from the Spring Data based implementation used previously). Since `hello` is a server-level command whose result is independent of the target database, run it only once, against the `admin` database if available or the first returned database otherwise. The `databases` and `maxWireVersion` details are preserved. See gh-50734 Signed-off-by: seonwoo_jung <79202163+seonwooj0810@users.noreply.github.com>
Closes gh-50852
See gh-50625 Signed-off-by: SJLIM <yyvaca30@gmail.com>
Closes gh-50625 * gh-50625: Add nested override coverage for @SpringBootTest imports
Closes gh-50853
Replace `URLDecoder.decode` with `StringUtils.uriDecode` to ensure RFC 3986-compliant decoding. Unlike `URLDecoder`, URI decoding does not treat `+` as a space and only decodes percent-encoded sequences. See gh-50650 Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
See gh-50418 Signed-off-by: Vinod Kumar <codingkiddo@gmail.com>
Closes gh-50854
See gh-50798 Signed-off-by: Ahmed El amraouiyine <amraouiyine@gmail.com>
Closes gh-50856
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )