Nineya
Home
Blog
Spring Validate that JUnit Jupiter test methods and lifecycle methods are not annotated with @Autowired
2025-01-08 03:58:57
2721
It would be nice to consider adding validation of @Autowired on tests. For example, a user may be trying to use paramete...
Spring Avoid multiple volatile reads/writes in a row where only one is enough
2025-01-08 03:58:54
379
in MethodInvocationProceedingJoinPoint use the same approach as in InjectionPoint.getAnnotations() to do only one volati...
Spring Multipart request with content length (WebFlux)
2025-01-08 03:58:52
2468
Affects: spring-webflux:5.2.10If I try to send http-multipart request with precalculation content length - webclient wil...
Spring Provide possibility to configure base path for WebTestClient instance
2025-01-08 03:58:47
1746
I don't get why #26039 is closed, but I think my use case is valid.I use WebTestClient to write integration tests (using...
Spring Cannot be cast to class Publisher error with non suspending @Transactional functions
2025-01-08 03:58:45
240
Such transactional function:fun findMessages(): Flow<Foo> { return fooRepository.findAll()}Currently generates ...
Spring @Transactional on suspending function returning a value always rollbacks
2025-01-08 03:58:43
752
Affects: 5.3.0Comment From: sdeleuzeCould you please provide a repro project ?Comment From: lujijiangThe Repro:https://g...
Spring WebClient: encoded slashes in query string gets double-encoded
2025-01-08 03:58:40
851
Affects: 5.2.11.RELEASEI'm getting URI from third party service which contains percent encoded slashes in the query par...
Spring Expose a public method "isClosed" to indicate whether the connection has been closed in WebSocketSession (WebFlux)
2025-01-08 03:58:38
1768
Contextspring-webflux:5.3.0.org.springframework.web.reactive.socket.WebSocketSessionMotivationIt's common to decide what...
Spring setTaskScheduler in StompBrokerRelayRegistration breaks chaining
2025-01-08 03:58:34
499
The recently added setTaskScheduler returns void instead of StompBrokerRelayRegistration and so does setTcpClient which ...
Spring Fix wrong reference in UrlPathHelper.removeSemicolonContentInternal()
2025-01-08 03:58:32
246
This PR fixes a wrong reference in UrlPathHelper.removeSemicolonContentInternal().This PR also changes to short-circuit ...
Spring Spring frameworh 5.3.0 does not find beans in external jars.
2025-01-08 03:58:28
1420
Affects: 5.3.0I have 2 beans: 1. the first one (org.xxx.spring.multi.ExternalAPIOperation) is in SubSpring module and 2....
Spring Fix kotlin example code which does not compile
2025-01-08 03:58:26
190
This kotlin code does not compile:Overload resolution ambiguity. All these functions match.default RowsFetchSpec map(Fu...
Spring Delete explicit type arguments that can be inferred
2025-01-08 03:58:24
363
Comment From: pivotal-issuemaster@NaNrailgun Please sign the Contributor License Agreement!Click here to manually synchr...
Spring Spring 5.2.10.RELEASE tries too flush closed OutputStream on HTTP response
2025-01-08 03:58:20
719
Affects: \Starting from version 5.2.10.RELEASE on HTTP response AbstractGenericHttpMessageConverter (Jackson) tries too ...
Spring Merge pull request #1 from spring-projects/master
2025-01-08 03:58:17
220
更新spring-projects框架源码Comment From: pivotal-issuemaster@ChovaVea Please sign the Contributor License Agreement!Click here...
Spring Merge pull request #1 from spring-projects/master
2025-01-08 03:58:15
220
更新spring-projects框架源码Comment From: pivotal-issuemaster@ChovaVea Please sign the Contributor License Agreement!Click here...
Spring WebFlux missing programmatic handling of MappingJacksonValue
2025-01-08 03:58:12
101
WebFlux, using annotation routing, does not recognize and handle MappingJacksonValue. See demo here.
Spring Inefficient request handling inside ServletRequestDataBinder
2025-01-08 03:58:10
2419
Affects: Spring web 4.2+, 5.x (confirmed, possibly others)A large, publicly-facing application receives more than 100 re...
Spring StompSubProtocolHandler logs failed authentication with error stack trace
2025-01-08 03:58:07
2441
StompSubProtocolHandler logs every exception, including failed authentication errors from spring-security-messaging, wit...
Spring ReactorNettyTcpClient constructor with callback to initialize TcpClient [SPR-17523]
2025-01-08 03:58:05
11331
Gabriel Dogaru opened SPR-17523 and commentedThis is the same issue as #17057The solution there does not apply anymore b...
上一页
下一页
1
…
1537
1538
1539
1540
1541
…
2246
.