Spring Duplicate observations recorded with RestClient

Hi,I'm using spring-boot 3.3.0 (spring-framework 6.1.8). After migration from spring-boot 3.2.5, the metrics are false b...

Spring MockHttpServletResponse defaults to ISO-8859-1 for JSON while the rest of the framework defaults to UTF-8

Affects: 6.1.8When Spring MVC serializes JSON and no charater encoding is specified, UTF-8 is used by default (see this ...

Spring prevent ClassCastException with EntityManagerHolder

Hello, I have a complex auto wiring scenario that seems to be only happening in production.Affected versions:Spring Core...

Spring Add JSON support to Protobuf codecs

Use case: Developers want to create Protobuf service implementation, more efficient. However, also need to expose as re...

Spring Add dedicated async dispatch support for MockMvcTester

Similar to #33027 but for async requests that require two requests to be issued (one to start the async processing, and ...

Spring Allow to override a validation message using bean validation message code [SPR-15967]

Kazuki Shimizu opened SPR-15967 and commentedI propose to allow to override a validation message using bean validation m...

Spring SmartValidator which supports JSR-303 validation groups [SPR-15483]

Eric Deandrea opened SPR-15483 and commentedI've had this feature in my own codebase for quite some time & I'm looki...

Spring Support for serializable type proxies in native images

Comment From: jhoellerThe present check is needed to bypass any attempt for serializable type proxies in a native image ...

Spring Add @Sql equivalent support to R2DBC

@Sql annotation is from jdbc package (org.springframework.test.context.jdbc). Could you please make it more general (fro...

Spring Introduce @Transactional support for R2DBC in the TestContext framework

Since we have @Transactional working with R2DBC repositories in 1.0 M2 (as said here), I would like to ask if there is a...

Spring Reliably apply AspectJ weaving to @Component classes with LoadTimeWeaver setup on Tomcat

Affects: 6.0.2We are trying to migrate from 5.3.19 to 6.0.2 and it seems that @Service beans and @Component beans are no...

Spring @Transactional should fail in @PostConstruct if AspectJ transaction aspect not initialized yet

Using Aspectj mode with runtime aspectj weaver.Inside a @PostConstruct, calling a method with @Transactional doesn't sta...

Spring No well-defined advice order for @Transactional and @Async in AspectJ mode

Affects: 5.x.xSince Spring 5 (spring-aspects 5.x.x), it looks like @Transactional is ignored on the method with @Async w...

Spring AspectJ around aspect called twice when using a Mockito Spy

Spring Boot 2.2.0.RELEASEUsing @Async returning a Future cannot be canceled if the @Async method is called from a @SpyBe...

Spring Invoking private method on a CGLIB proxy should trigger a dedicated exception

I created a ExecutionTimeAdvice.java to log the runtime of all my controller methods using @Aspect.When i call the publi...

Spring Cglib proxies created by MvcUriComponentsBuilder should be processed at build-time

Affects: 6.0.0I have a simple controller that goes like @PostMapping public ResponseEntity<?> insert( ...

Spring Custom on-demand CGLIB proxies are missing reflective proxy hints

When you generate CGLib proxy classes during the AOT phase by using the ProxyFactory, those classes will be picked up at...

Spring SimpleClientHttpResponse throws IOException when response body is empty and status code is >= 400

Affects: Spring Versions >= 5.0.0, including 6.x.x, Java versions 8 and 21 (possibly others as well but these are the...

Spring Blocking call when loading a FreeMarker template

There is a blocking call detected by BlockHound when FreeMarker template is loaded Spring Boot WebFlux 2.4.4 application...

Spring Simplify constructors of Mock[Multipart]HttpServletRequestBuilder

Now that the URI is no longer mandatory (for the AssertJ support) most package private constructors are unnecessary as w...
上一页 下一页
.