Nineya
Home
Blog
Spring Use List#isEmpty() in DispatcherServlet
2025-01-08 20:03:37
2340
There was no reason for getRequestUri() to be static, so we removed it.If the reason the method is static is because it ...
Spring Replace double spaces with single spaces in code and comments in spring-webmvc
2025-01-08 20:03:34
317
Except for meaningful double spaces (e.g. to align the indentation of comments), I replaced all meaningless double space...
Spring Introduce class-level execution phases for @Sql [SPR-14357]
2025-01-08 20:03:31
2341
urbanq opened SPR-14357 and commentedIt would be helpful to introduce class-level support in the ExecutionPhase enum use...
Spring Add MappingJackson2MessageConverter constructors that accept an ObjectMapper
2025-01-08 20:03:28
359
Prior to this commit in the message converters it was possible to set a pre-configured ObjectMapper. However the constru...
Spring Remove Reactor Netty 2 from integration tests
2025-01-08 20:03:26
187
The development of Netty 5 seems to be on hold, and Reactor Netty 2 is blocked on it. As a consequence, we remove it fro...
Spring Document default property converters [SPR-15269]
2025-01-08 20:03:23
766
Arend v. Reinersdorff opened SPR-15269 and commentedSpring includes by default a number of useful property converters. I...
Spring Better documentation on WebSockets and support for token based authentication [SPR-14380]
2025-01-08 20:03:20
16434
marc schipperheyn opened SPR-14380 and commentedSpring Websocket, basically relies on HTTP Session Cookie based authenti...
Spring Fix RuntimeHintsPredicates matching rules for public/declared elements
2025-01-08 20:03:17
1928
While reviewing missing reachability hints for #31213, I have discussed the reflect-config.json schema and the meaning o...
Spring Batch update return generated keys
2025-01-08 20:03:15
2185
Add NamedParameterJdbcTemplate#batchUpdate methods taking KeyHolder and String[] keyColumnNames as counterparts to the N...
Spring CGLIB: duplicate class definition when testing proxy classes in a dedicated servlet on Java 17
2025-01-08 20:03:11
4076
We are in the process of making our application run on Java 17 using Spring Boot 2.6 and Spring Framework 5.3. We have a...
Spring Fix memory leak with CglibAopProxy$ProxyCallbackFilter
2025-01-08 20:03:09
841
Bug reportBug report and reason is explained very well here #26266.In the cglib side, this issue #80 is the consequence ...
Spring fix : the same method was cached twice in the "attributeCache", changed to once
2025-01-08 20:03:06
2293
in AbstractFallbackTransactionAttributeSourcepublic TransactionAttribute getTransactionAttribute(Method method, @Nullab...
Spring It seems like there is a connection leak issue with the entityManager.
2025-01-08 20:02:57
5713
It seems like there might be a Connection Leak issue when using the NOT_SUPPORTED propagation attribute or creating a tr...
Spring Add an option to search parent MessageSource first for HierarchicalMessageSource
2025-01-08 20:02:54
308
Fix gh-27366Comment From: snicollThanks for the PR @quaff but we don't have parent-first search anywhere else in the cod...
Spring Implement a MockReactiveRestServiceServer for WebClient testing
2025-01-08 20:02:51
2600
I noticed that Spring does not currently provide the same tools fortesting WebClient-based reactive remote calls that th...
Spring Add default methods to MailSender and JavaMailSender as appropriate
2025-01-08 20:02:46
6731
The mail sending API is structured around the two interfaces MailSender and JavaMailSender, together with the class Java...
Spring MultipartParser should respect read position
2025-01-08 20:02:43
754
As a follow-up for #31095, we should explore potentially with @violetagg why Spring multipart tests fail with Reactor Ne...
Spring Improve wording in Javadoc for @Autowired
2025-01-08 20:02:39
135
Comment From: sbrannenThis has been merged into main.Thanks, and congratulations on your first contribution to the Sprin...
Spring UserCredentialsConnectionFactoryAdapter createContext changes.
2025-01-08 20:02:37
1117
UserCredentialsConnectionFactoryAdapter holds the username/password and uses them for the createConnection mehod. This P...
Spring Add missing period in RestClient documentation
2025-01-08 20:02:34
330
Add missing period in RestClient documentationComment From: pivotal-cla@ghainesii Please sign the Contributor License Ag...
上一页
下一页
1
…
1306
1307
1308
1309
1310
…
2246
.