Spring Spring AOP support for prototype-scoped advice

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

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]

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]

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]

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]

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]

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]

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

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

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

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

WebClientAdapter#forClient(WebClient) is deprecated. Use WebClientAdapter#create(WebClient) instead and fix typo.Comment...

Spring Cleanup kotlin sources

remove unused importremove redundant semicolonremove redundant empty constructor and SAM-constructorremove unnecessary t...

Spring Support multiple statements in a single SpEL expression

As OGNL implements, SpEL should also support the comma operator, which is great for multi-paragraph expressions and for ...

Spring Remove unnecessary final modifier

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

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

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]

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

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

Spring version: 5.3.27Spring throws IllegalArgumentException when it cannot decode URI. This causes a response with 5xx ...
上一页 下一页
.