Nineya
Home
Blog
Spring Spring AOP: After upgrade to spring boot 2.4.5 Spring Aspect is not longer initialized
2025-01-08 04:38:26
20763
I have recently upgraded all my projects to run on new spring boot 2.4.5.And I have all of them using the same aspect th...
Spring Add more test cases for SimpleAliasRegistry
2025-01-08 04:38:23
658
Add more test cases for SimpleAliasRegistry to increase coverage test. Comment From: pivotal-cla@nhavuong Please sign th...
Spring Adjust expected IdentityHashMap sizes in ClassUtils
2025-01-08 04:38:21
575
Proposed change aimed to keep coherence between variable declaration and static initialization code, which inserts 9 val...
Spring Ensure multipart temp directories do not collide
2025-01-08 04:38:18
659
The SynchronossPartHttpMessageReader needs separate directories to store uploaded files in, or otherwise multiple instan...
Spring NPE if StompEndpointRegistry has allowedOrigins with null
2025-01-08 04:38:16
2916
The following code with 5.3.6 ran OK when properties.getAllowedOrigins() returned null.@Overridepublic void registerStom...
Spring Documented examples of SessionScope look wrong
2025-01-08 04:38:12
1378
https://docs.spring.io/spring-framework/docs/5.3.7/reference/html/core.html#beans-java-scoped-proxy has 2 examples of us...
Spring Release a version to Jakarta EE 9
2025-01-08 04:38:09
582
Before the Spring framework moving to the Jakarta EE 9/10 stack. I hope Spring can consider releasing a Jakarta EE 9.0 v...
Spring FlightRecorderApplicationStartup is not thread safe
2025-01-08 04:38:06
305
The ApplicationStartup class can be called from different threads when request scope beans are used. I think that Flight...
Spring Consider returning static DefaultApplicationStartup step
2025-01-08 04:38:04
340
Currently DefaultApplicationStartup.start returns a new DefaultStartupStep instance on each call. I think the reason is ...
Spring Support for X-Forwarded-Prefix in Spring HATEOAS
2025-01-08 04:38:02
3574
Spring HATEOAS doesn't currently support the X-Forwarded-Prefix header.NOTE: Examples are illustrativeWe are using a rev...
Spring Clean up JdbcOperations/JdbcTemplate signatures containing both Object[] methods and varargs
2025-01-08 04:37:59
2323
Interfaces (and implementations) like JdbcOperations contain several methods, historically, that operate on an Object[]....
Spring Update README.md
2025-01-08 04:37:57
231
noob learning how to create pull request!Comment From: pivotal-cla@Jai1708 Please sign the Contributor License Agreement...
Spring PartFile name lost when building a MultiPart
2025-01-08 04:37:54
1413
As requested here is the new issue @poutsmaMy server receive a multipart, take the FilePart from the incoming request an...
Spring No replacement of deprecated CronSequenceGenerator.isValidExpression
2025-01-08 04:37:52
462
Since Spring 5.3 the CronSequenceGenerator is deprecated, including the static isValidExpression function. The replaceme...
Spring Improve @Transactional docs regarding method visibility
2025-01-08 04:37:47
132
This is a follow up to #27001.See https://github.com/spring-projects/spring-framework/pull/27001#issuecomment-850989147 ...
Spring Fix @Transactional examples regarding method visibility
2025-01-08 04:37:45
4323
Spring documentation "Data Access", paragraph "1.4.6. Using @Transactional" contains incorrect description of @Transacti...
Spring DataClassRowMapper doesn't pass generic field information to type conversion
2025-01-08 04:37:43
711
DataClassRowMapper doesn't pass generic field information to internal TypeConverter:https://github.com/spring-projects/s...
Spring Cache setup failure does not provide nested cause
2025-01-08 04:37:41
9085
When the our spring-framework project is started, we defined multi CacheManager, but not set which is primary, then runn...
Spring Lookup method autowiring ignores method's generic info
2025-01-08 04:37:38
3701
Lookup method autowiring uses method's result class, not its generic info.Tested on versions: 5.1.4, 5.3.7, 5.3.8-SNAPSH...
Spring HTMLUtils should accept null input values
2025-01-08 04:37:36
732
While using HTMLUtils.htmlEscape(), it throws an IllegalArgumentException for null input values.So to avoid this we need...
上一页
下一页
1
…
1498
1499
1500
1501
1502
…
2246
.