Nineya
Home
Blog
Spring Generic Type error in spring boot 3.4.1
2025-01-09 01:05:16
1655
I ve below code :@ResponseBodypublic class ControllerGenericImpl<T extends EnterpriseEntity> implements Controller...
Spring Enable dynamically overriding the base URL in HTTP interface
2025-01-09 01:05:13
8936
I have a few use cases in my project, that require me to call the same endpoint on several different base URLs and I nee...
Spring Improve query params in uri KeyValue with HTTP interface client
2025-01-09 01:05:10
6537
I have a project where I noticed a behavior in the http.client.requests metric coming from RestClient that's defined via...
Spring XML bean definition with factory-method does not always determine correct target type
2025-01-09 01:05:07
14185
Affects: 6.3.1 and latest 5.x.x)Tested on 6.3.1 (but latest 5.x.x is also involved because original project where i face...
Spring BeanNotOfRequiredTypeException during transaction qualifier resolution in 6.2.1
2025-01-09 01:05:04
1156
Hi, i am getting this exception from spring after upgrading versions from 6.1.14 to 6.2.1Caused by: org.springframework....
Spring WebFlux Cookie Path with Trailing Slash Causes Inconsistent Behavior with Browser Path Matching
2025-01-09 01:05:02
5888
DescriptionWhen using Spring WebFlux with a base-path configuration, such as /base, the session_id cookie's Path attribu...
Spring Optimize byte array reading
2025-01-09 01:04:59
5703
if message length over Integer.MAX_VALUE, the message.getBody().readAllBytes() method will throw OutOfMemoryError. But w...
Spring Create Registry for HTTP Interface Proxies with Extensible Registration DSL
2025-01-09 01:04:56
1299
HttpServiceProxyFactory makes it easy to create a proxy for an HTTP interface. However, it's clear from feedback under h...
Spring BeanCurrentlyInCreationException is thrown when multiple threads simultaneously try to create bean
2025-01-09 01:04:54
27536
Affects: 6.2.1It is similar problem what is described in the issue 33972.After upgrade to Spring boot 3.4.0 (Spring 6.2....
Spring Automatically detect or warn when JPA repositories lack transactionManagerRef
2025-01-09 01:04:52
6314
Describe the issueHello Spring Team,My name is kimsan. I've recently encountered a common configuration pitfall when usi...
Spring mvn spring-boot:run does not start the server
2025-01-09 01:04:50
1684
hello I am having same issue as hereI run mvn spring-boot:run and it shows BUILD SUCCESS without running the serverI am ...
Spring Support handling multidimensional arrays
2025-01-09 01:04:47
1110
Resolve TODO: TODO - only handles 2-dimensional arrays.For method org.springframework.beans.AbstractNestablePropertyAcce...
Spring Using non-blocking optimization to compile function.
2025-01-09 01:04:44
273
fix issues#34133Comment From: snicoll@lucky8987 thanks but @jhoeller is already assigned to the issue. To avoid wasted ...
Spring Fix broken link to Code of Conduct in CONTRIBUTING.md
2025-01-09 01:04:42
268
While reviewing project documentation I found that the Spring Code of Conduct link in CONTRIBUTING.md referred to a non-...
Spring Cannot send partial message with JettyWebSocketSession
2025-01-09 01:04:35
3225
As we can see in the code snippet below, it is not possible to send TextMessage where isLast is set to false.https://git...
Spring Add property accessors to ExecutorConfigurationSupport
2025-01-09 01:04:32
1138
Sometimes I need to check if the ExecutorConfigurationSupport executor has enabled virtual threads, so I added the corre...
Spring DataBufferUtils.join and Netty Leak LEAK: ByteBuf.release()
2025-01-09 01:04:29
21026
Source code:package com.yl.platform.gateway.filter;import com.yl.platform.gateway.constant.Constants;import org.apache.c...
Spring DataBinder throws IndexOutOfBoundsException when indexed parameter uses nonconsecutive indices
2025-01-09 01:04:19
2555
This test fails when added to DataBinderConstructTests.java: @Test void listBindingWithNonconsecutiveIndices() { ...
Spring Type-level constraint violation should result in ParameterErrors
2025-01-09 01:04:16
2676
EnvironmentSpring Boot: 3.3.6Spring Web: 6.1.15Java: 21Context:A @RequestMapping that makes use of @Constraint annotatio...
Spring WebFlux MultipartParser Blocks When Uploading Large Files, Causing Uploads to Occasionally Hang
2025-01-09 01:04:11
2652
DescriptionWhen using WebFlux to upload large files, the upload process sometimes hangs before reaching the route's busi...
上一页
下一页
1
…
1114
1115
1116
1117
1118
…
2246
.