Nineya
Home
Blog
Spring make sure methodCache in AdvisedSupport work for the first time
2025-01-08 06:24:08
394
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
2025-01-08 06:24:05
1829
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
2025-01-08 06:24:03
233
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
2025-01-08 06:24:00
356
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
2025-01-08 06:23:58
1419
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
2025-01-08 06:23:55
2771
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
2025-01-08 06:23:53
630
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
2025-01-08 06:23:50
335
Currently DefaultStompSession just support the subscription for message broker, the subscribe message is sent without pa...
Spring Support SameSite attribute in CookieGenerator
2025-01-08 06:23:48
551
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
2025-01-08 06:23:46
2337
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
2025-01-08 06:23:42
1593
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
2025-01-08 06:23:39
2433
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
2025-01-08 06:23:36
1941
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
2025-01-08 06:23:34
2099
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
2025-01-08 06:23:30
170
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
2025-01-08 06:23:27
10907
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
2025-01-08 06:23:25
18943
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?
2025-01-08 06:23:18
428
Affects: \<5.3.20>https://github.com/spring-projects/spring-framework/blob/d4a5565340ab365ac52e8524b7da1f880eec9d1...
Spring KotlinSerializer can not serialize ResolvableType.EmptyType.INSTANCE
2025-01-08 06:23:16
2742
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
2025-01-08 06:23:14
2701
Hello,i tried to create a @DataLdapTest, as seen here.This test runs fine on the JVM, but when run with gradle nativeTes...
上一页
下一页
1
…
1385
1386
1387
1388
1389
…
2246
.