Nineya
Home
Blog
Spring Add URI based MockHttpServletRequestBuilder constructors
2025-01-08 04:29:52
296
This commit adds new MockHttpServletRequestBuilder constructorswith an URI parameter in addition to the URL template + U...
Spring Fix "Configuring the WebSocket Engine" documentation
2025-01-08 04:29:50
239
This commit updates reference documentation in orderto specify that ServletServerContainerFactoryBean is forserver side ...
Spring Document Tiles locale handling in definition filenames
2025-01-08 04:29:47
360
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
2025-01-08 04:29:45
238
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
2025-01-08 04:29:42
210
Allow Jaxb2RootElementHttpMessageConverter subclasses to customizethe {@link Marshaller} and the {@link Unmarshaller} cr...
Spring Add a getMatchingCondition(String) variant
2025-01-08 04:29:40
192
Extract method on getMatchingCondition(HttpServletRequest) to add agetMatchingCondition(String) variant in PatternsReque...
Spring Add AbstractMessageConverter#contentTypeResolutionRequired
2025-01-08 04:29:37
350
In order to facilitate more restrictive matching strategies,AbstractMessageConverter has now a contentTypeResolutionRequ...
Spring DefaultContentTypeResolver String-based contentType
2025-01-08 04:29:34
138
DefaultContentTypeResolver now also supports String-based"contentType" header values.SPR-11461Comment From: rstoyanchevT...
Spring Fix EvalTagTests with locales other than english
2025-01-08 04:29:32
177
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
2025-01-08 04:29:30
1547
Affects: \Looks like FORM request will cause a thread leak. (/prox//task/ )In spring-web-5.3.0.jarIn DefaultServerWebExc...
Spring Conditional view caching
2025-01-08 04:29:27
313
Implementation for #22391Comment From: sbrannen@poutsma, do you have time to review this PR?Comment From: poutsma@poutsm...
Spring CronSequenceGenerator doNext method optimization
2025-01-08 04:29:25
5093
private void doNext(Calendar calendar, int dot) { List<Integer> resets = new ArrayList(); int second...
Spring @Transactional should treat UndeclaredThrowableException as a checked exception
2025-01-08 04:29:22
3877
I read this blogpost describing this problem:@SneakyThrows@Transactionalpublic void lombokSurprise() { jdbcTemplate.e...
Spring LinkedCaseInsensitiveMap should explicitly implement putIfAbsent and computeIfAbsent [SPR-16926]
2025-01-08 04:29:20
2557
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+
2025-01-08 04:29:17
1180
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.+
2025-01-08 04:29:14
1287
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
2025-01-08 04:29:12
11556
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
2025-01-08 04:29:09
322
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
2025-01-08 04:29:06
5230
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
2025-01-08 04:29:03
2719
Short example@Serviceclass ServiceA(private val serviceB: ServiceB) { fun doA() { serviceB.doB(..) // fast query ...
上一页
下一页
1
…
1507
1508
1509
1510
1511
…
2246
.