玖涯软件开发
Home
Blog
Spring Create UrlResource factory methods that throw unchecked exceptions
2025-01-08 05:40:24
409
OverviewUrlResource constructors throw checked exceptions which makes it difficult to use them in java.util.Stream and j...
Spring Cannot serve static resources with spaces from "file:" location when using PathPattern and UrlPathHelper is set to not decode
2025-01-08 05:40:22
4288
DescriptionAfter upgrading from Spring Boot 2.5.6 to 2.6.1, I've detected a behaviour change affecting access to static ...
Spring Is it possible to have ObjectProvider that provides singleton-prototypes?
2025-01-08 05:40:19
3621
This is the code I have:...@Autowired @Qualifier("cfs") private ObjectProvider<ConnectionFactory> cfs;...
Spring The url attribute of PutExchange and DeleteExchange does not match the url type in HttpExchange
2025-01-08 05:40:17
2268
Spring 6.0.0-M4Java 17Example Codes to reproduce: https://github.com/hantsy/spring6-sandbox/tree/master/declarative-http...
Spring Unexpected and inconsistent behavior when dealing with Kotlin data classes and null values in a request body
2025-01-08 05:40:14
8003
Affects: spring-boot 2.6.7Expected BehaviorI would expect that:if I use a Kotlin data class as a request body with prope...
Spring Add types to represent RFC 7807 problem details and exceptions
2025-01-08 05:40:11
1803
The goal for this issue is to add a representation for an RFC 7807 problem detail, and integrate it into Spring MVC and ...
Spring Add support for programmatically registered beans in AOT
2025-01-08 05:40:09
1021
Programmatically registered beans are currently not supported by AOT. It is an important issue for Spring Cloud, as we r...
Spring Introduce a meta-annotation that indicates the annotated element requires reflection hints
2025-01-08 05:40:06
1688
We're now at a stage where we need to port a number of hints in a sustainable way and avoid having to write dedicated co...
Spring Introduce utility to register hints for an annotation that uses AliasFor
2025-01-08 05:40:04
299
The core framework allows the use of @AliasFor which creates a JDK proxy behind the scenes. Registering a reflection hin...
Spring Do you consider using annotations to register web interceptors
2025-01-08 05:40:02
249
In most scenarios in spring, declarative development is used. Do you consider using annotations to register interceptors...
Spring Introduce proxy-based REST client similar to HttpInvokerProxyFactoryBean [SPR-12131]
2025-01-08 05:39:58
4430
George Georgovassilis opened SPR-12131 and commentedThis ticket proposes a new component that will work similarly to Htt...
Spring All Spring 5 versions are vulnerable to RCE - CVE-2016-100002
2025-01-08 05:39:54
604
Affects: \ 5.3.18, 5.3.19.5.3.20All Spring 5 versions, including the latest 5.3.20 released on May 11th, are now flagged...
Spring PathPatternParser does not allow any non-Java characters in variables like "-"
2025-01-08 05:39:51
1252
Spring WebFlux doesn't allow a path parameter with a character that is not a valid identifier character. For example in ...
Spring I need help
2025-01-08 05:39:48
192
https://github.com/spring-projects/spring-framework/blob/03e695ad5ff998d8da9b89d163ec4f04747bd570/spring-beans/src/main/...
Spring WebSocket - Problem with headers trying to use convertAndSendToUser method
2025-01-08 05:39:46
3344
Affects: Spring 2.1.10.RELEASEI'm trying to send a message directly to an user using SimpMessageSendingOperations or Sim...
Spring Is it possible to use @Autowired like annotations instead of getBeansWithAnnotation
2025-01-08 05:39:44
371
Is it possible to use @Autowired like annotations instead of getBeansWithAnnotation , if not are there plans to support ...
Spring Test cases
2025-01-08 05:39:40
149
Add two new test cases for jdbc partComment From: mdeinumAppears to be a duplicate of https://github.com/spring-projects...
Spring Testcases
2025-01-08 05:39:37
207
Add two new test cases for jdbc partComment From: mdeinumContains code related to https://github.com/spring-projects/spr...
Spring spring5.1.x error
2025-01-08 05:39:35
527
who can help me? When I compile Spring5.1.x use idea,always this error.Error:Groovyc: While compiling spring.spring-bean...
Spring Resource leak when Controller returns a ResponseEntity<InputStreamResource>
2025-01-08 05:39:31
26330
Affects: 5.1.5I return a stream with BodyBuilder.body(new InputStreamResource(stream)) from a @Controller:@SpringBootApp...
上一页
下一页
1
…
1432
1433
1434
1435
1436
…
2246
.