Spring Use List#isEmpty() in DispatcherServlet

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

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]

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

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

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]

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]

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

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

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

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

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

in AbstractFallbackTransactionAttributeSourcepublic TransactionAttribute getTransactionAttribute(Method method, @Nullab...

Spring It seems like there is a connection leak issue with the entityManager.

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

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

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

The mail sending API is structured around the two interfaces MailSender and JavaMailSender, together with the class Java...

Spring MultipartParser should respect read position

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

Comment From: sbrannenThis has been merged into main.Thanks, and congratulations on your first contribution to the Sprin...

Spring UserCredentialsConnectionFactoryAdapter createContext changes.

UserCredentialsConnectionFactoryAdapter holds the username/password and uses them for the createConnection mehod. This P...

Spring Add missing period in RestClient documentation

Add missing period in RestClient documentationComment From: pivotal-cla@ghainesii Please sign the Contributor License Ag...
上一页 下一页
.