Nineya
Home
Blog
Spring Duplicate observations recorded with RestClient
2025-01-08 22:49:59
1054
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
2025-01-08 22:49:56
322
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
2025-01-08 22:49:54
3254
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
2025-01-08 22:49:52
3528
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
2025-01-08 22:49:23
527
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]
2025-01-08 22:49:21
3175
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]
2025-01-08 22:49:18
7166
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
2025-01-08 22:49:16
642
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
2025-01-08 22:49:13
1055
@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
2025-01-08 22:49:10
21120
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
2025-01-08 22:49:07
9859
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
2025-01-08 22:49:05
501
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
2025-01-08 22:49:02
4831
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
2025-01-08 22:48:59
12733
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
2025-01-08 22:48:57
4802
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
2025-01-08 22:48:54
12630
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
2025-01-08 22:48:51
6045
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
2025-01-08 22:48:48
2959
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
2025-01-08 22:48:46
31003
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
2025-01-08 22:48:43
206
Now that the URI is no longer mandatory (for the AssertJ support) most package private constructors are unnecessary as w...
上一页
下一页
1
…
1177
1178
1179
1180
1181
…
2246
.