Spring Add URI based MockHttpServletRequestBuilder constructors

This commit adds new MockHttpServletRequestBuilder constructorswith an URI parameter in addition to the URL template + U...

Spring Fix "Configuring the WebSocket Engine" documentation

This commit updates reference documentation in orderto specify that ServletServerContainerFactoryBean is forserver side ...

Spring Document Tiles locale handling in definition filenames

In Tiles v3 integration, underscores in filenames areintended to identify the definition locale. This behavioris now doc...

Spring Decode target parameter names prior to saving a FlashMap

In addition to the target parameter values (SPR-9657), the targetparameter names must also be decoded to be able to matc...

Spring Add marshalling hooks in Jaxb2RootElementHttpMessageConverter

Allow Jaxb2RootElementHttpMessageConverter subclasses to customizethe {@link Marshaller} and the {@link Unmarshaller} cr...

Spring Add a getMatchingCondition(String) variant

Extract method on getMatchingCondition(HttpServletRequest) to add agetMatchingCondition(String) variant in PatternsReque...

Spring Add AbstractMessageConverter#contentTypeResolutionRequired

In order to facilitate more restrictive matching strategies,AbstractMessageConverter has now a contentTypeResolutionRequ...

Spring DefaultContentTypeResolver String-based contentType

DefaultContentTypeResolver now also supports String-based"contentType" header values.SPR-11461Comment From: rstoyanchevT...

Spring Fix EvalTagTests with locales other than english

Fix testPrintFormattedScopedAttributeResult test in org.springframework.web.servlet.tags.EvalTagTests class by making an...

Spring spring-web 5.3.0 FORM submit will cause thread leak

Affects: \Looks like FORM request will cause a thread leak. (/prox//task/ )In spring-web-5.3.0.jarIn DefaultServerWebExc...

Spring Conditional view caching

Implementation for #22391Comment From: sbrannen@poutsma, do you have time to review this PR?Comment From: poutsma@poutsm...

Spring CronSequenceGenerator doNext method optimization

private void doNext(Calendar calendar, int dot) { List<Integer> resets = new ArrayList(); int second...

Spring @Transactional should treat UndeclaredThrowableException as a checked exception

I read this blogpost describing this problem:@SneakyThrows@Transactionalpublic void lombokSurprise() { jdbcTemplate.e...

Spring LinkedCaseInsensitiveMap should explicitly implement putIfAbsent and computeIfAbsent [SPR-16926]

Juergen Hoeller opened SPR-16926 and commentedExplicit implementations of putIfAbsent and computeIfAbsent allow for reus...

Spring org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider#processProcedureColumns does not find functions in Postgres 11+

What: without using SimpleJdbcCall.withoutProcedureColumnMetaDataAccess Postgres in version 11 uses an additional check...

Spring Spring-test:5.3.4 - MockHttpServletRequest depends on javax.servlet-api:4.+

Not requesting a change more a concern regarding this patch release.Following commit https://github.com/spring-projects/...

Spring AbstractServerHttpResponse#cookies is not thread safe

VersionsSpring Boot 2.4.2Spring Web: 5.3.3Spring Security: 5.4.2ProblemI am accessing to Cookie of Spring WebFlux in use...

Spring Make ExceptionHandler invokable when matching deeply nested cause

Closes #26317 Comment From: jhoellerAs mentioned above, I went with a simpler approach of exposing all exception causes ...

Spring spring-jms and rabbitmq-jms problem

I would like to open, what we consider a bug.We are using the Spring framework "spring-jms" with rabbitmq-jms component....

Spring Connection not closed after transaction commit

Short example@Serviceclass ServiceA(private val serviceB: ServiceB) { fun doA() { serviceB.doB(..) // fast query ...
上一页 下一页
.