Spring make sure methodCache in AdvisedSupport work for the first time

Issue #28174Add an getInterceptors class to make sure methodCache in AdvisedSupport work for the first timeComment From...

Spring Always return a new instance of an empty BufferedReader

In our Spring boot application we're using the MockHttpServletRequest in our unit tests. Sometimes the content of the mo...

Spring Add examples to Javadoc for Throwing*.of factory methods

28969Comment From: bclozel@Nheyll please don't conflate several issues in the same PR.Comment From: NheyllDidn't mean to...

Spring Issue 29411: StringToSingletonCollection converter for method parameter with @RequestParam

Extended keys that are used to search for converters to avoid duplication and give the possibility to use a new converte...

Spring InternalSpelExpressionParser allows any number of contiguous dots when recognizing QualifiedId

Affects: 5.3.8You can create an Object like this @Test public void test() { SpelExpressionParser parser = n...

Spring Cannot inject with qualifier into wildcard collection

Affects: 5.3.3Injecting by qualifier doesn't work when target collection is declared as List<? extends Object>, wh...

Spring Ensure SpEL allows only well formed qualified IDs

Before, expressions like new java util ArrayList() or new .....java..util.ArrayList() can be treated as new java.util.Ar...

Spring DefaultStompSession doesn't fully support @SubscribeMapping

Currently DefaultStompSession just support the subscription for message broker, the subscribe message is sent without pa...

Spring Support SameSite attribute in CookieGenerator

Affects: 5.3.10Context: I'm using CookieLocaleResolver, and I have a requirement to have explicit SameSite policies on a...

Spring Overriding an event listener method always results in parent method call

In the following code the beforeEach method of the ParentConfig class will get called failing the test.See https://githu...

Spring MultiValueMap key is always a String in argument passed to web controller handler method

Hello to everyone.I am having a problem with MultiValueMap.I am trying to get a MultiValueMap<MyEnum, String> map ...

Spring RequestLoggingFilter: afterRequest is executed before Async servlet finishes

Affects: 5.3.18 (via Spring Boot 2.6.6)When I configure org.springframework.web.filter.CommonsRequestLoggingFilter I not...

Spring Error creating bean with name DataSourceProperties due to AnnotationConfigApplicationContext has been closed already

Hi,I am getting below error while running a spring boot application:2022-04-27 03:56:01.623 ERROR 11 --- [rule-executor...

Spring jsonPath().value ResultMatcher fails for nested objects

Affects: Spring Test 5.3.17Trying to set an expectation on a JSON body returned by a @RestController's endpoint inside i...

Spring Reduce visibility of methods from Spring Boot's ExitCodeGenerator to package private

The class ExitCodeGenerators is only package private, but all methods are public--they can be package private too.Commen...

Spring javax.persistence.TransactionRequiredException: no transaction is in progress

I have 1 problem:When I use EntityManager to add multiple records to the database at the same time then an error occurs ...

Spring Status and headers already sent

env: k8sSpring-Boot Version:2.6.3Spring-cloud:3.1.0java:11webfluxit see like to set cookie when appear this error:The ex...

Spring How to obtain hibernate session bound by the current thread and close it?

Affects: \<5.3.20>https://github.com/spring-projects/spring-framework/blob/d4a5565340ab365ac52e8524b7da1f880eec9d1...

Spring KotlinSerializer can not serialize ResolvableType.EmptyType.INSTANCE

Affects: Spring 6.0.0-M6Spring version: 6.0.0-M6https://github.com/spring-projects/spring-framework/blob/ba0a83588058124...

Spring Native image tests: InvalidEntryException: Can't get Id field when using @DataLdapTest

Hello,i tried to create a @DataLdapTest, as seen here.This test runs fine on the JVM, but when run with gradle nativeTes...
上一页 下一页
.