Spring AOT processing for bean validation does not consider cascaded and container element constraints

This affects 6.1.x and later. Here's a minimal Boot app that should illustrate the problem:package com.example.gh_37101;...

Spring Investigate Tomcat webflux integration test failures

As part of the Tomcat 11 upgrade in #33916, several WebFlux integration tests started failing intermittently with the se...

Spring Raise JSONassert baseline to 2.0

The project is back to being actively maintained and released a 2.0 RC1. This fixed the infamous org.json dependency pro...

Spring Fail with full description for XML diff in XmlExpectationsHelper

Only first difference is printed in assertion error when xml comparison is failed.For example comparison of two xmls:&lt...

Spring Qualified EntityManager/EntityManagerFactory injection (aligned with Jakarta Persistence 3.2)

It is great that Spring 6.2 adds initial Jakarta Persistence 3.2 support. Jakarta Persistence 3.2 brings CDI Inject supp...

Spring Spring Boot 3.3.5 webflux dependency causing threads to block with state of TIMED_WAITING

Running on: openjdk 22.0.2, Kotlin: 2.0.21, Spring Boot: 3.3.5, Spring Cloud: 2023.0.3.My Project is a REST API using Hi...

Spring JMS messages lack tracing information

Java Spring Boot version: 3.5.5Java OTEL version: 2.10.0ActiveMQ version: 5.8.5Aspire image: mcr.microsoft.com/dotnet/as...

Spring Refactor WebClientIntegrationTest to accommodate ReactorClientHttpRequest channel disassociation

~As noticed by Simon, there might be issues with the way we associate our Reactor request support with the Reactor chann...

Spring Polish

Update copyright header - see https://github.com/spring-projects/spring-framework/issues/33822Use SIMPLE instead simple ...

Spring Reject competing read and write accessors for PropertyAccessor and IndexAccessor in SpEL

OverviewWhile working on #26478 and related issues, it became apparent that a developer can inadvertently register one P...

Spring Remove convention-based annotation attribute override support

This is a follow up to #28760.Comment From: jhoeller@sbrannen given the amount of other changes in 6.1 with a potential ...

Spring Correct documentation on streaming with MockMvcWebTestClient

Hello Spring team 👋,I would like to report a unexpected and potential bug/limitation about ServerSentEvent and tests, us...

Spring Explore leveraging Virtual Thread Coroutine dispatcher

Currently, the default dispatcher used for suspending controller functions is Dispatchers.Unconfined, which is a dangero...

Spring Rejection of @RequestMapping and @HttpExchange declarations on the same element prevents elegant designs.

Caused by https://github.com/spring-projects/spring-framework/issues/32065Upgrading Spring version I Just stumbled upon ...

Spring Support decoding empty DataBuffers for Decoders that support it

Some decoders support decoding a proper payload from empty DataBuffers. One good example is the ProtobufDecoder.This pat...

Spring Reflect well-known MediaTypes intent in Javadoc

It is 2024 and I think the MediaType class should add several of the more common image-related mime-types such as:image/...

Spring Reflect well-known HttpHeaders intent in Javadoc

In preparation for https://github.com/spring-projects/spring-security/issues/14915, I'm wondering if there's any chance ...

Spring Document support for varargs invocations in SpEL

As discussed in https://github.com/spring-projects/spring-framework/issues/33315#issuecomment-2270161230 and subsequent ...

Spring SpEL documentation contains syntax errors

The Java example for SpEL constructor invocations does not compile, since the string is wrapped to the next line.The Fun...

Spring Add Global Exception Handling Support for Filters in Spring Web

Issue Description:Currently, Spring Boot’s global exception handling mechanism, provided by @ControllerAdvice, handles e...
上一页 下一页
.