Skip to content

[pull] main from spring-projects:main#727

Merged
pull[bot] merged 19 commits into
deepharness:mainfrom
spring-projects:main
Jun 24, 2026
Merged

[pull] main from spring-projects:main#727
pull[bot] merged 19 commits into
deepharness:mainfrom
spring-projects:main

Conversation

@pull

@pull pull Bot commented Jun 24, 2026

Copy link
Copy Markdown

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 : )

quaff and others added 19 commits June 24, 2026 19:11
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>

See gh-50750
Closes gh-50750

* gh-50750:
  Replace `isAssignableFrom()` with `isInstance()` where feasible
See gh-50789

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
Closes gh-50789

* gh-50789:
  Add Spring gRPC properties
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-50734

* gh-50734:
  Run a single hello command in MongoDB health indicators
See gh-50625

Signed-off-by: SJLIM <yyvaca30@gmail.com>
Closes gh-50625

* gh-50625:
  Add nested override coverage for @SpringBootTest imports
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>
Closes gh-50650

* gh-50650:
  Align W3CHeaderParser decoding with RFC 3986
See gh-50418

Signed-off-by: Vinod Kumar <codingkiddo@gmail.com>
Closes gh-50418

* gh-50418:
  Add WAR TLD loader integration test
See gh-50798

Signed-off-by: Ahmed El amraouiyine <amraouiyine@gmail.com>
Closes gh-50798

* gh-50798:
  Handle unresolved validation target types
@pull pull Bot locked and limited conversation to collaborators Jun 24, 2026
@pull pull Bot added the ⤵️ pull label Jun 24, 2026
@pull pull Bot merged commit 525006c into deepharness:main Jun 24, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants