Nineya
Home
Blog
Spring Spring AOP support for prototype-scoped advice
2025-01-08 21:28:20
4410
If we use prototype-scoped aspect and use args pointcut expression, it will throw warning no match for this type name: s...
Spring Add support for indicating than an XML element is deprecated
2025-01-08 21:28:17
961
To safely deprecate XML elements from namespaces it would be nice to be able to express that deprecation in the XSD for ...
Spring @target PointCut causes unrelated beans to be proxied [SPR-15533]
2025-01-08 21:28:14
1795
Thao-Nguyen Do opened SPR-15533 and commentedWhen @target is used in a PointCut, all beans created in the same context a...
Spring Ordered interface not respected on non-singleton aspects [SPR-14959]
2025-01-08 21:28:11
2846
Ken DeLong opened SPR-14959 and commentedI am using Java 8, Boot 1.4.1, and Spring 4.3.3 (from Boot).I have a set of asp...
Spring Improve AOP pointcut supports meta-annotation [SPR-14439]
2025-01-08 21:28:08
640
Yanming Zhou opened SPR-14439 and commentedSpring supports @GetMapping and other @MethodMapping to replace @RequestMappi...
Spring SimpleJdbcCall - Provide flexibility when building the call string [SPR-17065]
2025-01-08 21:28:05
1246
Alexandru-Constantin Bledea opened SPR-17065 and commentedCurrently SimpleJdbcCall allows overriding the call string by ...
Spring SimpleJdbcCall fails if user is not schema owner [SPR-12620]
2025-01-08 21:28:03
2540
Philippe Marschall opened SPR-12620 and commentedWhen the database user is not the schema owner the parameters have to b...
Spring JdbcTemplate.extractOutputParameters() should not expect ordered parameters [SPR-16182]
2025-01-08 21:28:00
812
Affects: 5.0.1weidox opened SPR-16182 and commentedNoticed in 4.3.3 while analyzing, see the same in fresh code I found ...
Spring Support Named Parameters in Stored Procedures
2025-01-08 21:27:58
2047
StoredProcedure binds by name or index depending on the method called.The behavior after this PR is:- if #execute is cal...
Spring SPEL: Not unique cache key for PropertyOrFieldReference when evaluating fragment
2025-01-08 21:27:55
22288
Affects: SpringBoot 2.6.6, Spring Expression 5.3.18Hi, engineers.I think I have found an issue regarding PropertyCacheKe...
Spring Change in noRollbackFor transaction behavior with H2 database 2.x
2025-01-08 21:27:49
7048
Affects: 5.3.xIssue identified while upgrading from Spring 5.0.x to 5.3.xpublic class CustomException extends RuntimeExc...
Spring Fix usage of WebClientAdapter in reference documentation
2025-01-08 21:27:46
628
WebClientAdapter#forClient(WebClient) is deprecated. Use WebClientAdapter#create(WebClient) instead and fix typo.Comment...
Spring Cleanup kotlin sources
2025-01-08 21:27:42
145
remove unused importremove redundant semicolonremove redundant empty constructor and SAM-constructorremove unnecessary t...
Spring Support multiple statements in a single SpEL expression
2025-01-08 21:27:39
3999
As OGNL implements, SpEL should also support the comma operator, which is great for multi-paragraph expressions and for ...
Spring Remove unnecessary final modifier
2025-01-08 21:27:37
141
final is useless for private and static methodsComment From: quaffSupersede by https://github.com/spring-projects/spring...
Spring Document behaviour of @Transactional in reactive environments with non-reactive signatures
2025-01-08 21:27:34
1484
Given a scenario with a ReactiveTransactionManager in the context, I expected methods annotated with @Transactional hand...
Spring Document autowiring of ServletRequest and other scoped proxy beans provided by WebApplicationContext
2025-01-08 21:27:30
1856
I recently stumbled upon the fact that it's possible to autowire HttpServletRequest into singleton-scoped Spring beans, ...
Spring Thread-safety and visibility issues not documented [SPR-4307]
2025-01-08 21:27:28
2142
Stefan Fleiter opened SPR-4307 and commentedNeither spring's reference documentation nor the Javadoc mention the context...
Spring Doc: ConfigurationClassParser's property source composition requires distinct (Resource)PropertySources names
2025-01-08 21:27:25
2885
Thanks to the team for taking the time.Affects: 5.3.18 and main branchAffected codehttps://github.com/spring-projects/sp...
Spring Throws IllegalArgumentException when cannot decode URI
2025-01-08 21:27:22
10983
Spring version: 5.3.27Spring throws IllegalArgumentException when it cannot decode URI. This causes a response with 5xx ...
上一页
下一页
1
…
1239
1240
1241
1242
1243
…
2246
.