Spring 5.3.x

sync Comment From: pivotal-cla@su8290 Please sign the Contributor License Agreement!Click here to manually synchronize t...

Spring Refine null-safety in the spring-aop module

As a follow-up of #28797, @SuppressWarnings("NullAway") should be either documented, linked to a NullAway issue or remov...

Spring Avoid virtual thread pinning in procedure calling

Virtual thread pinning in procedure callingHi, I am using Java 21, spring boot 3.3.2 When I enablevirtual threads and -D...

Spring Wrong parentId tracking in FlightRecorderApplicationStartup

It looks like the eventId and parentId of the JFR events generated by 'FlightRecorderApplicationStartup' do not match.I ...

Spring Refine null-safety in the spring-beans module

As a follow-up of #28797, @SuppressWarnings("NullAway") should be either documented, linked to a NullAway issue or remov...

Spring Fix typo in link

This page contains what looks to be a type with one of embedded links. Just fixing that up.

Spring Refine null-safety in the spring-context module

As a follow-up of #28797, @SuppressWarnings("NullAway") should be either documented, linked to a NullAway issue or remov...

Spring Refine null-safety in the spring-core module

As a follow-up of #28797, @SuppressWarnings("NullAway") should be either documented, linked to a NullAway issue or remov...

Spring Refine null-safety in the spring-jdbc module

As a follow-up of #28797, @SuppressWarnings("NullAway") should be either documented, linked to a NullAway issue or remov...

Spring Revisit HttpHeaders implementing the MultiValueMap API

See #33823 : the MultiValueMap methods that iterate over the whole header collection misalign with some underlying serve...

Spring Partially correct pointcut example.

Page: 333 (334)"Any join point (method execution only in Spring AOP) which takes a single parameter, andwhere the runtim...

Spring Property placeholder with colon now considered as default value since 6.2

Prior to Spring 6.2 I used to have a property like:my.prop: ${safestore:///my/path}With a custom property source:public ...

Spring In Bean definition by XMLConfig, class constructor selection may be random

Affects: version 6.1.0-M3 or laterSummaryIn XMLConfig, if a bean-defined class has an overloaded constructor, an excepti...

Spring Add error handler for transactional event

Exceptions propagated from the transactional event listener are handled by TransactionSynchronizationUtils and are not r...

Spring Specify generic type nullness

As a follow-up of #28797, Spring Framework 7 should specify generic type null-safety across its codebase, as well as fix...

Spring The www-authenticate header breaks JettyClientHttpConnector

EnvironmentSpring Boot 3.3.4Spring Web 6.1.1Old surroundings where it operatedSpring Boot 2.7.18Spring Web 5.3.31Context...

Spring Fix broken links in the web reference documentation

Fix reference link functional endpoints Add breakline to display See equivalent in the Reactive stack or See equivalent ...

Spring NullPointerException is thrown if WebClient is used with Apache Httpclient and cookies are disabled

Running this unit test:(note the disableCookieManagement() option)import org.apache.hc.client5.http.impl.async.Closeable...

Spring @MockitoBean behavior is not consistent with @MockBean when using @PostConstruct

When switching from using @MockBean annotation to @MockitoBean in one of our projects, I have found some inconsistency b...

Spring Failed to parse configuration class when using @ComponentScan with FilterType.ASPECTJ, without org.aspectj library.

Hello, I'm using spring boot 3.4.0.I've found that something goes wrong when using @ComponentScan in certain situations....
上一页 下一页
.