Nineya
Home
Blog
Spring LocalValidatorFactoryBean doesn't implement ValidatorFactory.getClockProvider() [SPR-17462]
2025-01-08 04:01:03
1737
pjverity opened SPR-17462 and commentedUsing spring-boot 2.1.0.RELEASE, I use the starter:<dependency><groupId&...
Spring Support allowedOriginPatterns in SockJS config
2025-01-08 04:01:00
258
Now you can also add allowed origin patterns to the websocket CORS config.Comment From: BenjaminFaal@rstoyanchev i added...
Spring o.s.validation.FieldError includes rejectedValue in its toString method.
2025-01-08 04:00:58
1691
https://github.com/spring-projects/spring-framework/blob/5338d8b5e90acf43a919b8b1eb1803748a3f81c7/spring-context/src/mai...
Spring Add toEntityFlux with BodyExtractor to WebClient.ResponseSpec
2025-01-08 04:00:55
5176
Affects: Spring WebFlux 5.3.1I started a conversation over on https://github.com/spring-projects/spring-framework/issues...
Spring PathMatchingResourcePatternResolver fails to resolve resources from JAR located in path with '#' on JDK 11+
2025-01-08 04:00:52
3147
Affects: Spring Framework 5.3.1 on JRE 11+I have a simple JAR which contains the resource demo/dummy.txt and a class wit...
Spring A3 pull request
2025-01-08 04:00:50
282
Comment From: pivotal-issuemaster@JaguP Please sign the Contributor License Agreement!Click here to manually synchronize...
Spring RequestDispatcher forward not working with OncePerRequestFilter with Spring boot 2.3.* version but working fine till 2.2.10
2025-01-08 04:00:47
4706
Here the scenarios is - Filter1 -> filter2 -> Filter3 -> Controller If filter 1 - (condition == true )then skip...
Spring @rstoyanchev : RequestDispatcher forward not working with OncePerRequestFilter with Spring boot 2.3.* version but working fine till 2.2.10
2025-01-08 04:00:44
384
@rstoyanchev Don't you think it's a kind of hack we are having in the code?What if we make it somehow configurable for t...
Spring Re-use the isVariableName method
2025-01-08 04:00:38
1052
Prior to this change the checks for isVariableName were duplicatedin 2 different locations. The logic has been moved to ...
Spring Reduce overhead of char[] creation
2025-01-08 04:00:36
536
There are more locations which could benefit from not using atoCharArray on a String, but rather use the charAt method f...
Spring Update javax.mail reference to jakarta.mail
2025-01-08 04:00:33
159
When I wanted to use spring-boot-starter-mail I noticed that jakarta.mail should be used instead of javax.mail. This has...
Spring Avoid char array creation in AbstractAspectJAdvice.isVariableName()
2025-01-08 04:00:31
142
This PR changes to avoid char array creation in AbstractAspectJAdvice.isVariableName().Comment From: snicollWell spotted...
Spring @Transactional causes casting error for suspending function on Spring MVC
2025-01-08 04:00:28
11813
Affects: 5.3.1Minimal project:https://github.com/jonasbark/spring-framework-transactional-coroutine-bugRunning DemoAppl...
Spring StandardMultipartHttpServletRequest MaxUploadSizeExceededException maxUploadSize always -1?
2025-01-08 04:00:25
2164
Affects: \5.1.5The default file upload uses StandardServletMultipartResolver. When the file upload exceeds the size, why...
Spring Expose toEntityFlux methods in WebClient.ResponseSpec
2025-01-08 04:00:22
8674
Hello!I have a simple application that acts as a proxy between a client and a serverIt receives a client request and pa...
Spring Scheduled tasks seem to run twice [SPR-6859]
2025-01-08 04:00:17
18706
Matt Young opened SPR-6859 and commentedI posted this on the forum, but with no response... I wondered if you all could ...
Spring Spring MVC: Suspending function returns bad response when using MockMvc
2025-01-08 04:00:12
4384
Affects: 5.3.1@Controllerclass TestFetchController { @Autowired lateinit var repository: TestRepository @Reques...
Spring @DynamicPropertySource is not supported via @NestedTestConfiguration semantics
2025-01-08 04:00:09
1881
Reproduced with Spring Framework 5.3.1 (via Spring Boot 2.4.0).As initially described here and here, nested tests do not...
Spring WebFlux: Compression over http2 not working (Netty)
2025-01-08 04:00:07
3484
I have configured server.compression.enabled=true for text/html mime types, that are generated with freemarker template....
Spring EntityManagerFactory startup failure in deferred mode is only available on first use
2025-01-08 03:59:57
11485
Hello everyone!Recently I observed a strange behavior while starting a simple project with Spring-boot + Hibernate that ...
上一页
下一页
1
…
1535
1536
1537
1538
1539
…
2246
.