Spring Create UrlResource factory methods that throw unchecked exceptions

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

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?

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

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

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

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

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

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

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

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]

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

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 "-"

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

https://github.com/spring-projects/spring-framework/blob/03e695ad5ff998d8da9b89d163ec4f04747bd570/spring-beans/src/main/...

Spring WebSocket - Problem with headers trying to use convertAndSendToUser method

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

Is it possible to use @Autowired like annotations instead of getBeansWithAnnotation , if not are there plans to support ...

Spring Test cases

Add two new test cases for jdbc partComment From: mdeinumAppears to be a duplicate of https://github.com/spring-projects...

Spring Testcases

Add two new test cases for jdbc partComment From: mdeinumContains code related to https://github.com/spring-projects/spr...

Spring spring5.1.x error

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>

Affects: 5.1.5I return a stream with BodyBuilder.body(new InputStreamResource(stream)) from a @Controller:@SpringBootApp...
上一页 下一页
.