Spring Support user-defined key type in JDBC KeyHolder

Enhance JDBC KeyHolder by allowing to retrieve single Generated Key that is not a Number. Generated key can be an UUID o...

Spring differences in default JSON deserialziation configs between mvc and websocket

Affects: \5.2.2I am not sure if this is the correct repository (maybe Websocket?), but i found a different behavior in J...

Spring Support URI templates in RequestEntity

Add String based URI template and vararg to builder #22083 Comment From: rstoyanchevThanks for all the updates! This is ...

Spring @CacheEvict beforeInvocation with transaction does not work

Spring Version: 5.1.7.RELEASEWhen Spring transactions are enabled, the Cache operation is proxied by TransactionAwareCac...

Spring Add tests for Assert.noNullElements(Collection, ...)

Commit 4000b244ff7b1db1f4eba9c4dbf2fc97162da254 introduced new variants for noNullElements in org.springframework.util.A...

Spring Build from source error

Hi everyone,I have an error when,i want to build Spring framework from source.When i tap ./gradlew build in the terminal...

Spring Within Cache abstraction, log when a value was found for a key, and when not. [SPR-11654]

Brandon Zeeb opened SPR-11654 and commentedWe rely heavily on the Spring Cache et al family of abstractions. While the ...

Spring The AbstractTemplateViewResolver class is not abstract

Affects: \5.2.6.RELEASE and minor (since 1.1)If I see the javadoc of the AbstractTemplateViewResolver class, it indicate...

Spring SPR-7925 Introduce Assert.noNullElements for collections

As proposed in SPR-7925.The issue also proposes a noNullKeys(Map) and noNullValues(Map). If this makes sense I would als...

Spring Add Assert.noNullElements for Collections [SPR-7925]

Eliran Bivas opened SPR-7925 and commentedIt's possible to add the following code to Assert utility classpublic static v...

Spring org.springframework.mail.MailMessage's setReplyTo method doesn't support multiple addresses [SPR-7961]

Luis Arias opened SPR-7961 and commentedThis is unfortunate because the underlying javax.mail.Message interface does sup...

Spring Wrap ternary operator within parentheses as outlined in Code Style

enhancement readability about ternary operatorComment From: sbrannenFor reference, see https://github.com/spring-project...

Spring Cannot find the class under the target package

idea cannot show target package, so when i run test case, it turns some errors, cannot find org.springframework.aop.targ...

Spring Upgrade to Dom4j 2.1.3 and Jaxen 1.2.0

Comment From: sbrannenThis has been merged into master and polished in 335ca75ec2acc2c048bc43512e1a69678596bcbf.Thanks

Spring Document exception handling limitations in TaskDecorator implementations (specifically for ThreadPoolTaskExecutor#submit)

Affects: demonstrated against 5.2.6.RELEASEThreadPoolTaskExecutor.setTaskDecorator() allows you to, for example, catch a...

Spring Upgrade to Reactor Californium-SR19

Comment From: simonbaslesmall ping to let Spring maintainers know that Californium-SR19 is now correctly out on Maven Ce...

Spring Wrap XMLStreamException in DecodingException

Both XmlEventDecoder and Jaxb2XmlDecoder catch XMLStreamExceptions and rethrow them using Exceptions.propagate. Accordin...

Spring UriComponentBuilder using unicode for ampersand (&)

Hello,Spring version - 5.2.5When I try to use UriComponentsBuilder with 2 query params the parameter separator(ampersand...

Spring Missing null checks in AbstractMessageChannel.addInterceptor

Backport of gh-25088Comment From: jhoellerSince we don't generally assert against null in Collection arguments in 5.1.x,...

Spring WebSphereUowTransactionManager causes exception for PROPAGATION_SUPPORTS when timeout is specified

ContextWe're upgrading a legacy app from Spring 1.2.8 (yes, for real) to Spring 4.3.6, following best practices and sett...
上一页 下一页
.