Nineya
Home
Blog
Spring External entity fields fully returned only in the first entity that has a reference to it
2025-01-08 05:20:37
2861
Hello,I implemented a backend with Spring that exports functionality and data through REST APIs to a front end developed...
Spring AOP java.lang.IllegalArgumentException: object is not an instance of declaring class
2025-01-08 05:20:30
5019
@Transactional @Override public TaskInfo saveTaskInfo(SaveTaskInfo save) { Task entity = Task.builder() ...
Spring ContentCachingRequestWrapper changes order of parameters
2025-01-08 05:20:28
765
Affects: \5.3.3When a POST request is made using application/x-www-form-urlencoded and I convert the body to a String, t...
Spring Merge pull request #1 from spring-projects/master
2025-01-08 05:20:26
334
updataComment From: pivotal-issuemaster@liuhao0813 Please sign the Contributor License Agreement!Click here to manually ...
Spring Custom ImportBeanDefinitionRegistrar with CustomClassLoader failed
2025-01-08 05:20:23
3218
Affects: \<5.2.11.RELEASE>For enhancements, provide context and describe the problem.Some of my java lib not impor...
Spring Update DefaultListableBeanFactory's determineHighestPriorityCandidate
2025-01-08 05:20:21
2358
Update method determineHighestPriorityCandidate of DefaultListableBeanFactory. Runs define the same priority, but highes...
Spring Changed behaviour in Nested tests and catched exception
2025-01-08 05:20:19
2435
Affects: 5.3.2After upgrading from spring boot 2.3.x to 2.4.1, some nested tests are failing with an exception that was ...
Spring Fix comments to match behaviour in Tokenizer#lexNumericLiteral
2025-01-08 05:20:16
176
Real numbers must have leading digits. And SIGN should occur 0 or 1 time at EXPONENT_PART.Comment From: limo520Should Sp...
Spring Plain JSON strings in the request body are not decoded correctly
2025-01-08 05:20:13
1062
Affects: 5.3.15I am doing an "application/json" PUT request containing a plain JSON string (with a leading and a trailin...
Spring Weak ConcurrentReferenceHashMap forgets strongly reachable objects after GC
2025-01-08 05:20:11
6125
Affects: 5.2.2 and 5.0.12ConcurrentReferenceHashMap with reference type WEAK have entries disappear on garbage collectio...
Spring Introduce JSON mapper based on DSL-JSON library
2025-01-08 05:20:08
568
Hello, DSL-JSON seems to be very faster than Jackson What about add it as an other converter in Spring Boot ?Comment Fro...
Spring SpEL fails to recover from error during MIXED mode compilation
2025-01-08 05:20:05
12204
Affects: 5.2.13.RELEASEI am testing spel performance, when I share a SpelExpression instance between multiple threads.I ...
Spring Support profile for custom properties/yaml
2025-01-08 05:20:03
580
Hi,Can spring provide profile support for custom properties/yaml (i.e not application.yaml, nor application.properties)....
Spring Fix CronExpression fails to calculate next execution on the day of daylight saving time
2025-01-08 05:20:00
234
Hello!This commit fixes an issue with CronExpression fails to calculate next execution on the day of daylight saving tim...
Spring Add support for registering multiple init & destroy method names
2025-01-08 05:19:57
779
A BeanDefinition can have an init and destroy method name. While uncommon, it is possible for a bean to have more than o...
Spring Add support for parse gzip encoded response with RestTemplate in Spring-Web
2025-01-08 05:19:55
1414
a simple method make RestTemplate support parse gzip encoded response just change org.springframework.web.client.Message...
Spring Upgrade to AspectJ 1.9.8 GA
2025-01-08 05:19:52
2571
This is the first version that officially supports JDK17 source and target compatibility level (see eclipse/org.aspectj#...
Spring Upgrade to AspectJ 1.9.8
2025-01-08 05:19:50
1113
Comment From: snicollGiven that AspectJ requires Java 11 at build-time, I am going to stick with 1.9.7 for now. If we de...
Spring Add RequestAttributes setter to WebTestClient
2025-01-08 05:19:47
2355
I'm migrating a few tests from MockMvc to WebTestClient.Unfortunately the following cannot be refactored, as there is no...
Spring Spring Boot should release test contexts which failed to load
2025-01-08 05:19:44
2005
Affects: 5.3.15For a Spring Boot project with many tests loading the Spring context (@SpringBootTest): if loading the Sp...
上一页
下一页
1
…
1453
1454
1455
1456
1457
…
2246
.