玖涯软件开发
Home
Blog
Spring Fix Javadoc typo in PathMatchConfigurer#setUseSuffixPatternMatch
2025-01-08 05:37:43
207
fix the java doc because in 5.3.x the default is set to false see this issue https://github.com/spring-projects/spring-...
Spring @ModelAttribute name attribute is not supported in WebFlux
2025-01-08 05:37:40
429
While reviewing #28422, I noticed that the name attribute in @ModelAttribute is not supported in WebFlux.This is because...
Spring Fix BindingResult error when ModelAttribute has custom name in WebFlux
2025-01-08 05:37:38
634
I guess this part of the code is trying to get the ModelAttribute annotation from the BindingResult parameter itself ins...
Spring Add byte[] to supported types in SimpleJmsHeaderMapper
2025-01-08 05:37:36
209
See more info in the https://github.com/spring-projects/spring-integration/issues/3788 and its related PR.For consistenc...
Spring Add Throwable functional interfaces
2025-01-08 05:37:34
3141
Within the framework and portfolio projects we often need to deal with checked exceptions inside the body of a Function,...
Spring Add position variant of ObjectUtils.addObjectToArray
2025-01-08 05:37:30
149
Currently ObjectUtils.addObjectToArray only allows you to add an element to the end of the array. With #28414 we need to...
Spring Allow Class to be specified as attribute for @DependsOn [SPR-10396]
2025-01-08 05:37:28
1954
Neale Upstone opened SPR-10396 and commentedAn advantage of using Java config is that we get type-safe checking wiring a...
Spring WritableResource doesn't have parity with Resource in @Value etc. [SPR-10656]
2025-01-08 05:37:25
12349
Dave Syer opened SPR-10656 and commentedUsers can (and often do) inject Resource instances using placeholders and patter...
Spring Upgrade to ASM 9.3
2025-01-08 05:37:23
271
ASM 9.3 has been officially released in the meantime, with a few late code style commits not reflected in our fork yet. ...
Spring Check that nullable annotations are from org.springframework.lang
2025-01-08 05:37:21
131
It's quite easy to accidentally import the wrong @Nullable annotation. We can add a checkstyle rule to make sure it does...
Spring Support for Jakarta Concurrency 3.0
2025-01-08 05:37:19
321
Jakarta EE 10 includes several significant additions to the Jakarta Concurrency API, including a jakarta.enterprise.conc...
Spring Fix typo in reference docs regarding RequestMappingHandlerAdapter
2025-01-08 05:37:17
498
This PR fix a typo in referece docs.A list of HttpMessageConverter's are registered as this.messageConverters in the con...
Spring Remove Log4J configurer from package-info.java in spring-core
2025-01-08 05:37:14
171
Remove Log4J configurer from package-info.java as Log4jConfigurer has been removed sicne spring5.0.x. Comment From: sbra...
Spring Remove Log4J initialization from package-info.java in spring-web
2025-01-08 05:37:12
200
Remove Log4J initialization from package-info.java as Log4jConfigListener and Log4jWebConfigurer have been removed from ...
Spring Enhance RestTemplate to support PATCH out of the box [SPR-15347]
2025-01-08 05:37:08
5479
Peter Luttrell opened SPR-15347 and commentedThe PATCH HTTP method (rfc5789) is gaining popularity. In fact, Spring Data...
Spring FormHttpMessageConverter should not have a dependency on the Jakarta Mail API
2025-01-08 05:37:06
864
When working with multipartCharset the FormHttpMessageConverter uses the MimeUtility.encodeText method.This forces a dep...
Spring a
2025-01-08 05:37:03
190
Comment From: pivotal-cla@guyukou Please sign the Contributor License Agreement!Click here to manually synchronize the s...
Spring wrong list of http methods when making a preflight request
2025-01-08 05:37:01
2306
Affects: 5.3.19Steps to reproduce1. start following code:@SpringBootApplicationclass OptionsBugDemoApplicationfun main(a...
Spring Move class Operation into package org.springframework.expression.spel.ast, class SpringVersion into package org.springframework.lang.
2025-01-08 05:36:58
1822
Hi, @snicoll @poutsma Issue DescriptionPackage org.springframework.expression, org.springframework.core are a promiscuo...
Spring Improve tests and Javadoc on binding to a property of type javax.servlet.Part
2025-01-08 05:36:52
6643
When a controller obtains files from multipart requests,there is an inconsistency when jakarta.servlet.http.Part type is...
上一页
下一页
1
…
1435
1436
1437
1438
1439
…
2246
.